Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdht-dev] Updated Mars

Sean,

We will never be permitted to commit the entire dita-ot distribution into a eclipse.org project repository.  When I did the first round of refactoring and submission for approval,  I factored out the MDHT contributed code that has been embedded in the org.dita.dost plugin and created a new top-level module for 'dita' with a plugin that contained the MDHT contributed code.  Part of the rationale for this new 'dita' module is that I am hoping we will find resources to generalize for non-CDA publishing, and remove all CDA dependencies.  

The MDHT dita plugins appear to look for a loaded bundle for org.dita.dost to run dita-ot, so I was thinking that we could separate these such that a dita-ot features could be installed form a non-eclipse site, and it would be found by MDHT publishing features.  Or, the MDHT publishing feature would be disabled if the dita-ot bundle is not found.

Dave


On Mon, Feb 15, 2016 at 9:51 AM, sean.muir@xxxxxxxxxxxxxxx <sean.muir@xxxxxxxxxxxxxxx> wrote:
The branch has been updated - the cda and core plugins are compiling
Still there is a need for testing

Two issues with DITA to be resolved

First getting an NPE for dita task
I believe it is a variation of this issue

second we have encountered before

/Users/seanmuir/eclipsemdht/mdht/core/plugins/org.dita.dost/DITA-OT/plugins/org.dita.base/build_preprocess.xml:176: java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: java.util.ServiceConfigurationError: javax.xml.xpath.XPathFactory: jar:file:/Users/seanmuir/eclipsemdht/mdht/core/plugins/org.dita.dost/DITA-OT/lib/saxon/saxon9-xpath.jar!/META-INF/services/javax.xml.xpath.XPathFactory:2: Illegal configuration-file syntax


Attempted a quick upgrade of DITA but ended up with additional issues

Thanks

Sean


_______________________________________________
mdht-dev mailing list
mdht-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mdht-dev



Back to the top