Re: Replace value of a parameter

2009-09-25 Thread paul collins
That wokred so ignore my question on defining the file outside the target. What I do notice is that the original file B had a number of lines in it which were comments for example see below, is ther any way of keeping these comments in the file? #

Re: Replace value of a parameter

2009-09-25 Thread paul collins
I have not tried this yet but how come property file A is defined out side the target something should not be inside it? On Fri, Sep 25, 2009 at 10:13 AM, Francis GALIEGUE wrote: > On Fri, Sep 25, 2009 at 10:51, paul collins > wrote: > > I want to pass a parameter value from one property fil

Re: Replace value of a parameter

2009-09-25 Thread Francis GALIEGUE
On Fri, Sep 25, 2009 at 10:51, paul collins wrote: > I want to pass a parameter value from one property file to another one, they > both have the same name so for example I have file A with the parameter > build=0999 > > and other file B with a number of paramters but the one I want to replace is

Replace value of a parameter

2009-09-25 Thread paul collins
I want to pass a parameter value from one property file to another one, they both have the same name so for example I have file A with the parameter build=0999 and other file B with a number of paramters but the one I want to replace is build build=0998 So how do do I take the value of build in f