You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datafu.apache.org by "Sam Shah (JIRA)" <ji...@apache.org> on 2016/03/08 19:50:40 UTC

[jira] [Commented] (DATAFU-95) Improve wrong JDK error message

    [ https://issues.apache.org/jira/browse/DATAFU-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15185483#comment-15185483 ] 

Sam Shah commented on DATAFU-95:
--------------------------------

+1 patch looks good

> Improve wrong JDK error message
> -------------------------------
>
>                 Key: DATAFU-95
>                 URL: https://issues.apache.org/jira/browse/DATAFU-95
>             Project: DataFu
>          Issue Type: Improvement
>            Reporter: Jakob Homan
>            Assignee: Matthew Hayes
>            Priority: Minor
>             Fix For: 1.3.1
>
>         Attachments: DATAFU-95.patch
>
>
> Right now if one tries to build against JDK1.7, the resulting failure is a bit unclear:
> {noformat}Download https://repo1.maven.org/maven2/org/eclipse/equinox/app/1.3.200-v20130910-1609/app-1.3.200-v20130910-1609.jar
> /Users/jahoman/repos/datafu/build-plugin/src/main/java/org/adrianwalker/multilinestring/MultilineProcessor.java:18: error: cannot find symbol
> @SupportedSourceVersion(SourceVersion.RELEASE_8)
>                                      ^
>   symbol:   variable RELEASE_8
>   location: class SourceVersion
> 1 error
> :build-plugin:compileJava FAILED
> FAILURE: Build failed with an exception.
> {noformat}
> It may be better to use something like [The Sweeney|https://github.com/boxheed/gradle-sweeney-plugin] to enforce this and provide a better, faster message on failure.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)