Hi,
> Caused by: java.util.MissingResourceException: Can't find bundle for
> base name o
> rg.apache.batik.util.resources.XMLResourceDescriptor, locale en_US
> at
> java.util.ResourceBundle.throwMissingResourceException(Unknown Source
> )
> at java.util.ResourceBundle.getBundleImpl
Hi there,
While trying to run "java
org.apache.batik.transcoder.print.PrintTranscoder " from
the command line argument to print out the SVG form, I
experienced the following errors:
Exception in thread "main"
java.lang.ExceptionInInitializerError
at
org.apache.batik.transcoder.XM
<>
Philippe GIL wrote:
Bonjour,
I'm currently using batik 1.5 to display realtime animated SVGs and to
get user actions by clicking on some svg displayed elements.
I have a question for you.
How can I remove the batik ERROR handling (displayError) and replace it
by myself?
(ex SVG Error: Conne
Bonjour,
I'm currently using batik 1.5 to display realtime animated SVGs and to
get user actions by clicking on some svg displayed elements.
I have a question for you.
How can I remove the batik ERROR handling (displayError) and replace it
by myself?
(ex SVG Error: Connection refused
> "KMT" == Krevetski, Maria T (EMA) <[EMAIL PROTECTED]> writes:
KMT> can anyone tell me why i'm missing the org.apache.batik.*
KMT> package. i have the following jar files in my classpath:
Ok so I'll ask the obvious, you said you downloaded the source
distribution. Did you build it? t
can anyone tell me why i'm missing the org.apache.batik.* package. i have
the following jar files in my classpath:
%JAVA_HOME%\xml-batik\lib\crimson-parser.jar;
%JAVA_HOME%\xml-batik\lib\js.jar;
%JAVA_HOME%\xml-batik\lib\build\ant_1_4_1.jar;
%JAVA_HOME%\xml-batik\lib\build\crimson-ant.jar;
%JAVA
> "SK" == Sandesk Kamath <[EMAIL PROTECTED]> writes:
SK> I am getting NoClassDefFoundError while generating the pdf using
SK> fop,batik which involves the image display using svg tags.It works
SK> fine in some machine and it doesnt works in other machines.It
SK> works good in all machines if i
tkormann2002/09/06 00:14:33
Modified:test-resources/org/apache/batik/bridge unitTesting.xml
Removed: test-resources/org/apache/batik/bridge/error
path-missing-d.svg polygon-missing-points.svg
polyline-missing-points.svg
Log
SVGOnLoadExceptionTest.java
Added: test-resources/org/apache/batik/bridge/error
batikMark.svg
clipPath-clipPathUnits-invalid.svg
clipPath-empty.svg
clipPath-subelement-invalid.svg
clipPath-uri-illegal.svg css-invalid.svg
vhardy 2002/06/21 05:50:01
xml-batik/test-resources/org/apache/batik/bridge/error - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Keiron,
I just commited a fix to address your issue. Now, if you specify the
java.security.policy property to point to your policy file, then it
will take precedence over the one used by the default packaging.
java -jar batik-all.jar -Djava.security.policy=
Note that if your policy file u
Keiron,
Keiron Liddle wrote:
>
> Hi,
>
> Thanks for the great work you have been doing. It's looking really good.
>
> I thought I should bring a problem to your attention. I cannot use the
> the transcoder from the command line with the batik-all.jar library due
> a security enforcer problem.
Hi,
Thanks for the great work you have been doing. It's looking really good.
I thought I should bring a problem to your attention. I cannot use the
the transcoder from the command line with the batik-all.jar library due
a security enforcer problem. I guess the comment in the code says it all
"So
Hi,
I am trying to convert SVG document into PDF using
java org.apache.batik.apps.rasterizer.Main -m application/pdf document.svg
and I get an error message "no transcoder found for mime type :
application/pdf".
What is the problem here?
(batik.jar and fop.jar are both in the class p
Title: Character conversion error: "Unconvertible UTF-8 character beginning with 0xb7" (line number may be too low).
Hi,
When I am trying to transform XML for fop, I am getting the error as
Character conversion error: "Unconvertible UTF-8 character beginning with 0xb7&qu
KL> I've found out where the problem is. The BrokenLink.svg is
KL> available and it tries to load the document but the problem is
KL> that it is using the wrong xml parser and cannot load the
KL> document. [...] The error is: java.io.IOException: SAX2 driver
KL> class org.apache.crimson.par
7;ve found out where the problem is. The BrokenLink.svg is available and it
tries to load the document but the problem is that it is using the wrong
xml parser and cannot load the document. Then of course it tries the
default broken link provider which caused the other problem (which is
> "KL" == Keiron Liddle <[EMAIL PROTECTED]> writes:
KL> On Tue, 25 Sep 2001 15:22:36 Thomas E Deweese wrote:
>> What about printing the 'img'? Is it a GraphicsNodeRable8Bit?
KL> it is org.apache.batik.ext.awt.image.renderable.RedRable@aeb74
KL> The object returned is this
KL> java.lang.Ob
On Tue, 25 Sep 2001 15:22:36 Thomas E Deweese wrote:
> What about printing the 'img'? Is it a GraphicsNodeRable8Bit?
it is
org.apache.batik.ext.awt.image.renderable.RedRable@aeb74
> Since I still can't reproduce the problem (is it possible there is
> some sort of build issue?). Can you
> "KL" == Keiron Liddle <[EMAIL PROTECTED]> writes:
KL> On Mon, 24 Sep 2001 13:20:42 Thomas E Deweese wrote:
>> > "KL" == Keiron Liddle <[EMAIL PROTECTED]> writes:
>>
KL> Using the current cvs I get this class cast exception. This
KL> happens if an image cannot be found.
>> This seems
On Mon, 24 Sep 2001 13:20:42 Thomas E Deweese wrote:
> > "KL" == Keiron Liddle <[EMAIL PROTECTED]> writes:
>
> KL> Using the current cvs I get this class cast exception. This
> KL> happens if an image cannot be found.
>
> Hmm, I (or you for testing purposes) can easily wrap the cast in
> "KL" == Keiron Liddle <[EMAIL PROTECTED]> writes:
KL> Using the current cvs I get this class cast exception. This
KL> happens if an image cannot be found.
Hmm, I (or you for testing purposes) can easily wrap the cast in a
try catch block which would probably make the problem go away
Using the current cvs I get this class cast exception. This happens if an
image cannot be found.
Also how can I set the base directory for resolving external images.
java.lang.ClassCastException: java.lang.Object
at
org.apache.batik.bridge.SVGImageElementBridge.createRasterImageNode(SVG
I'm encountering an error while building the CVS batik with the CVS Ant.
The CvsRoot seems to be wrong. Shouln't it be cvs.apache.org rather
than xml.apache.org?
--
Weiqi Gao
[EMAIL PROTECTED]
-
To unsubscri
an" <[EMAIL PROTECTED]>
> Date: Wed, 30 May 2001 09:35:59 +1000
> To: <[EMAIL PROTECTED]>
> Subject: spelling error Idonesia on http://xml.apache.org/batik/faqs.html
>
> just a spelling error on this page
>
> http://xml.apache.org/batik/faqs.html
>
&g
-- Forwarded Message
From: "Philip Lean" <[EMAIL PROTECTED]>
Reply-To: "Philip Lean" <[EMAIL PROTECTED]>
Date: Wed, 30 May 2001 09:35:59 +1000
To: <[EMAIL PROTECTED]>
Subject: spelling error Idonesia on http://xml.apache.org/batik/faqs.html
ju
27 matches
Mail list logo