In an earlier mail you said you had this line in your shell profile: "export ANT_HOME=/Users/stephen/devtools/jakarta-ant-1.4.1"
Maybe that is causing ant to look for tasks in that directory rather than in the fop lib? Try setting ANT_HOME to "/Users/stephen/apache/xml-fop/lib" or wherever the buildtools.jar is. Regards, Karen Stephen Bannasch wrote: > > >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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
