You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by William McKenzie <ws...@cartewright.com> on 2000/09/20 23:02:34 UTC

Building SOAP with ant

I'm having trouble building the SOAP distribution with ant.  I am using JDK
1.3, and the current release of xerces.  The problem seems to be something
to do with finding the wrong version of the DOM classes in my class path.
Any help is appreciated.

Here is the output from ant:

java -classpath
"c:\xerces-1_2_0\xerces.jar;c:\j2sdkee1.2.1\lib\j2ee.jar;;c:\ant\lib\ant.jar
;c:\ant\lib\jaxp.jar;c:\ant\lib\parser.jar;c:\jdk1.3\lib\tools.jar" -Dant.ho
me="c:\ant"  org.apache.tools.ant.Main

Buildfile: build.xml

init:

prepare:

compile:
    [javac] Compiling 9 source files to C:\soap-2_0\build\classes
    [javac] C:\soap-2_0\src\org\apache\soap\AttributeHandler.java:227:
Method getNamespaceURI() not found in interface org.w3c.dom.Attr.
    [javac]       String namespaceURI = attr.getNamespaceURI();