Hi,
Below’s what I get when trying to build FOP with a 1.3 jdk. Does anyone
have an idea? That 1.3 build gets on my nerve...
Building with 1.4 and setting binary compatibility to 1.3 should be
sufficient, no?
Anyway, I’ve just noticed that I forgot to put the new XML Graphics
Commons jar in lib (and to update fop.bat accordingly). What’s the point
of releasing Commons first if I don’t then use it for FOP...
Vincent
--------------------------------------------------------------------------------
Buildfile: build.xml
init-avail:
[echo] ------------------- Apache FOP 0.94 [1999-2007] ----------------
[echo] See build.properties and build-local.properties for additional
build settings
[echo] Apache Ant version 1.7.0 compiled on December 13 2006
[echo] VM: 1.3.1_19-b03, Sun Microsystems Inc.
[echo] JAVA_HOME: /local/home/vhennebert/Tools/Java1.3/jdk1.3.1_19/
[echo] Jimi Support PRESENT
[echo] JAI Support PRESENT
[echo] JCE Support PRESENT
[echo] JUnit Support PRESENT
[echo] XMLUnit Support PRESENT
init-filters-jdk14:
init-filters-jdk13:
[echo] Use GraphicsConfiguration adapter for JDK 1.3 or earlier.
init:
codegen:
[echo] Generating the java files from xml resources
[xslt] Processing
/local/home/vhennebert/Fop/Release/Fop-0.94/src/codegen/fonts/encodings.xml to
/local/home/vhennebert/Fop/Release/Fop-0.94/build/gensrc/org/apache/fop/fonts/CodePointMapping.java
[xslt] Loading stylesheet
/local/home/vhennebert/Fop/Release/Fop-0.94/src/codegen/fonts/code-point-mapping.xsl
BUILD FAILED
/local/home/vhennebert/Fop/Release/Fop-0.94/build.xml:328:
javax.xml.transform.TransformerFactoryConfigurationError: Provider
org.apache.xalan.processor.TransformerFactoryImpl not found
Total time: 0 seconds