Hi!

I am working on Linux operating system.
And working on java 1.3.1 version.

Recenly I have downloaded dom4j package
and tried to install as per Installation instruction
given.Java Home path is perfect in /usr/local
as per the instraction given.

While building I faced aproblem like as follows,

 [javac]
/home/selva/JDom/dom4j-0.6/build/src/org/dom4j/dom/DOMElement.java:282:
Incompatible type for method. Explicit cast needed to convert
java.util.ArrayList to com.sun.java.util.collections.List.
    [javac]         DOMNodeHelper.appendElementsByTagNameNS(list, this,
namespaceURI, localName );
    [javac]                                                 ^
    [javac]
/home/selva/JDom/dom4j-0.6/build/src/org/dom4j/dom/DOMElement.java:283:
Incompatible type for method. Explicit cast needed to convert
java.util.ArrayList to com.sun.java.util.collections.List.
    [javac]         return DOMNodeHelper.createNodeList( list );
    [javac]                                              ^
    [javac]
/home/selva/JDom/dom4j-0.6/build/src/org/dom4j/dom/DOMDocument.java:177:
Incompatible type for method. Explicit
cast needed to convert java.util.ArrayList to
com.sun.java.util.collections.List.
    [javac]         DOMNodeHelper.appendElementsByTagName( list, this,
name );
    [javac]

likewise 94 errors,

I couldn't find the solution for this compilation error,

Expecting solution for this soon.

regards,
selva.


_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to