Setting Up a Development Environment - svnant.classpath not found | trent | 2011-06-06 17:13 | |||||||||||||||||||||||||||
Status: Closed | |||||||||||||||||||||||||||||
Hoping someone can be of some assistance- just trying to set up a development machine to go through the building modules lessons - so I am attempting to follow this guide: https://www.labkey.org/wiki/home/Documentation/page.view?name=build I am up to the bit: Build and Run LabKey (Actually, I also have an issue before that - setting up the Tomcat RUN configuration; it says it can't find org.apache.catalina.startup.Bootstrap in module LabKey. Looking at the existing LabKey Development configuration, it has API specified for the 'Use classpath and JDK of module' field, and doesn't throw the error - but the doco says to use the LabKey item in that field (which from an earlier step points to the 1.6 JDK), so not sure if that's safe to do or not...) Anyway, so I ran the pick_pg ant target - all good; then tried to run build , but get a bunch (4) of errors which seem to be surrounding the reference to svnant.classpath parameter, from the build.xml file <path>\build.xml:6: Reference svnant.classpath not found. I am thinking perhaps in the Ant build properties, I am supposed to add additional classpath? Thanks for any help in advance. :-) edit: relevant line from build.xml: <typedef resource="org/tigris/subversion/svnant/svnantlib.xml" classpathref="svnant.classpath" /> |
|||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||