Jean T. Anderson wrote: > Jean T. Anderson wrote: > ... > >>'ant all' succeeds on linux with two issues: >> >>(1) pdf.devguide gets 1 warning: >> >> [xslt] >>file:/home/jta/DB-DERBY-SVN/derby/docs/trunk/DITA-OT1.1.2.1/xsl/xslfo/dita2fo-links.xsl:148:57: >>Warning! Can not load requested doc: The element type "meta" must be >>terminated by the matching end-tag "</meta>". >> >>'ant pdf' also gets this, but the build succeeds. > > > oh, gack. I get a BUILD SUCCESSFUL message but, in fact, no pdf files > are output. > > So, the pdf build appears to be broken.
my environment was messed up (did not have op.jar, avalon-framework-cvs-20020806.jar, and batik.jar in the CLASSPATH). With those in my CLASSPATH I now see the error on linux that you get: BUILD FAILED /home/jta/DB-DERBY-SVN/derby/docs/trunk/build.xml:160: The following error occurred while executing this line: /home/jta/DB-DERBY-SVN/derby/docs/trunk/build.xml:183: The following error occurred while executing this line: /home/jta/DB-DERBY-SVN/derby/docs/trunk/DITA-OT1.1.2.1/conductor.xml:209: The following error occurred while executing this line: /home/jta/DB-DERBY-SVN/derby/docs/trunk/DITA-OT1.1.2.1/ditatargets.xml:78: org.apache.fop.apps.FOPException: file:/home/jta/DB-DERBY-SVN/derby/docs/trunk/out/devguide/derbydev.fo:13155:40 internal-destination or external-destination must be specified in basic-link tomorrow, I'll "svn up -r" back to a point the pdf build works, then wind forward again. -jean
