Re: [DBCP] Proposed changes to Ant build file

2009-11-25 Thread Phil Steitz
sebb wrote: > At present, in order to build DBCP using Ant, one has to copy > build.properties.sample to build.properties otherwise none of the > dependencies are found. The build.properties.sample props only work if you have a m2 local repo. I would prefer to leave as is so user knows what they

[DBCP] Proposed changes to Ant build file

2009-11-25 Thread sebb
At present, in order to build DBCP using Ant, one has to copy build.properties.sample to build.properties otherwise none of the dependencies are found. Seems to me the Ant file should load properties from build.properties.sample immediately after loading from build.properties - if that exists. Bui