|
Yes, you
just use the <property> syntax.
Of course, the property will now be changed globally – not just in the
target. Noel -----Original
Message----- So, if I declare properties in the top of
the build file for use by any target, what if I want to manipulate the property
in a target? What is the syntax to set a property value mid target if its
already been declared? Do I just use the <property>?? Evan A. Bonnett -----Original Message----- There's a trick that uses <foreach>
task. Taken from my build script: <target name="installer"> ... do something with
the properties ... </foreach> This will read ALL lines from
"version.txt" (there's only one and that's the See <foreach> task documentation for
more info. Hope it helps. Jarek ----- Original Message ----- > Great. But is there no way to
get the value from a file and set a ------------------------------------------------------- _______________________________________________ |
Title: RE: [Nant-users] Getting Code from VSS via NAnt
- [Nant-users] Getting Code from VSS via NAnt Bonnett, Evan A
- RE: [Nant-users] Getting Code from VSS via NAnt Morris, Jason
- RE: [Nant-users] Getting Code from VSS via NAnt Price, Henry
- RE: [Nant-users] Getting Code from VSS via NAnt Bonnett, Evan A
- RE: [Nant-users] Getting Code from VSS via NAnt Bonnett, Evan A
- RE: [Nant-users] Getting Code from VSS via NAnt Bonnett, Evan A
- RE: [Nant-users] Getting Code from VSS via NAnt Morris, Jason
- RE: [Nant-users] Getting Code from VSS via NAnt Bonnett, Evan A
- Re: [Nant-users] Getting Code from VSS via NAnt Jaroslaw Kowalski
- RE: [Nant-users] Getting Code from VSS via NAnt Bonnett, Evan A
- RE: [Nant-users] Getting Code from VSS via NAnt Noel Gifford
- RE: [Nant-users] Getting Code from VSS via NAnt Bonnett, Evan A
- RE: [Nant-users] Getting Code from VSS via NAnt Bonnett, Evan A
