Re: overwriting property specified in different files.

2008-07-09 Thread Tom Drynda
André Pilz <[EMAIL PROTECTED]> wrote: > ... > that is standard behaviour for ant. The first property definition wins. > A simple solution for this example is to load the second property file > first. > ... That's exactly how we do it. We have a default configuration held in a properties file.

Re: overwriting property specified in different files.

2008-07-09 Thread wizshah
this? >> > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/overwriting-property-spec

Re: overwriting property specified in different files.

2008-07-09 Thread André Pilz
Hello, that is standard behaviour for ant. The first property definition wins. A simple solution for this example is to load the second property file first. Also see the Task in ant-contrib, but I never needed it. Cheers, Andre wizshah schrieb: I have two following lines added to my build

overwriting property specified in different files.

2008-07-09 Thread wizshah
? -- View this message in context: http://www.nabble.com/overwriting-property-specified-in-different-files.-tp18358563p18358563.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL