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/09/07 16:37:42 UTC

[GitHub] incubator-edgent pull request #186: Quarks-240 [gradle] build android/{hardw...

GitHub user dlaboss opened a pull request:

    https://github.com/apache/incubator-edgent/pull/186

    Quarks-240 [gradle] build android/{hardware,topology} jars, etc

    - build android/{hardware,topology} jars and include in tgz
      - with "gradle release" when ANDROID_SDK_PLATFORM ev is set
    - fix test task execution
      - prevent task failures due to projects that lack tests (seemingly
    fallout from switching to test filtering support via
    "includeTestsMatching")
      - make jdbc connector test functional when DERBY_HOME ev is set
    - cleanup jacoco coverage report to exclude "test" code and jacoco agent jar
    - rename tests.wsclient-javax.websocket to "test. ..."

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

    $ git pull https://github.com/dlaboss/incubator-edgent gradleAndroid

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

    https://github.com/apache/incubator-edgent/pull/186.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 #186
    
----
commit fc0093ed3c667d3c6d2f3a5c08d2b86a810aabc9
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-07T13:51:15Z

    [gradle] fix test task
    
    - prevent task failures due to projects that lack tests (ssmingly
    fallout from switching to test filtering support via
    "includeTestsMatching")
    - make jdbc connector test functional

commit 311400206ebd6bfbc611371c115d160563e85e12
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-07T14:23:11Z

    [gradle] add build of android/{hardware,topology} jars
    
    "./gradlew release" includes these projects, and generates
    targetDir/android/android/{hardware,topology}/lib/*.jar, if
    ANDROID_SDK_PLATFORM ev is set.

commit 4b97ec8566ec124c5ca3ceacf8f4ecc263163257
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-07T14:34:08Z

    [gradle] exclude test code from jacoco coverage reports

commit 9fc99d511ac8ff468fc4db26130dc3686dedbd01
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-07T15:07:50Z

    [gradle] exclude org.jacoco.agent in coverage reports

commit 2c0b70db86c5eadd9255b079c382651927022c82
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-07T15:09:13Z

    [gradle] missed in prior commit of "exclude test code" in coverage
    reports

commit 70e5573553c3165af1d402d89cf3c9ccdbd74d0d
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-07T15:57:54Z

    [gradle] exclude android specific classes from javadoc, exclude android
    aggregator project
    
    - also restrict jacoco report to gradle (**/build/**.class) generated
    artifacts (exclude Eclipse generated test.classes)

commit d10b32f2f1f5c97b9b2dc8b8812240141dc57c18
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-07T16:29:13Z

    [gradle] simplify jacoco class inclusion/exclusion expression

----


---
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-edgent pull request #186: Quarks-240 [gradle] build android/{hardw...

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

    https://github.com/apache/incubator-edgent/pull/186


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