vmassol 2004/02/22 05:22:45 Modified: integration/ant build.xml Log: trying to resolve Gumpy build issue (see http://lsd.student.utwente.nl/gump/jakarta-cactus/jakarta-cactus-integration-ant-13.html) Revision Changes Path 1.53 +5 -1 jakarta-cactus/integration/ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/integration/ant/build.xml,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- build.xml 14 Feb 2004 11:50:48 -0000 1.52 +++ build.xml 22 Feb 2004 13:22:45 -0000 1.53 @@ -88,6 +88,10 @@ <pathelement location="${commons.logging.jar}"/> <pathelement location="${xerces.jar}"/> <pathelement location="${xmlapis.jar}"/> + + <!-- Required for Gump --> + <pathelement location="${java.class.path}"/> + </path> <condition property="properties.ok">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
