Setting Up a Development Environment - svnant.classpath not found | trent | 2011-06-06 22:30 |
Status: Closed | ||
Hi, Thanks. I got the trunk and am now getting some different errors: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified From the comments, I guess this means I need an empty file at <root>/server called svn.properties? (well just tried, and still seem to get this error) build.xml:1217: Java returned: 2147483647 not really sure what to make of that The other one is build.xml:199: java.lang.OutOfMemoryError: PermGen space So have to see if I can work that out tomorrow. Im presuming I need to increase the VM parameter -Xmx768M so it doesn't run out of RAM. .. in the IDE, its a bid hard to find the errors due to tree it puts them in, but I think they are mostly about the svn. (seems to be varying number of errors each time I attempt to build) |
||