Skip to content
johnny.bufu edited this page Jun 4, 2015 · 1 revision

Building the OpenID4Java package from source

Requirements

  • Java 1.4 JVM (or higher)
  • Ant (build script developed using v1.6.5)

Building the package

To build the package from source Ant is also needed. The following build targets are provided:

  • Packages compiled class files into a JAR archive
ant jar
  • Builds distribution ZIP package
ant dist
Clone this wiki locally