You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Jean-Frederic Clere (JIRA)" <ji...@apache.org> on 2006/08/23 12:07:14 UTC

[jira] Created: (HARMONY-1266) JarURLConnection does not compile

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

       

Re: [jira] Created: (HARMONY-1266) JarURLConnection does not compile

Posted by Mikhail Loenko <ml...@gmail.com>.
Well, our automated build can! :)

2006/8/23, Mikhail Loenko <ml...@gmail.com>:
> anybody else can reproduce this?
>
> 2006/8/23, Jean-Frederic Clere (JIRA) <ji...@apache.org>:
> > 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
> >
> >
> >
>

Re: [jira] Created: (HARMONY-1266) JarURLConnection does not compile

Posted by Mikhail Loenko <ml...@gmail.com>.
anybody else can reproduce this?

2006/8/23, Jean-Frederic Clere (JIRA) <ji...@apache.org>:
> 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
>
>
>

[jira] Closed: (HARMONY-1266) JarURLConnection does not compile

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1266?page=all ]

Paulex Yang closed HARMONY-1266.
--------------------------------


Verified by Jean.

> 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
>         Assigned To: Paulex Yang
>            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

        

[jira] Assigned: (HARMONY-1266) JarURLConnection does not compile

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1266?page=all ]

Paulex Yang reassigned HARMONY-1266:
------------------------------------

    Assignee: Paulex Yang

> 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
>         Assigned To: Paulex Yang
>            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

        

[jira] Commented: (HARMONY-1266) JarURLConnection does not compile

Posted by "Jean-Frederic Clere (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1266?page=comments#action_12429964 ] 
            
Jean-Frederic Clere commented on HARMONY-1266:
----------------------------------------------

Yes, that fixes the problem. Thanks

> 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
>         Assigned To: Paulex Yang
>            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

        

[jira] Resolved: (HARMONY-1266) JarURLConnection does not compile

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1266?page=all ]

Paulex Yang resolved HARMONY-1266.
----------------------------------

    Resolution: Fixed

Jean, fixed at revision r434005, please verify the problem is fully resolved, thank you.

> 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
>         Assigned To: Paulex Yang
>            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