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:23, 17 September 2008 by Kevin.Fealey (talk | contribs) (Eclipse Setup)

Jump to: navigation, search

Eclipse Setup

Subversion Setup

Project Setup

  • Preferences -> Compiler
  • Add JDK 1.4 as an installed JRE
  • Set Java 1.4 compliance in project

Building

  • TODO

Running Test Cases

  • Select test/org/owasp/esapi/AllTests.java
  • Right click and Run As... Open Run Dialog
  • Choose JUnit
  • Select Arguments and enter a VM argument
    • -Dorg.owasp.esapi.resources="<path to your esapi project>/test/testresources"
  • run tests and verify that they all pass


Running Test App

TODO