Just for everyone; FOP has as of last week, a new re-write of fop. It's pretty much a re-write, I have been tracking the source for quite a few months off and on, and would highly recommend moving to this version when it will build. (besides the other 'out of memory' problem). Also, for some reason, I can't get fop.jar to load and get hasFOP in build.xml, although I know my fop.jar has .
   <available classname="org.apache.fop.tools.anttasks.Fop"
              property="hasFOP"/>
But, I'll figure out why [available] Unable to load class org.apache.fop.tools.anttasks.Fop to set property hasFOP
I have it in lib/ and CLASSPATH and FOP_HOME etc...
[EMAIL PROTECTED] trunk]$ diff -u oldfop-out.txt newfop-out.txt
--- oldfop-out.txt      2005-11-30 10:40:15.000000000 -0600
+++ newfop-out.txt      2005-11-30 10:40:06.000000000 -0600
@@ -1,6 +1,6 @@
org/apache/fop/tools/anttasks/
-org/apache/fop/tools/anttasks/Compare.class
-org/apache/fop/tools/anttasks/SerializeHyphPattern.class
-org/apache/fop/tools/anttasks/Fop.class
org/apache/fop/tools/anttasks/FOPTaskStarter.class
+org/apache/fop/tools/anttasks/FileCompare.class
+org/apache/fop/tools/anttasks/Fop.class
org/apache/fop/tools/anttasks/RunTest.class
+org/apache/fop/tools/anttasks/SerializeHyphPattern.class

http://xmlgraphics.apache.org/fop/0.90/index.html

javax.xml.transform.TransformerException: org.apache.fop.apps.FOPException: file:///home/srh/src/derby-d/doc/trunk/fop-0.90alpha1/../out/tuning/tuningderby.fo:3:44: Error(3/44): No element mapping definition found for fox:outline
From:
http://xmlgraphics.apache.org/fop/0.90/upgrading.html

"The fox:outline extension not implemented in this version anymore. It has been superseded by the new bookmark elements from XSL-FO 1.1."

So some work is needed to get it up and running with the latest fop. I may be something totally stupid too :-)

scott

Reply via email to