[
https://issues.apache.org/jira/browse/THRIFT-3895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15411595#comment-15411595
]
ASF GitHub Bot commented on THRIFT-3895:
----------------------------------------
GitHub user dieend opened a pull request:
https://github.com/apache/thrift/pull/1060
[THRIFT-3895] Fix java 1.8 with ant < 1.9 compatibility
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dieend/thrift-1 THRIFT-3895
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1060.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1060
----
commit 52053cd02f010dc7aae51ddf61830c857ed2589c
Author: Adinata <[email protected]>
Date: 2016-08-08T09:32:20Z
Fix java 1.8 compatibility
----
> Build fails using Java 1.8 with Ant < 1.9
> -----------------------------------------
>
> Key: THRIFT-3895
> URL: https://issues.apache.org/jira/browse/THRIFT-3895
> Project: Thrift
> Issue Type: Bug
> Components: Build Process
> Affects Versions: 0.9.3
> Reporter: Adinata
>
> Failed with these errors:
> {code}
> Class not found: javac1.8
> {code}
> Solution:
> Add to all {{javac}} ant task attributes {{compiler="modern"}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)