DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38675>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38675

           Summary: Code not compiling under jdk1.5
           Product: Slide
           Version: 2.1
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


I am getting the following error, when I compile webdav client under jdk 1.5

[javac]
/home/prabhu/dumps/jakarta-slide-webdavclient-src-2.1/clientlib/src/java/org/apache/webdav/lib/WebdavFile.java:43:
name clash: compareTo(java.lang.Object) in org.apache.webdav.lib.WebdavFile and
compareTo(T) in java.lang.Comparable<java.io.File> have the same erasure, yet
neither overrides the other
    [javac] public class WebdavFile extends File {
    [javac]        ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

BUILD FAILED
/home/prabhu/dumps/jakarta-slide-webdavclient-src-2.1/build.xml:162: Compile
failed; see the compiler error output for details.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to