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
Kevin.Fealey (talk | contribs) (→Eclipse Setup) |
Kevin.Fealey (talk | contribs) (→Eclipse Setup) |
||
Line 2: | Line 2: | ||
* Get [http://www.eclipse.org/europa/ Europa] | * Get [http://www.eclipse.org/europa/ Europa] | ||
− | * Get SVN plugin | + | * Get [http://subclipse.tigris.org/download.html SVN plugin] |
* Get other plugins | * Get other plugins | ||
Revision as of 15:23, 17 September 2008
Eclipse Setup
- Get Europa
- Get SVN plugin
- Get other plugins
Subversion Setup
- https://owasp-esapi-java.googlecode.com/svn/
- checkout trunk as new project
- checkout testapp as new project
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