jxDBCon-Open Source JDBC driver framework |
jxDBCon is hosted by |
also visit the jxDBCon project page |
About | Documentation | Compatibility&Tests | Developers | Download | Feedback&Contribution |
The driver and the tests for it use the following 3rd party software.
The sources compile with the "modern" compiler from Sun's JDK, the Jikes compiler from IBM and gcj from GNU. They will not compile with the "classic" compiler as distributed with JDK 1.1, please use Jikes instead.
mkdir jx
ant get.jxDBCon
ant checkout.jxDBCon
ant checkout.jxDBCon.Pro
The stage subdirectory stores the files retrieved from the internet. The neccessary JARs are extracted and placed into the lib directory.
.jx.properties
. It is searched in the user's home directory. Additionally you may place configuration directives in a JVM version specific properties file, e.g. .jx.properties.1.1
for Java 1.1.
The following keys can be used:
Key | Default value | Meaning |
---|---|---|
jxUtil.version | 0.4 | The version to use when downloading the source distribution |
jxDBCon.version | 0.9x | The version to use when downloading the source distribution |
stage.dir | stage | The directory to use as the staging area |
cvsuser | user's login name | The username for developer CVS checkout |
prereq.log4j-JAR | jxUtil/lib/log4j.jar | The location of the log4j package |
prereq.junit-JAR | jxUtil/lib/junit.jar | The location of the JUnit package |
prereq.daedalos-JAR | jxUtil/lib/junitextensions.jar | The location of the Daedalos JUnit extensions |
prereq.jsse-DIR | jxUtil/lib/ | The directory of the JSSE files. |
prereq.collections-JAR | jxUtil/lib/collections.jar | The location of the Collections Framework (for Java 1.1) |
developer CVScvs -z3 -d:pserver:anonymous@cvs.jxutil.sourceforge.net:/cvsroot/jxutil co -P jxUtil cvs -z3 -d:pserver:anonymous@cvs.jxdbcon.sourceforge.net:/cvsroot/jxdbcon co -P jxDBCon
export CVS_RSH=ssh cvs -z3 -d:ext:developername@cvs.jxutil.sourceforge.net:/cvsroot/jxutil co -P jxUtil cvs -z3 -d:ext:developername@cvs.jxdbcon.sourceforge.net:/cvsroot/jxdbcon co -P jxDBCon
.jx.properties
or additionally in a JVM version specific file, e.g. .jx.properties.1.1
These are the same files that are used when fetching the sources with the toplevel build file.
The following keys can be used:
Key | Default value | Meaning |
---|---|---|
cvsuser | user's login name | The username for developer CVS access |
prereq.log4j-JAR | jxUtil/lib/log4j.jar | The location of the log4j package |
prereq.junit-JAR | jxUtil/lib/junit.jar | The location of the JUnit package |
prereq.daedalos-JAR | jxUtil/lib/junitextensions.jar | The location of the Daedalos JUnit extensions |
prereq.jsse-DIR | jxUtil/lib/ | The directory of the JSSE files. |
prereq.collections-JAR | jxUtil/lib/collections.jar | The location of the Collections Framework (for Java 1.1) |
build.dir | build | The path used by the build process |
doclink.jdk | http://java.sun.com/j2se/1.4/docs/api | The URL to resolve javadoc references to the Java API to |
doclink.junit | http://junit.org/junit/javadoc/index.htm/3.7 | The URL to resolve javadoc references to JUnit to |
doclink.log4j | http://jakarta.apache.org/log4j/docs/api | The URL to resolve javadoc references to log4j to |
cd jxUtil; ant cd ../jxDBCon; ant jar