Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #8176
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Mathieu Malaterre <malat@debian.org> |
| Newsgroups | linux.debian.maint.java |
| Subject | batik-libs ? |
| Date | Wed, 15 Jul 2015 11:50:02 +0200 |
| Message-ID | <pMrua-3G9-11@gated-at.bofh.it> (permalink) |
| X-Original-To | Debian Java List <debian-java@lists.debian.org> |
| Old-Return-Path | <mathieu.malaterre@gmail.com> |
| X-Amavis-Spam-Status | No, score=-4.979 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=2, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02] autolearn=no |
| X-Policyd-Weight | using cached result; rate: -7 |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=+DBU+t9AKjvpJVZ2SCgy0laYb2oX4DV+lQl6sV50usc=; b=i2dT1zi8S3cOh0d15ffuPkGU2QJh0pZoBIzFT6a3vIMuyyEFrJ/5CgZ9G/jiorEX0B TH8u1HSozl/7zQUOx9wImSiJu2ThFqZ8wLImYSBG1BNRjgq0RLY5vDzcTw93KrJ9GfFR vLFl1ZZlXbdHoWr8QLQ2qwBeElFGowK6tRqHg25g73vxewrxgo0J3BfvcKKcGhe2qU0P 9sr60HI9rwKaSqKdt9ldbwb1hCN5eFA/SDfpTBdml8aEFTdW6MI4+wRU9pEQxoB+suz1 FBYQphomZpMsODpY3U4yt4VOllzyPuxJCnkFjUjaHp0JbykKcpEhzSc81BXz6zfHkKWU BaHg== |
| X-Received | by 10.170.77.5 with SMTP id t5mr3305866ykt.58.1436953652354; Wed, 15 Jul 2015 02:47:32 -0700 (PDT) |
| MIME-Version | 1.0 |
| Sender | robomod@news.nic.it |
| X-Google-Sender-Auth | lh_elUe8e2VIKXzjC0XTDySEuks |
| Content-Type | multipart/alternative; boundary=001a1139449a01e45e051ae6d89c |
| X-Mailing-List | <debian-java@lists.debian.org> archive/latest/18485 |
| List-ID | <debian-java.lists.debian.org> |
| List-URL | <http://lists.debian.org/debian-java/> |
| Approved | robomod@news.nic.it |
| Lines | 107 |
| Organization | linux.* mail to news gateway |
| X-Original-Date | Wed, 15 Jul 2015 11:47:12 +0200 |
| X-Original-Message-ID | <CA+7wUsx__DBuUvvjYBhqnAi4Qc8F_ZmmDL6zMQYTz_W_3POyAg@mail.gmail.com> |
| X-Original-Sender | mathieu.malaterre@gmail.com |
| Xref | aioe.org linux.debian.maint.java:8176 |
Show key headers only | View raw
[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