Talk:HOWTO Integrate DSpace with Eclipse and Tomcat
From DSpace Wiki
For some reason, following the instructions exactly didn't work for me. For some reason, I couldn't start a project as a Tomcat project, so I checked out the code as normal, and then converted it. I've not tested thoroughly to see if everything else works, but this is the approach I've had to use. -- JR
Per Apple documentation, tools.jar does not exist in the Java development tools in Mac OS X. It appears that classes.jar substitutes for tools.jar under certain circumstances. On Mac OS X, use Control-click in place of right click. --JS Jodi.a.schneider
See also SimpleAddonMechanism#How_does_one_.22Compile.22_and_.22package.22_a_distribution_of_DSpace.3F for updated instructions for integrating DSpace 1.5 with Maven, rather than ant. To get the JDBC, specify it as -D, for instance "mvn -Dpostgres clean package assembly:assembly" --JS
