RE: [Nant-users] comnand line targets

2003-11-27 Thread Boome, Stephan
however I would like to do something like this Cheers -Original Message- From: Nicklas Norling [mailto:[EMAIL PROTECTED] Sent: 27 November 2003 09:40 To: NAnt-Users (E-mail) Subject: RE: [Nant-users] comnand line targets *** WARNING *** This mail has originated outside your organization

RE: [Nant-users] comnand line targets

2003-11-27 Thread Nicklas Norling
[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 I configure my top level build file to call "clean > Deploy" on my low level projects, here i

[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