[tagbox-discuss] My Job
Brought to you by:
marser
|
From: Bilton, S. <Sas...@bs...> - 2002-04-23 13:06:12
|
With your permission, I'll take on the mantle of a clueless user. Getting
stuff out of CVS, trying to build it, following any docs that come along and
generally trying to break the system, before others get to it. So I removed
my tagbox dir and checked it out again, then used ant to build. I got to
this before it failed.
xpath.compile:
[javac] Compiling 127 source files to
/home/admin/tagbox/tagbox/build/classes
[javac]
/home/admin/tagbox/tagbox/src/org/tagbox/xpath/parser/xalan.java:41:
incompatible types
[javac] found : org.apache.xpath.NodeSetDTM
[javac] required: org.w3c.dom.traversal.NodeIterator
[javac] NodeIterator it = result.mutableNodeset();
[javac] ^
[javac] 1 error
I do have various XML jars in my classpath, but without more investigation
this doesn't look like a namespace problem as the two classes are wildly
different.
Once the bug tracking system is set up (may I suggest the categories build,
source code, XML, scripts, site) I'll submit these sort of things to that.
**********************************************************************
Information in this email is confidential and may be privileged.
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system.
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone.
Thank you for your co-operation.
**********************************************************************
|