| Issue 56: | Relax NG validation exceptions in 0.99 | |
| 3 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Use the validate-with-relax-ng step
What is the expected output? What do you see instead?
Exception in thread "main" java.lang.NoSuchFieldError: ERROR_HANDLER
at com.xmlcalabash.library.ValidateJing.run(ValidateJing.java:99)
at com.xmlcalabash.runtime.XAtomicStep.run(XAtomicStep.java:364)
at com.xmlcalabash.runtime.XPipeline.doRun(XPipeline.java:223)
at com.xmlcalabash.runtime.XPipeline.run(XPipeline.java:130)
at com.xmlcalabash.drivers.Main.run(Main.java:241)
at com.xmlcalabash.drivers.Main.main(Main.java:65)
What version of the product are you using? On what operating system?
0.99
Please provide any additional information below.
jing.jar from the jing-20081028 is included on the CLASSPATH ...
- Alex.
|
|
,
May 31, 2009
Can you provide the schema and instance document that cause this error?
Status: Started
|
|
,
Aug 13, 2009
I have the same problem using the docbook-5.0 rng schema. I don't think it has anything to do with the document. I got the same error running on a book-length document that I think is probably valid (not sure yet) and on a test document containing only: <book /> |
|
,
Oct 12, 2009
I've just got the same issue. Actually, I found a new version of Jing on http://code.google.com/p/jing-trang/downloads/list, which is not referenced from neither the new Jing-Trang project homepage (at Google) nor the Jing homepage at thaiopensource. If I switch to this new version, I do not have this problem anymore. Norman, which version do you use? If this is the 2009 version, maybe you should add this precision (and direct link) to the dependency instructions? And if you use the 2008 one, then there is an error elsewhere... Regards, -- Florent Georges http://www.fgeorges.org/ |
|
|
|