THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- Switch to the SVN repository exploring perspective
- Right mouse click on the Repository navigator and choose New > Repository Location or click the Add SVN Repository button
- In the Add SVN Repository dialog use _http://svn.apache.org/repos/asf/struts/shale/trunk/_ as the URL and _http://svn.apache.org_ as the root URL. (Leave username/password blank.) Click the 'Finish' button.
- Expand the node in the navigator and choose the core-library node
- Right mouse click and choose Check Out As then Java Project
- Go to the project properties and select the Java Build Path node.
- Add core-library/src/java as the source folder and remove the existing source folder of Eclipse does not do it for you.
- In the same dialog set Default output folder to core-library/target/classes
- Also in the properties dialog, with the Java Build Path node selected, click on the libraries tab and define libraries for the various packages as defined above.
Wiki Markup \[Describe best way to get the build.properties.sample file from the trunk into the core-library project -- the only way I could figure out how do it was by creating a build.properies file manually, opening build.properties.sample from svn, then manually copying and pasting the test into the new file. -mlk\]
- Finally copy the build.properties.sample file to build.properties and make the changes outlined in the next section.
...