Re: pass parameters from one file to another

2009-09-29 Thread David Weintraub
Then combine both property file "A" and property file "B" into property file "C" (using the same task Francis Galiegue showed you. Then, use property file "C". Remember once a property is set, it cannot be (easily) changed. Maybe you should load in file "B" before file "A"? That would select "bui

pass parameters from one file to another

2009-09-25 Thread paul collins
I was supplied a script by Francis Galiegue see below which passes a parameter value from one property file to another one, which works for me see below, but I have comments in file B see below for example that I want to keep, but these are removed when I run this script. From reading the ANT manua