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 kralik <kr...@ijablonec.cz> on 2006/04/06 11:30:25 UTC

FOP Trunk new problems

When I compile completly new FOP Trunk (head revision) by Apache ANT, I get
following:
BUILD SUCCESSFUL
Total time: 52 seconds

And then I have following problems:
C:\FopTrunk>fop
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/xmlgraphics/util/Service
        at
org.apache.fop.render.RendererFactory.discoverRenderers(RendererFactory.java:266)
        at
org.apache.fop.render.RendererFactory.<init>(RendererFactory.java:56)
        at org.apache.fop.apps.FopFactory.<init>(FopFactory.java:64)
        at org.apache.fop.apps.FopFactory.newInstance(FopFactory.java:126)
        at
org.apache.fop.cli.CommandLineOptions.<init>(CommandLineOptions.java:90)
        at org.apache.fop.cli.Main.startFOP(Main.java:146)
        at org.apache.fop.cli.Main.main(Main.java:190)
C:\FopTrunk>

Any resolution?
Regards,
Pavel Tyl
--
View this message in context: http://www.nabble.com/FOP-Trunk-new-problems-t1404823.html#a3781048
Sent from the FOP - Users forum at Nabble.com.


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


Re: FOP Trunk new problems

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
My fault. I forgot to commit the changes for fop.bat. This is fixed now.
Please do an "svn up" again.

On 06.04.2006 11:30:25 kralik wrote:
> 
> When I compile completly new FOP Trunk (head revision) by Apache ANT, I get
> following:
> BUILD SUCCESSFUL
> Total time: 52 seconds
> 
> And then I have following problems:
> C:\FopTrunk>fop
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/xmlgraphics/util/Service
>         at
> org.apache.fop.render.RendererFactory.discoverRenderers(RendererFactory.java:266)
>         at
> org.apache.fop.render.RendererFactory.<init>(RendererFactory.java:56)
>         at org.apache.fop.apps.FopFactory.<init>(FopFactory.java:64)
>         at org.apache.fop.apps.FopFactory.newInstance(FopFactory.java:126)
>         at
> org.apache.fop.cli.CommandLineOptions.<init>(CommandLineOptions.java:90)
>         at org.apache.fop.cli.Main.startFOP(Main.java:146)
>         at org.apache.fop.cli.Main.main(Main.java:190)
> C:\FopTrunk>
> 
> Any resolution?


Jeremias Maerki


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