Setting Up a Development Environment - svnant.classpath not found

LabKey Support Forum
Setting Up a Development Environment - svnant.classpath not found jeckels  2011-06-09 09:29
Status: Closed
 
Hi Trent,

The error attempting to execute svn should be harmless. We use it to try to include the current SVN revision as metadata in each of the modules. If it fails, you just won't get that metadata. It's unfortunate that we can't suppress the error message during the build.

If you see errors about running out of PermGen, you'll need to add the -XX:MaxPermSize=128M JVM argument. PermGen is a separate space from the normal Java heap.

Thanks for the suggestion, I just added a note about adding idea_rt.jar to this page:

https://www.labkey.org/wiki/home/Documentation/page.view?name=build

Thanks,
Josh