Hi All, Can someone help me out this: I check out the latest version of xindice using following command: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co xml-xindice and successful get the whole directory of xml-xindice, then I use command "ant" but the results are: ant Buildfile: build.xml
init: clover: clover.init: clover.on: src-build: [javac] Compiling 29 source files to /home/qfzhang/download_qf/xml-xindice/build/classes [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/AttrImpl.java:31: org.apache.xindice.xml.dom.AttrImpl is not abstract and does not override abstract method setUserData(java.lang.String,java.lang.Object,org.w3c.dom.UserDataHandler) in org.w3c.dom.Node [javac] public final class AttrImpl extends ContainerNodeImpl implements Attr { [javac] ^ [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/TextImpl.java:30: org.apache.xindice.xml.dom.TextImpl is not abstract and does not override abstract method setUserData(java.lang.String,java.lang.Object,org.w3c.dom.UserDataHandler) in org.w3c.dom.Node [javac] public class TextImpl extends CharacterDataImpl implements Text { [javac] ^ [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/CDATASectionImpl.java:29: org.apache.xindice.xml.dom.CDATASectionImpl is not abstract and does not override abstract method replaceWholeText(java.lang.String) in org.w3c.dom.Text [javac] public final class CDATASectionImpl extends TextImpl implements CDATASection { [javac] ^ [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/CommentImpl.java:29: org.apache.xindice.xml.dom.CommentImpl is not abstract and does not override abstract method setUserData(java.lang.String,java.lang.Object,org.w3c.dom.UserDataHandler) in org.w3c.dom.Node [javac] public final class CommentImpl extends CharacterDataImpl implements Comment { [javac] [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/DOMImplementationImpl.java:32: org.apache.xindice.xml.dom.DOMImplementationImpl is not abstract and does not override abstract method getFeature(java.lang.String,java.lang.String) in org.w3c.dom.DOMImplementation [javac] public final class DOMImplementationImpl implements DOMImplementation { [javac] ^ [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/DocumentFragmentImpl.java:29: org.apache.xindice.xml.dom.DocumentFragmentImpl is not abstract and does not override abstract method setUserData(java.lang.String,java.lang.Object,org.w3c.dom.UserDataHandler) in org.w3c.dom.Node [javac] public final class DocumentFragmentImpl extends ContainerNodeImpl implements DocumentFragment { [javac] ^ [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/DocumentImpl.java:57: org.apache.xindice.xml.dom.DocumentImpl is not abstract and does not override abstract method setUserData(java.lang.String,java.lang.Object,org.w3c.dom.UserDataHandler) in org.w3c.dom.Node [javac] public final class DocumentImpl extends ContainerNodeImpl [javac] ^ [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/DocumentTypeImpl.java:30: org.apache.xindice.xml.dom.DocumentTypeImpl is not abstract and does not override abstract method setUserData(java.lang.String,java.lang.Object,org.w3c.dom.UserDataHandler) in org.w3c.dom.Node [javac] public final class DocumentTypeImpl extends NodeImpl implements DocumentType { [javac] [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/ElementImpl.java:43: org.apache.xindice.xml.dom.ElementImpl is not abstract and does not override abstract method setUserData(java.lang.String,java.lang.Object,org.w3c.dom.UserDataHandler) in org.w3c.dom.Node [javac] public final class ElementImpl extends ContainerNodeImpl implements Element { [javac] ^ [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/EntityImpl.java:29: org.apache.xindice.xml.dom.EntityImpl is not abstract and does not override abstract method setUserData(java.lang.String,java.lang.Object,org.w3c.dom.UserDataHandler) in org.w3c.dom.Node [javac] public final class EntityImpl extends NodeImpl implements Entity { [javac] ^ [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/EntityReferenceImpl.java:36: org.apache.xindice.xml.dom.EntityReferenceImpl is not abstract and does not override abstract method setUserData(java.lang.String,java.lang.Object,org.w3c.dom.UserDataHandler) in org.w3c.dom.Node [javac] public final class EntityReferenceImpl extends NodeImpl implements EntityReference { [javac] ^ [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/NotationImpl.java:29: org.apache.xindice.xml.dom.NotationImpl is not abstract and does not override abstract method setUserData(java.lang.String,java.lang.Object,org.w3c.dom.UserDataHandler) in org.w3c.dom.Node [javac] public final class NotationImpl extends NodeImpl implements Notation { [javac] ^ [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/dom/ProcessingInstructionImpl.java:36: org.apache.xindice.xml.dom.ProcessingInstructionImpl is not abstract and does not override abstract method setUserData(java.lang.String,java.lang.Object,org.w3c.dom.UserDataHandler) in org.w3c.dom.Node [javac] public final class ProcessingInstructionImpl extends NodeImpl implements ProcessingInstruction { [javac] ^ [javac] /home/qfzhang/download_qf/xml-xindice/java/src/org/apache/xindice/xml/jaxp/DocumentBuilderFactoryImpl.java:32: org.apache.xindice.xml.jaxp.DocumentBuilderFactoryImpl is not abstract and does not override abstract method getFeature(java.lang.String) in javax.xml.parsers.DocumentBuilderFactory [javac] public class DocumentBuilderFactoryImpl extends DocumentBuilderFactory { [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 14 errors BUILD FAILED home/qfzhang/download_qf/xml-xindice/build.xml:102: Compile failed; see the compiler error output for details. Thanks, qunfang zhang