You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2012/06/01 21:11:24 UTC

[Bug 53347] New: fails by default on JDK 8

https://issues.apache.org/bugzilla/show_bug.cgi?id=53347

          Priority: P2
            Bug ID: 53347
          Assignee: notifications@ant.apache.org
           Summary: <javac> fails by default on JDK 8
          Severity: major
    Classification: Unclassified
                OS: Linux
          Reporter: jglick@netbeans.org
          Hardware: PC
            Status: NEW
           Version: 1.8.3
         Component: Core tasks
           Product: Ant

Revision 1236803 (in 1.8.3) added some JDK 8 support. Unfortunately running
<javac> by default fails with this error:

  Class not found: javac1.8

Workaround is to pass -Dbuild.compiler=javac1.7.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53347] fails by default on JDK 8

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53347

Jesse Glick <jg...@netbeans.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jglick@netbeans.org
         Resolution|---                         |FIXED
   Target Milestone|---                         |1.9.0

--- Comment #1 from Jesse Glick <jg...@netbeans.org> ---
Committed revision 1345316.

-- 
You are receiving this mail because:
You are the assignee for the bug.