Hide Forgot
At the moment Skynet requires xerces-2_9_0, and is linked to /home/matthew/redhat/apps/ Can xerces be moved into the project in the workspace?
I fixed it by modifying .classpath like this: <classpathentry kind="lib" path="/home/jwulf/jbdevstudio4/jboss-eap/jboss-as/lib/endorsed/resolver.jar"/> <classpathentry kind="lib" path="/home/jwulf/jbdevstudio4/jboss-eap/jboss-as/lib/endorsed/serializer.jar"/> <classpathentry kind="lib" path="/home/jwulf/jbdevstudio4/jboss-eap/jboss-as/lib/endorsed/xercesImpl.jar"/> <!-- <classpathentry kind="lib" path="/home/matthew/redhat/apps/xerces-2_9_0/xercesSamples.jar"/> <classpathentry kind="lib" path="/home/matthew/redhat/apps/xerces-2_9_0/xml-apis.jar"/> --> EAP 5.1 has the first three xerces jars in the lib/endorsed directory, so I targeted that. I figured the last two might not be necessary.
.classpath is in the root directory of the project - you'll have to open it outside JBDS. Alternatively, Properties, Java Build Path, Libraries is a GUI interface that edits the contents.
Build path has been changed to reflect the fact that Xerces is included in JBoss AS.
Note to self: Need to check out source from: http://code.google.com/p/my-custom-scripts/source/browse/#svn%2Ftrunk%2FTopicIndex to test this.
The files are still hardcoded to /home/matthew/... but at least now it's clearer where to point them to.