Compiling the source
To compile the latest source from the source repository, you'll want the following handy-dandy tools available:
- Subversion (SVN) client
- Java Developer Kit (1.4.x is the preferred version)
- Maven
If you wish to compile from a source-release, just ignore the Subversion comments below.
Get the source
svn co http://svn.osjava.org/svn/osjava/trunk/simple-jndi
Compile
cd simple-jndi
maven jar
The result
The result is a JAR file, where x.x.x represents the next version of Simple-JNDI.
target/simple-jndi-x.x.x.jar