anybody else can reproduce this?

2006/8/23, Jean-Frederic Clere (JIRA) <[EMAIL PROTECTED]>:
JarURLConnection does not compile
---------------------------------

                Key: HARMONY-1266
                URL: http://issues.apache.org/jira/browse/HARMONY-1266
            Project: Harmony
         Issue Type: Bug
         Components: build - test - ci
        Environment: Linux Sun JVM 1.5.0_06.
           Reporter: Jean-Frederic Clere
           Priority: Minor


While running ant in buildtest/trunk/cc/projects/classlib/trunk ant fails with:
+++
   [javac] 
/home/jfclere/harmony/enhanced/buildtest/trunk/cc/projects/classlib/trunk/modules/math/src/main/java/java/math/RoundingMode.java:22:
 warning: unmappable character for encoding UTF8
   [javac]  * @author Matthias Gall�
   [javac]                         ^
   [javac] 
/home/jfclere/harmony/enhanced/buildtest/trunk/cc/projects/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/JarURLConnection.java:229:
 inconvertible types
   [javac] found   : java.lang.ref.Reference<capture of ? extends 
java.util.jar.JarFile>
   [javac] required: 
org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnection.CacheEntry
   [javac]             while ((entry = (CacheEntry) cacheQueue.poll()) != null)
   [javac]                                                         ^
   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] Note: Some input files use unchecked or unsafe operations.
   [javac] Note: Recompile with -Xlint:unchecked for details.
   [javac] 1 error
   [javac] 11 warnings
+++

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



Reply via email to