Steve,

There are (at least) two ways you can split up a build file in NAnt...

One way uses the <nant> task
(http://nant.sourceforge.net/help/tasks/nant.html) to call targets in an
arbitrary buildfile.
The other uses the <include> task
(http://nant.sourceforge.net/help/tasks/include.html) to break down a
build file into multiple parts, and recombine the parts when the build
is executed.


Reply here if you would like specific examples of either of the above,
otherwise good luck with your building!


-- Troy

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> [EMAIL PROTECTED]
> Sent: Wednesday, 28 July 2004 2:15 PM
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] Multiple Build Files
> 
> I would like to split my large NANT build file.
> Can anyone point me to an example of how to include the sub 
> build files in the main build file
> 
> TIA
> 
> Steve


Disclaimer Message:

This message contains confidential information and is intended only for the 
individual(s) named.  If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please immediately delete it and all copies of it from 
your system, destroy any hard copies of it, and notify the sender. E-mail transmission 
cannot be guaranteed to be secure or error-free as information could be intercepted, 
corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. To the 
maximum extent permitted by law, Immersive Technologies Pty. Ltd. does not accept 
liability for any errors or omissions in the contents of this message which arise as a 
result of e-mail transmission.


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to