incubator-edgent git commit: [git] ignore jdbc test created derby files

2016-09-07 Thread dlaboss
Repository: incubator-edgent Updated Branches: refs/heads/master d10b32f2f -> 413dbed13 [git] ignore jdbc test created derby files Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/413dbed1 Tree: http://

[5/8] incubator-edgent git commit: [gradle] exclude org.jacoco.agent in coverage reports

2016-09-07 Thread dlaboss
[gradle] exclude org.jacoco.agent in coverage reports Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/9fc99d51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/9fc99d51 Diff: http://git-w

[2/8] incubator-edgent git commit: [gradle] add build of android/{hardware, topology} jars

2016-09-07 Thread dlaboss
[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. Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wi

[7/8] incubator-edgent git commit: [gradle] exclude android specific classes from javadoc, exclude android aggregator project

2016-09-07 Thread dlaboss
[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) Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://

[8/8] incubator-edgent git commit: [gradle] simplify jacoco class inclusion/exclusion expression

2016-09-07 Thread dlaboss
[gradle] simplify jacoco class inclusion/exclusion expression Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/d10b32f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/d10b32f2 Diff: http

[4/8] incubator-edgent git commit: [gradle] exclude test code from jacoco coverage reports

2016-09-07 Thread dlaboss
[gradle] exclude test code from jacoco coverage reports Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/4b97ec85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/4b97ec85 Diff: http://git

[6/8] incubator-edgent git commit: [gradle] missed in prior commit of "exclude test code" in coverage reports

2016-09-07 Thread dlaboss
[gradle] missed in prior commit of "exclude test code" in coverage reports Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/2c0b70db Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/2c0b70

[3/8] incubator-edgent git commit: [gradle] exclude test code from jacoco coverage reports

2016-09-07 Thread dlaboss
http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/4b97ec85/connectors/wsclient-javax.websocket/src/test/java/org/apache/edgent/tests/connectors/wsclient/javax/websocket/WebSocketServerEcho.java -- diff --git a/connector

[1/8] incubator-edgent git commit: [gradle] fix test task

2016-09-07 Thread dlaboss
Repository: incubator-edgent Updated Branches: refs/heads/master 57c28824b -> d10b32f2f [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 P