C
con.brady
Hi Folks,
Disclaimer:
I apologize if this is the wrong place for this type of question, but
if so,
I don't know where the right place is and I'd be very grateful if
someone
could point me in the right direction.
Question:
I am new to using Nant (novice) and I am currently writing test build
scripts for our build process:
I want to be able to define a number of properties in one build file
and then read this in another build script.
An example would be:
"properties.build"
<property name="ApplicationName" value="MyApplication" />
<property name="version" value="1.1" />
Then in my main build script I would read "properties.build":
1. How do I read the file do I need to use <include>; if so in what
way?
2. When the file is read do I need to set each properties to an
individual scalar variable?
Thanks in advance
Cheers,
Con
Disclaimer:
I apologize if this is the wrong place for this type of question, but
if so,
I don't know where the right place is and I'd be very grateful if
someone
could point me in the right direction.
Question:
I am new to using Nant (novice) and I am currently writing test build
scripts for our build process:
I want to be able to define a number of properties in one build file
and then read this in another build script.
An example would be:
"properties.build"
<property name="ApplicationName" value="MyApplication" />
<property name="version" value="1.1" />
Then in my main build script I would read "properties.build":
1. How do I read the file do I need to use <include>; if so in what
way?
2. When the file is read do I need to set each properties to an
individual scalar variable?
Thanks in advance
Cheers,
Con