RE: [nant-dev] patch to support resolving properties from environment vars

2002-09-11 Thread Jorge Bermejo
I'm currently managing approximately 50 build files (and counting). IMO 2 of the biggest limitations of Nant are related to how it launches other build files, the child build file doesn't know what settings have been already set by the parent build file nor it doesn't know which dependent targets

[nant-dev] Modified LoopTask...

2002-09-06 Thread Jorge Bermejo
Hello all, I've modified the LoopTask to iterate over XML elements defined in an external file, this new behavior will create multiple Project.properties out of its attributes. This can be handy when end-users (release managers) need to modify the build behavior without touching the build files

RE: [nant-dev] Modified LoopTask...

2002-09-06 Thread Jorge Bermejo
multiple build files. BTW. You're right, XmlElement is a bit clearer. Thanks, Jorge -Original Message- From: Shaw, Gerry [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 12:19 PM To: 'Jorge Bermejo'; '[EMAIL PROTECTED]' Subject: RE: [nant-dev] Modified LoopTask