Re: [Nant-users] Targets: Flexibility

2005-04-06 Thread Troy Laurin
Jonathan, You could use the task instead of target dependencies to achieve what you are trying... something like... If you use that in multiple places, you can put it through the evolution cycle and replace the strings with properties and create a utility target that you

[Nant-users] Targets: Flexibility

2005-04-05 Thread Evans, Jonathan (2)
Hello, I am working with a fairly complex project (20-30 assemblies) and would like to be able to simplify the build files. I have experimented with using properties in the targets, eg: Which allows me to specify the dependencies for each module in just one place, and then just change an e