Rod Ayers wrote:
> Hi, Gary
>
> I'm intrigued how you would implement the "XML approach". Probably so easy
> I've totall yoverlooked it :):)
>
Just store the information in an XML file such as
task to read the current values, and, if
necessary, to change the
06 9:49 AM
To: Ramya Niranjan
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Setting property after reading from a file.
Ramya Niranjan wrote:
> I have a text file info.txt that contains some version specific
> information like:
> MAJORVERSION=4.0
> MINORVERSION=11
> BRA
Ramya Niranjan wrote:
> I have a text file info.txt that contains some version specific
> information like:
> MAJORVERSION=4.0
> MINORVERSION=11
> BRANCHINFO=COR
>
> What I need to do is create some properties like majorversion,
> minorversion and branchinfo in NAnt and assign these values afte
en't gotten it to work just right.
Rod
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]On Behalf Of Ramya
NiranjanSent: Monday, June 12, 2006 9:55 PMTo:
nant-users@lists.sourceforge.netSubject: [NAnt-users] Setting
property after reading from
Hello All,
I have a text file info.txt that contains some version specific information like:
MAJORVERSION=4.0
MINORVERSION=11
BRANCHINFO=COR
What I need to do is create some properties like majorversion, minorversion and branchinfo in NAnt and assign these values after reading from the txt file