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
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