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 for
my Top Level Build and get it to pass the 2 Targets down to sub soluttions
e.g.
NAnt /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>
Instead of passing the target of build down I would like to pass "clean
Deploy"
I am using the Nightly build of the 20/11/03
Cheers
Stephan Boome - Software Engineer
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************
-------------------------------------------------------
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