This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

ESAPI-Building

From OWASP
Revision as of 03:16, 4 July 2009 by Jeff Williams (talk | contribs)

Jump to: navigation, search

Simple Build Instructions

ESAPI is easy to build yourself using Subversion and Maven.

 $ mkdir ESAPI
 $ cd ESAPI
 $ svn checkout http://owasp-esapi-java.googlecode.com/svn/trunk
 $ mvn -Dmaven.test.skip=true package

Maven will generate a "target" directory that contains the ESAPI jar file.

To generate project reports use:

 $ mvn site

To generate documentation use:

 $ mvn javadoc:jar