Commons Email uses Maven 2.0
To build a jar file, change into Email'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/docs/apidocs".
To build the full website, run "mvn site". The result will be in "target/site". You must be using JDK 1.4 or higher to successfully complete this target.
Commons Email may be used on any JRE from 1.4 onwards.
Commons Email requires Wiser
for its unit tests. The base distribution requires JDK 1.5, but 1.4-compatible
jars are also provided in the binary distribution
here.
Finally, you will also need to install the Retroweaver runtime support library on behalf of Wiser. That download is available here.
These jars will be automatically installed to your local Maven 2 repository if you build using Maven.