Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.309 diff -u -3 -r1.309 build.xml --- build.xml 22 Jan 2003 12:44:53 -0000 1.309 +++ build.xml 23 Jan 2003 21:16:36 -0000 @@ -274,8 +274,8 @@ deprecation="on" target="1.2" nowarn="on" - classpathref="anttasks.classpath"/> - + classpathref="anttasks.classpath" + fork="true"/> @@ -1161,7 +1161,7 @@ optimize="${optimize}" deprecation="${deprecation}" target="${target.vm}" - fork="true"> + fork="true"> @@ -1212,7 +1212,8 @@ debug="${debug}" optimize="${optimize}" deprecation="${deprecation}" - target="${target.vm}"> + target="${target.vm}" + fork="true"> @@ -2281,7 +2282,8 @@ debug="${debug}" optimize="${optimize}" deprecation="${deprecation}" - target="${target.vm}"> + target="${target.vm}" + fork="true">