Include binding.dtd and binding.xsd in the jar
----------------------------------------------

                 Key: JIBX-243
                 URL: http://jira.codehaus.org/browse/JIBX-243
             Project: JiBX
          Issue Type: Improvement
          Components: core
            Reporter: David Newcomb
            Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to