You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by ja...@mac.com on 2003/08/19 14:23:52 UTC

[PATCH] Maven build for XMLBeans

I've attached the 2 files which if placed in the current source distro 
of XMLBeans will compile the code, make a jar, create binary/source 
distros & make and deploy the website including javadocs, clover test 
coverage reports, unit test case results, html-ized source code and so 
forth.

Basically I tried to use Maven to rebuild the jar to get around the 
classloader issue with xsdconfig files. However currently the source 
code depends on

* weblogic.xml.stream.* - is this going to be part of the source distro 
any time soon so we can build xmlbeans ourselves?

* javax.xml.namespace.QName - I wonder if this is available as source 
code with an ASF-compatible licence so we can include it in the source 
code for the build?

I guess these issues will be addressed as the code moves to Apache? In 
the meantime is there any chance of a new 1.0.1 release of XMLBeans 
with the classloader bug Tim found fixed?