You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@edgent.apache.org by dlaboss <gi...@git.apache.org> on 2016/08/09 18:55:19 UTC

[GitHub] incubator-quarks pull request #180: [WIP] Quarks-205 add "release" and "all"...

GitHub user dlaboss opened a pull request:

    https://github.com/apache/incubator-quarks/pull/180

    [WIP] Quarks-205 add "release" and "all" task

    - add defaultTask "all"
    - add "release" with tgz generation (depends on "all")
    - add "all" assemble and populate target_dir with jars, javadoc, etc
    - remove "build" dependsOn aggregateJavadoc, copyJar
    - remove "aggregateJavadoc" dependsOn/runs tests
    - remove "jacocoTestReport" dependsOn copyJar
    
    with this commit, tgz is still missing:
    - samples source
    - oplet/core/mbeans javadoc
    - svt jar
    - console war
    - jars from project ext dirs and top-level ext jars

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

    $ git pull https://github.com/dlaboss/incubator-quarks quarks-240-gradleRelease

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

    https://github.com/apache/incubator-quarks/pull/180.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 #180
    
----
commit efaf22380329bacf26b89679183a07588eaf5ec6
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-08-09T17:32:07Z

    [WIP] Quarks-205 add "release" and "all" task
    
    - add defaultTask "all"
    - add "release" with tgz generation (depends on "all")
    - add "all" assemble and populate target_dir with jars, javadoc, etc
    - remove "build" dependsOn aggregateJavadoc, copyJar
    - remove "aggregateJavadoc" dependsOn/runs tests
    - remove "jacocoTestReport" dependsOn copyJar
    
    with this commit, tgz is still missing:
    - samples source
    - oplet/core/mbeans javadoc
    - svt jar
    - console jars and war
    - jars from project ext dirs and top-level ext jars

----


---
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.
---