You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pledbrook <gi...@git.apache.org> on 2015/05/27 12:48:00 UTC

[GitHub] incubator-groovy pull request: Fix IDE integration instructions in...

GitHub user pledbrook opened a pull request:

    https://github.com/apache/incubator-groovy/pull/26

    Fix IDE integration instructions in README.

    The README stated that you should run
    
        gradlew jarAll idea
    
    before loading the project into IntelliJ IDEA. It seems, though, that the `jarAll`
    task breaks the IDE integration and you can't run tests. Running
    
        gradlew jar idea
    
    seems to work fine, so I've updated the README to reflect this.

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

    $ git pull https://github.com/pledbrook/incubator-groovy patch-02

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

    https://github.com/apache/incubator-groovy/pull/26.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 #26
    
----
commit 5b4fddcfb89554b89b9fb32acaa2ad6ca32483b5
Author: Peter Ledbrook <pe...@cacoethes.co.uk>
Date:   2015-05-27T10:47:21Z

    Fix IDE integration instructions in README.
    
    The README stated that you should run
    
        gradlew jarAll idea
    
    before loading the project into IntelliJ IDEA. It seems, though, that the `jarAll`
    task breaks the IDE integration and you can't run tests. Running
    
        gradlew jar idea
    
    seems to work fine, so I've updated the README to reflect this.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-groovy pull request: Fix IDE integration instructions in...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-groovy/pull/26


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---