You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/10/27 14:58:35 UTC

[jira] [Commented] (FLINK-1194) Wrong manifest entries and compiler configuration in Java Quickstarts

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

ASF GitHub Bot commented on FLINK-1194:
---------------------------------------

GitHub user StephanEwen opened a pull request:

    https://github.com/apache/incubator-flink/pull/165

    [FLINK-1194] Fix Java quickstart archetype POM file

    Fixes the quickstart archetype for java:
      - sets correct main class attribute in jar
      - sets correct main class attribute in fat jar
      - no special steps required any more to enable it for eclipse


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/StephanEwen/incubator-flink quickstart

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-flink/pull/165.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 #165
    
----
commit 6b7be22cfc51893dc5e6d45ea52eb5e70f39403f
Author: Stephan Ewen <se...@apache.org>
Date:   2014-10-27T13:53:49Z

    [FLINK-1194] Fix Java quickstart archetype POM file

----


> Wrong manifest entries and compiler configuration in Java Quickstarts
> ---------------------------------------------------------------------
>
>                 Key: FLINK-1194
>                 URL: https://issues.apache.org/jira/browse/FLINK-1194
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 0.7-incubating
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>             Fix For: 0.8-incubating
>
>
> The quickstart archetype for java:
>   - sets wrong main class attribute in jar
>   - sets wrong main class attribute in fat jar
>   - is unnecessarily compilcated to enable for java 8
>   - unnecessarily requires an extra m2e connector in eclipse
> Pull request is pending



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