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
Building ESAPI Swingset
From OWASP
This page will describe how to build the ESAPI Swingset in Eclipse.
These instructions assume you already have Eclipse, a JDK, Maven, m2clipse, and subclipse installed.
Downloading the current trunk
- In Eclipse, select File -> New -> Project.
- Select "Checkout projects from SVN" and click "Next."
- Click "Next" to "Create a new repository location."
- Enter http://owasp-esapi-java-swingset.googlecode.com/svn/trunk/webapp in the URL field and click "Next."
- Click the top-level entity in the tree, and click "Next."
- Change the project name if you so desire, and click "Finish."
Satisfying dependencies
- Now you need to get the ESAPI dependency in the correct location.
- Download the ESAPI jar and place it in src\main\webapp\WEB-INF\lib
- Add the jar to the project's build path?
- <This is not finished>