bodewig 2003/03/12 23:59:49
Modified: project xml-fop.xml
Log:
FOP compiles and uses tasks in a single run now, thus needs the compiled classes on
the CLASSPATH
Revision Changes Path
1.23 +4 -0 jakarta-gump/project/xml-fop.xml
Index: xml-fop.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/xml-fop.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- xml-fop.xml 12 Mar 2003 09:37:39 -0000 1.22
+++ xml-fop.xml 13 Mar 2003 07:59:49 -0000 1.23
@@ -12,6 +12,7 @@
<project name="xml-fop">
<package>org.apache.fop</package>
+ <mkdir dir="build/classes"/>
<ant target="gump"/>
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
@@ -21,6 +22,9 @@
<depend project="avalon" runtime="true"/>
<depend project="jfor"/>
<depend project="jakarta-servletapi"/>
+
+ <!-- for SerializeHyphPattern task -->
+ <work nested="build/classes"/>
<home nested="build"/>
<jar name="fop.jar"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]