huber 01/12/30 04:07:21 Modified: . build.xml Log: launch junit test cases in a separate VM by setting fork="yes" avoiding java.lang.LinkageError problems Revision Changes Path 1.128 +1 -1 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- build.xml 30 Dec 2001 06:21:51 -0000 1.127 +++ build.xml 30 Dec 2001 12:07:21 -0000 1.128 @@ -1348,7 +1348,7 @@ <pathelement path="${build.dest}" /> </classpath> </javac> - <junit printsummary="yes" haltonfailure="no" fork="no"> + <junit printsummary="yes" haltonfailure="no" fork="yes"> <classpath> <pathelement location="${build.test}" /> <pathelement location="${build.dest}" />
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]