You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Pascal Sancho <pa...@takoma.fr> on 2004/09/07 10:18:50 UTC

Error while building FOP dev1

Hi there,
When I try to build FOP dev1, I get the error page below.
Can everyone help me please, I am not so familiar with CVS & JAVA.

Pascal


Apache FOP: Build System
--------------------------
Buildfile: build.xml

init-avail:
     [echo] Apache Ant version 1.6.2 compiled on July 16 2004
     [echo] Jimi Support NOT Present
     [echo] JAI Support NOT Present
     [echo] JCE Support NOT Present
     [echo] JUnit Support PRESENT

init-filters-jdk14:

init-filters-jdk13:
     [echo] Use GraphicsConfiguration adapter for JDK 1.3 or earlier.

init:
     [echo] ------------------- Fop 1.0dev [1999-2004] ----------------
     [echo] See build.properties and build-local.properties for
additional build settings

prepare:
     [echo] Preparing the build directories

codegen:
     [echo] Resetting codegen directory
     [echo] Generating the java files from xml resources
    [style] Processing D:\cvs\xml-fop\src\codegen\encodings.xml to
D:\cvs\xml-fop\build\gensrc\o
rg\apache\fop\fonts\CodePointMapping.java
    [style] Loading stylesheet
D:\cvs\xml-fop\src\codegen\code-point-mapping.xsl

BUILD FAILED
javax.xml.transform.TransformerFactoryConfigurationError: Provider
org.apache.xalan.processor.Tr
ansformerFactoryImpl not found

Total time: 1 second

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: Error while building FOP dev1

Posted by Chris Bowditch <bo...@hotmail.com>.
Jeremias Maerki wrote:

> Chris, have you tried under JDK 1.3? Because Pascal tries to compile
> under 1.3. Unfortunately, I'm at work on my notebook where I don't have
> a current FOP HEAD to try. I can check this out this evening.

I'm running 1.4 at the moment. Ive just tried 1.3 and it fails! Not with a 
TransformerFactoryImpl class not found exception, but with the later errors 
that pascal reported.

<snip/>

Chris


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: Error while building FOP dev1

Posted by Jeremias Maerki <de...@greenmail.ch>.
Chris, have you tried under JDK 1.3? Because Pascal tries to compile
under 1.3. Unfortunately, I'm at work on my notebook where I don't have
a current FOP HEAD to try. I can check this out this evening.

On 07.09.2004 11:26:08 Chris Bowditch wrote:
> Pascal Sancho wrote:
> 
> <snip/>
> 
> > 
> > codegen:
> >      [echo] Resetting codegen directory
> >      [echo] Generating the java files from xml resources
> >     [style] Processing D:\cvs\xml-fop\src\codegen\encodings.xml to
> > D:\cvs\xml-fop\build\gensrc\o
> > rg\apache\fop\fonts\CodePointMapping.java
> >     [style] Loading stylesheet
> > D:\cvs\xml-fop\src\codegen\code-point-mapping.xsl
> > 
> > BUILD FAILED
> 
> I have just run the build now and it was successful.
> 
> > javax.xml.transform.TransformerFactoryConfigurationError: Provider
> > org.apache.xalan.processor.Tr
> > ansformerFactoryImpl not found
> 
> Looks like a classpath problem: the build cannot find Xalan. Check your classpath.


 
Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: Error while building FOP dev1

Posted by Chris Bowditch <bo...@hotmail.com>.
Pascal Sancho wrote:

<snip/>

> 
> codegen:
>      [echo] Resetting codegen directory
>      [echo] Generating the java files from xml resources
>     [style] Processing D:\cvs\xml-fop\src\codegen\encodings.xml to
> D:\cvs\xml-fop\build\gensrc\o
> rg\apache\fop\fonts\CodePointMapping.java
>     [style] Loading stylesheet
> D:\cvs\xml-fop\src\codegen\code-point-mapping.xsl
> 
> BUILD FAILED

I have just run the build now and it was successful.

> javax.xml.transform.TransformerFactoryConfigurationError: Provider
> org.apache.xalan.processor.Tr
> ansformerFactoryImpl not found

Looks like a classpath problem: the build cannot find Xalan. Check your classpath.

Chris


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org