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

Difference between revisions of "ESAPI-Building"

From OWASP
Jump to: navigation, search
(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...)
(No difference)

Revision as of 15:06, 29 January 2008

Eclipse Setup

  • Get Europa
  • Get SVN plugin
  • Get other plugins

Subversion Setup

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


Running Test App