nicolaken 02/05/22 08:25:36 Modified: . build.xml Log: added scratchpad libs to tests, needed to test also scratchpad stuff. Revision Changes Path 1.212 +4 -6 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.211 retrieving revision 1.212 diff -u -r1.211 -r1.212 --- build.xml 22 May 2002 13:01:10 -0000 1.211 +++ build.xml 22 May 2002 15:25:36 -0000 1.212 @@ -1749,17 +1749,21 @@ deprecation="${deprecation}" target="${target.vm}"> <classpath refid="classpath"/> + <classpath refid="scratchpad.classpath"/> <classpath> <pathelement path="${build.dest}" /> + <pathelement path="${build.scratchpad.dest}" /> </classpath> </javac> <junit printsummary="yes" haltonfailure="yes" fork="yes"> <classpath> <pathelement location="${build.test}" /> <pathelement location="${build.dest}" /> + <pathelement location="${build.scratchpad.dest}" /> <pathelement path="${java.class.path}" /> </classpath> <classpath refid="classpath"/> + <classpath refid="scratchpad.classpath"/> <formatter type="plain" usefile="no" /> <batchtest> <fileset dir="${build.test}"> @@ -1796,9 +1800,3 @@ </project> <!-- End of file --> - - - - - -
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]