Hi.

The <nant> task supports passing more then one target.
Would
<nant buildfile=.... target="clean Deploy" ... />
work?
Or did I missunderstand your question?

You can also set properties and look at them later in
the targets. The 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 I configure my top level build file to call "clean 
> Deploy" on my low level projects, here is an example of my 
> top level build file <project name="BuildAll" default="build">
>   <nant buildfile="Component1\Component1.build" 
> target="build" inheritall="true" />
>   <nant buildfile="Component2\Component2.build" 
> target="build" inheritall="true" /> </project>


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to