Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #8176
| From | Mathieu Malaterre <malat@debian.org> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | batik-libs ? |
| Date | 2015-07-15 11:50 +0200 |
| Message-ID | <pMrua-3G9-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
[CC me please]
I am trying to get fop 2.0 in experimental. For this, I need to update
batik to 1.8. I thought the patch would be trivial: refresh the patches.
However it still does not work. Right now I am stuck on (see copy at[*]):
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792132#19
>From my understanding batik-libs would be equivalent to loading each and
every batik-* components. If so this means I broke something when updating
to batik 1.8. Could someone with more batik experience please double check
my batik package (check svn) and tell me what I did wrong ?
There is a work-around in fop: load each component explicitely but it feels
wrong.
Thanks
[*]
[javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5
[javac]
/home/mathieu/debian/java/fop/fop-2.0/src/java/org/apache/fop/svg/AbstractFOPBridgeContext.java:38:
error: cannot access CSSContext
[javac] public abstract class AbstractFOPBridgeContext extends
BridgeContext {
[javac] ^
[javac] class file for org.apache.batik.css.engine.CSSContext not
found
[javac]
/home/mathieu/debian/java/fop/fop-2.0/src/java/org/apache/fop/svg/AbstractFOPImageElementBridge.java:33:
error: package org.apache.batik.util does not exist
[javac] import org.apache.batik.util.ParsedURL;
[javac] ^
[javac]
/home/mathieu/debian/java/fop/fop-2.0/src/java/org/apache/fop/svg/AbstractFOPImageElementBridge.java:54:
error: cannot access SVGContext
[javac] public abstract class AbstractFOPImageElementBridge extends
SVGImageElementBridge {
[javac] ^
[javac] class file for org.apache.batik.dom.svg.SVGContext not found
[javac]
/home/mathieu/debian/java/fop/fop-2.0/src/java/org/apache/fop/afp/svg/AFPImageElementBridge.java:30:
error: cannot access SVGConstants
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar
batik-libs ? Mathieu Malaterre <malat@debian.org> - 2015-07-15 11:50 +0200 Re: batik-libs ? Mathieu Malaterre <malat@debian.org> - 2015-07-17 09:30 +0200
csiph-web