|
From: <ls...@us...> - 2006-12-19 21:14:54
|
Revision: 2942
http://jnode.svn.sourceforge.net/jnode/?rev=2942&view=rev
Author: lsantha
Date: 2006-12-19 13:14:50 -0800 (Tue, 19 Dec 2006)
Log Message:
-----------
Forking javac to make the overall build process less resource intensive.
Modified Paths:
--------------
trunk/all/lib/jnode.xml
Modified: trunk/all/lib/jnode.xml
===================================================================
--- trunk/all/lib/jnode.xml 2006-12-19 21:13:36 UTC (rev 2941)
+++ trunk/all/lib/jnode.xml 2006-12-19 21:14:50 UTC (rev 2942)
@@ -7,6 +7,8 @@
<javac destdir="${my-classes.dir}"
debug="on"
optimize="on"
+ fork="on"
+ memoryMaximumSize="512m"
compiler="modern"
includeJavaRuntime="false"
target="${java.target}"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|