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. Build.properties can then be used to override the defaults, but is optional. OK to add build.properties.sample to build.xml? == Also, the Ant file currently generates classes under the build/ directory, whereas Maven2 uses the target/ directory. Seems to me it would be better if both used the target/ directory. WDYT? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org