Commons DBCP uses Maven or Ant as a build system. The maven build requires maven 2 and JDK 1.6. The Ant build works with JDK 1.4, 1.5 or 1.6.
To build a jar file, change into DBCP's root directory and run
mvn package.
The result will be in the "target" subdirectory.
To build the Javadocs, run mvn javadoc:javadoc.
The result will be in "target/site/apidocs/".
To build the full website, run mvn site.
The result will be in "target/site".
Copyright © 2001-2024 The Apache Software Foundation. All Rights Reserved.