Dont know if this is relevant or just me doing things wrong.
But I had alot of the various problems and noticed that the following solved them:
0, I downloaded the "with libs" version and decompressed it under /plugin/.
1, I upgraded dom4j.jar to the "latest version" from their webpage. This removed the "validation errors"
2, I Added the xerces.jar file to the plugin.xml. This resolved some other errors
ie.
<runtime>...
<library name="xerces.jar"/>
// MickeM
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Dont know if this is relevant or just me doing things wrong.
But I had alot of the various problems and noticed that the following solved them:
0, I downloaded the "with libs" version and decompressed it under /plugin/.
1, I upgraded dom4j.jar to the "latest version" from their webpage. This removed the "validation errors"
2, I Added the xerces.jar file to the plugin.xml. This resolved some other errors
ie.
<runtime>...
<library name="xerces.jar"/>
// MickeM
Thanks Michael. I have put your improvements into the latest release.