Re: PrintTranscoder run error

2005-01-05 Thread Tonny Kohar
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

PrintTranscoder run error

2005-01-05 Thread ctl3790
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

ERROR

2004-02-09 Thread batik-dev
<>

Re: How to change batik error handling UI by my SVGApplication errorhandling.

2003-08-27 Thread Thomas DeWeese
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

How to change batik error handling UI by my SVGApplication errorhandling.

2003-08-26 Thread Philippe GIL
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

RE: error

2003-03-10 Thread Thomas E Deweese
> "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

error

2003-03-10 Thread Krevetski, Maria T (EMA)
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

RE: error while creating pdf using SVG

2003-02-12 Thread Thomas E Deweese
> "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

cvs commit: xml-batik/test-resources/org/apache/batik/bridge/error path-missing-d.svg polygon-missing-points.svg polyline-missing-points.svg

2002-09-05 Thread tkormann
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

cvs commit: xml-batik/test-resources/org/apache/batik/bridge/error batikMark.svg c

2002-06-21 Thread Vincent Hardy
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

cvs commit: xml-batik/test-resources/org/apache/batik/bridge/error - New directory

2002-06-21 Thread vhardy
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]

Re: command line error

2002-05-14 Thread Vincent Hardy
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

Re: command line error

2002-05-10 Thread Vincent Hardy
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.

command line error

2002-05-10 Thread Keiron Liddle
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

error message "no transcoder found for mime type : application/pdf".

2002-02-19 Thread Elena
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

Character conversion error: "Unconvertible UTF-8 character beginning with 0xb7" (line number may be too low).

2002-02-04 Thread Chenna, Hari (GEA, 099241)
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

Re: error when image not found

2001-09-26 Thread Thomas E Deweese
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

Re: error when image not found

2001-09-26 Thread Keiron Liddle
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

Re: error when image not found

2001-09-25 Thread Thomas E Deweese
> "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

Re: error when image not found

2001-09-25 Thread Keiron Liddle
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

Re: error when image not found

2001-09-25 Thread Thomas E Deweese
> "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

Re: error when image not found

2001-09-25 Thread Keiron Liddle
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

error when image not found

2001-09-24 Thread Thomas E Deweese
> "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

error when image not found

2001-09-21 Thread Keiron Liddle
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

Build error from CVS

2001-08-24 Thread Weiqi Gao
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

Re: FW: spelling error Idonesia on http://xml.apache.org/batik/faqs.html

2001-06-01 Thread Christophe Jolif
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

FW: spelling error Idonesia on http://xml.apache.org/batik/faqs.html

2001-05-30 Thread Pier P. Fumagalli
-- 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