nicolaken 2003/01/14 01:26:57 Modified: . build.xml Log: Lowering memory need during the build again Revision Changes Path 1.307 +9 -5 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.306 retrieving revision 1.307 diff -u -r1.306 -r1.307 --- build.xml 9 Jan 2003 22:31:28 -0000 1.306 +++ build.xml 14 Jan 2003 09:26:56 -0000 1.307 @@ -1121,7 +1121,8 @@ optimize="${optimize}" deprecation="${deprecation}" target="${target.vm}" - nowarn="${nowarn}"> + nowarn="${nowarn}" + fork="true"> <classpath refid="classpath"/> </javac> @@ -1132,7 +1133,8 @@ optimize="${optimize}" deprecation="${deprecation}" target="${target.vm}" - nowarn="${nowarn}"> + nowarn="${nowarn}" + fork="true"> <!--classpath refid="classpath"/--> <classpath> <path refid="classpath"/> @@ -1158,7 +1160,8 @@ debug="${debug}" optimize="${optimize}" deprecation="${deprecation}" - target="${target.vm}"> + target="${target.vm}" + fork="true"> <!--classpath refid="scratchpad.classpath"/--> <classpath> <path refid="scratchpad.classpath"/> @@ -1183,7 +1186,8 @@ debug="${debug}" optimize="${optimize}" deprecation="${deprecation}" - target="${target.vm}"> + target="${target.vm}" + fork="true"> <!--classpath refid="scratchpad.classpath"/--> <classpath> <path refid="scratchpad.classpath"/> @@ -2368,7 +2372,7 @@ <!-- =================================================================== --> <!-- Compile also all blocks that are specified in properties.xml --> <!-- =================================================================== --> - <target name="compile" depends="prepare"> + <target name="compile" depends="prepare, package"> <property name="compile.project" value="all"/>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]