Re: overwriting property specified in different files.

2008-07-09 Thread wizshah
gards, -- wiz André Pilz wrote: > > 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. > > C

overwriting property specified in different files.

2008-07-09 Thread wizshah
I have two following lines added to my build.xml. 1. 2. It can be seen that I have two config.properties being loaded. Thats runs fine. All properties are loaded. But here the problem is that if I have the same property in the second file it does not overwrite the old one. f