] Behalf Of Brian Cantoni
Sent: 03 May 2005 18:36
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] NAnt equivalent to Ant's
I've been using NAnt for a few weeks and have migrated our
Win32 app build to it. I'm looking for a way to load a set
of properties from an external file, s
Brian,
You can create a NAnt script that contains only statements rather
than targets. Then you can use an task in another NAnt script to
call the properties-only script. All of the properties in the properties-only
script will then be defined in the calling script.
The effect is about the
I've been using NAnt for a few weeks and have migrated our
Win32 app build to it. I'm looking for a way to load a set
of properties from an external file, similar to Ant's
method.
NAnt's does not allow files as a source, so I'm
curious what others have done for this type of solution?
Ant se
nant-users@lists.sourceforge.netSubject: [Nant-users] Nant
equivalent to
Is there an equivalent
to ANT’s
<property file="./build-ENV1.properties" /> which lets you include properties
from another file?
Thanks
Kevin Schneider
Title: Nant equivalent to
Is there an equivalent to ANT’s which lets you include properties from another file?
Thanks
Kevin Schneider