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 15:06, 29 January 2008 by Jeff Williams (talk | contribs) (New page: ==Eclipse Setup== * Get Europa * Get SVN plugin * Get other plugins ==Subversion Setup== * https://owasp-esapi-java.googlecode.com/svn/ * checkout trunk * checkout testapp ==Project Se...)
Eclipse Setup
- Get Europa
- Get SVN plugin
- Get other plugins
Subversion Setup
- https://owasp-esapi-java.googlecode.com/svn/
- checkout trunk
- checkout testapp
Project Setup
- Set up JDK 1.4
- Set Java 1.4 compliance in project
Building
- TODO: Need ant task to do the full dist
Running Test Cases
- Run As... Junit test - AllTests.java
- Set -Dorg.owasp.esapi.resources="<path to your esapi project>/test/testresources" in the run dialog
- run tests and verify that they all pass