Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: core
-
Labels:None
-
Number of attachments :
Description
Distributing the binding.dtd and binding.xsd as part of the jar will allow those files to be part of the classpath.
Eclipse can then reference the files and pull out the syntax to help us write the binding mapping files.
I asked on the mailing list and they said the solution was to call it locally like:
<binding xmlns:xsi="http://www.w3.org/2001/XMLSchema"
xmlns:noNamespaceSchemaLocation="file://C:/Java/Jibx/docs/binding.xsd">
which doesn't fit with a clearcase source controller (which uses different drives).
Any chance you can help us out?
Relates to JIBX-214 - he wants specific namespaces but I want file bundling.
Including binding.dtd and binding.xsd in the jibx-binding.jar would be easy, but I don't see how that would help you with the Eclipse support. It sounds like they need a hard file location for the file.