[Nant-users] Stylesheet Question

2005-08-25 Thread Boome, Stephan
Hi, I written a xsl template to process a XMI model file, so that it produces code from our design model, when developing I was using the msxsl processor to run my xsl against my xml. so it looked something like msxsl codegenerator.xsl dataModel.xml -o database.sql This all worked fine, now I w

[Nant-users] Ndoc errors - File load exception

2004-07-14 Thread Boome, Stephan
Hi, I have just downloaded the latest nightly build of NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 11/07/2004), and every time I try and create a ndoc help file, I always get the error that appears below. Can somebody please tell me what I am doing wrong? Thanks Stephan Boome Sectio

RE: [Nant-users] comnand line targets

2003-11-27 Thread Boome, Stephan
documentation shows greate examples on this. /Nicke > -Original Message- > From: Boome, Stephan [mailto:[EMAIL PROTECTED] > Sent: den 27 november 2003 09:21 > To: NAnt-Users (E-mail) > Subject: [Nant-users] comnand line targets > /f:buildAll.build clean Deploy > > How can

[Nant-users] comnand line targets

2003-11-27 Thread Boome, Stephan
I have several nant build files for my solutions that when I build under certain conditions I like to pass in two targets e.g NAnt clean Deploy I then have a top level Build file that uses the NAnt task to call the lower level solution build files I have, I would like to do the same Targets fo

[Nant-users] SubProject Build

2003-08-28 Thread Boome, Stephan
Hi All, As you can see I have two build files, I NAnt from the ProjectA\Software directory then my solution builds, but if I run my TopLevel.build in the C:\Development directory it complains that it can not find C:\Development\ProjectA.sln, when it should be loading C:\Development\ProjectA\Softw