RE: Re: [OT] Nant build script
From: Flanakin Michael C Ctr HQ OSSG/OMR <Michael.Flanakin.Ctr_at_Gunter.Af.Mil>
Date: 2005-12-09 21:25:58 CET
You can do that. You'd be better off passing the output type and language as properties, tho. For instance...
nant -D:type=pdf -D:lang=en docs
If you have a lot of different settings, you can save the command line settings to a file and use the @<file> option to specify the file that holds the command line settings.
Michael
-----Original Message-----
Lübbe Onken wrote:
> You can create a Nant file for each lib and include these into the
I already knew that we can include build files.
nant docs en pdf <!-- builds the english pdf --> nant docs en chm <!-- builds the english html help file -->
As far as I can see, that's not really possible to do. So in the end, we don't have much more functionality with a nant script than with our current batch file?
I think I may be missing something here...
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.orgReceived on Fri Dec 9 21:38:50 2005 |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.