nicolaken 2003/01/24 00:21:21
Modified: . build.xml
Log:
Added other fork="true" switches, patch supplied by [EMAIL PROTECTED]
Doesn't fix our memory issue, but it will help in not making it grow in case
these tasks grow much bigger in the future.
Revision Changes Path
1.310 +9 -6 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- build.xml 22 Jan 2003 12:44:53 -0000 1.309
+++ build.xml 24 Jan 2003 08:21:21 -0000 1.310
@@ -274,7 +274,8 @@
deprecation="on"
target="1.2"
nowarn="on"
- classpathref="anttasks.classpath"/>
+ classpathref="anttasks.classpath"
+ fork="true"/>
</target>
@@ -1210,9 +1211,10 @@
destdir="${build.dest}"
excludes="chaperon/**"
debug="${debug}"
- optimize="${optimize}"
- deprecation="${deprecation}"
- target="${target.vm}">
+ optimize="${optimize}"
+ deprecation="${deprecation}"
+ target="${target.vm}"
+ fork="true">
<classpath refid="classpath"/>
</javac>
</target>
@@ -2281,7 +2283,8 @@
debug="${debug}"
optimize="${optimize}"
deprecation="${deprecation}"
- target="${target.vm}">
+ target="${target.vm}"
+ fork="true">
<classpath refid="classpath"/>
<classpath refid="scratchpad.classpath"/>
<classpath>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]