>What happens if you remove hyphenation from this line
>
><target name="package" depends="compile,hyphenation">
>
>in build.xml?
same error:
init:
[echo] ------------------- Fop 0.20.3 [1999-2002] ----------------
BUILD FAILED
/Users/stephen/apache/xml-fop/build.xml:272: taskdef class
org.apache.fop.tools.anttasks.SerializeHyphPattern cannot be found
If I comment out line 272:
<!-- <taskdef name="serHyph"
classname="org.apache.fop.tools.anttasks.SerializeHyphPattern"/> -->
<taskdef name="xslt" classname="org.apache.fop.tools.anttasks.Xslt"/>
then it dies on the next <taskdef> on line 273
--
-s
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]