RE: [OT] Nant build script
From: Lübbe Onken <l.onken_at_rac.de>
Date: 2005-12-09 14:53:17 CET
Stefan Küng wrote:
> Does anyone know how to make Nant projects depend on another
You can create a Nant file for each lib and include these into the master
Like:
---SNIP---
---SNIP---
<target name="all" depends="svnlibs,documentation" />
Haven't tried, but it should work this way. Looking at it from the project
Each subproject has got it's own build file
Cheers
-- ___ 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.orgReceived on Fri Dec 9 15:00:26 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.