|
From JWSDP 1.2, jax-qname.jar was refactored so that now a new library, namespace.jar has javax.xml.XMLConstants and javax.xml.namespace.NamespaceContext. Therefore, in order to comply with JWSDP 1.2, namespace.jar should be added to the following files: build.xml .classpath prerequisites/README
The attached files are patches for the above files.
Thanks,
Ias.
|
Index: .classpath
===================================================================
RCS file: /cvsroot/jaxme/JaxMe2/.classpath,v
retrieving revision 1.11
diff -u -r1.11 .classpath
--- .classpath 12 May 2003 20:41:57 -0000 1.11
+++ .classpath 1 Aug 2003 02:57:10 -0000
@@ -12,5 +12,6 @@
<classpathentry kind="lib" path="prerequisites/jaxb-api.jar"/>
<classpathentry kind="lib" path="prerequisites/jax-qname.jar"/>
<classpathentry kind="lib" path="prerequisites/hsqldb.jar"/>
+ <classpathentry kind="lib" path="prerequisites/namespace.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
Index: build.xml
===================================================================
RCS file: /cvsroot/jaxme/JaxMe2/build.xml,v
retrieving revision 1.17
diff -u -r1.17 build.xml
--- build.xml 12 May 2003 20:41:57 -0000 1.17
+++ build.xml 1 Aug 2003 02:56:10 -0000
@@ -20,6 +20,7 @@
<pathelement location="${preqs}/log4j.jar"/>
<pathelement location="${preqs}/junit.jar"/>
<pathelement location="${preqs}/jax-qname.jar"/>
+ <pathelement location="${preqs}/namespace.jar"/>
<pathelement location="${preqs}/jaxb-api.jar"/>
<pathelement location="${preqs}/jaxmejs.jar"/>
<pathelement location="${preqs}/hsqldb.jar"/>
Index: README
===================================================================
RCS file: /cvsroot/jaxme/JaxMe2/prerequisites/README,v
retrieving revision 1.1
diff -u -r1.1 README
--- README 31 Mar 2003 02:50:55 -0000 1.1
+++ README 1 Aug 2003 02:59:50 -0000
@@ -10,7 +10,7 @@
any later version should be fine.
- jax-qname.jar From JAXB 1.0, or any newer version. JAXB 1.0 is
jaxb-api.jar not available as a separate distribution; you have
- jaxb-libs.jar to download jwsdp-1.1, or any newer version. jwsdp
+ namespace.jar to download jwsdp-1.1, or any newer version. jwsdp
is the Java Web Services Developer Pack. You need
not install the whole jwsdp, the "custom installation"
offers to install selected parts only. The jwsdp
