[GitHub] incubator-edgent pull request #187: [git] ignore jdbc test created derby fil...

2016-09-07 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Updated] (EDGENT-240) [gradle] add task to create a release tgz

2016-09-07 Thread Dale LaBossiere (JIRA)

 [ 
https://issues.apache.org/jira/browse/EDGENT-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dale LaBossiere updated EDGENT-240:
---
Description: 
This issue is being used to cover gradle work for:
- populating the "target dir" with the appropriate project and external jars, 
for java8, java7, and android targets
- adding manifest classpaths to our project jars
- "gradlew release" (including full android support jars when 
ANDROID_SDK_PLATFORM is set)
- updating the build doc

> [gradle] add task to create a release tgz
> -
>
> Key: EDGENT-240
> URL: https://issues.apache.org/jira/browse/EDGENT-240
> Project: Edgent
>  Issue Type: Task
>  Components: Miscellaneous
>Reporter: Dale LaBossiere
>Assignee: Dale LaBossiere
>
> This issue is being used to cover gradle work for:
> - populating the "target dir" with the appropriate project and external jars, 
> for java8, java7, and android targets
> - adding manifest classpaths to our project jars
> - "gradlew release" (including full android support jars when 
> ANDROID_SDK_PLATFORM is set)
> - updating the build doc



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


[GitHub] incubator-edgent pull request #187: [git] ignore jdbc test created derby fil...

2016-09-07 Thread dlaboss
GitHub user dlaboss opened a pull request:

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

[git] ignore jdbc test created derby files



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

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

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

https://github.com/apache/incubator-edgent/pull/187.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 #187


commit 413dbed135020b62264dac2541a6536493ceeacb
Author: Dale LaBossiere 
Date:   2016-09-07T16:58:33Z

[git] ignore jdbc test created derby files




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2016-09-07 Thread dlaboss
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 
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 
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 
Date:   2016-09-07T14:34:08Z

[gradle] exclude test code from jacoco coverage reports

commit 9fc99d511ac8ff468fc4db26130dc3686dedbd01
Author: Dale LaBossiere 
Date:   2016-09-07T15:07:50Z

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

commit 2c0b70db86c5eadd9255b079c382651927022c82
Author: Dale LaBossiere 
Date:   2016-09-07T15:09:13Z

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

commit 70e5573553c3165af1d402d89cf3c9ccdbd74d0d
Author: Dale LaBossiere 
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 
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Closed] (EDGENT-183) Replace from all the URLs that hardcoded to using properties

2016-09-07 Thread Queenie Ma (JIRA)

 [ 
https://issues.apache.org/jira/browse/EDGENT-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Queenie Ma closed EDGENT-183.
-
Resolution: Fixed

> Replace from all the URLs that hardcoded to using properties
> 
>
> Key: EDGENT-183
> URL: https://issues.apache.org/jira/browse/EDGENT-183
> Project: Edgent
>  Issue Type: Improvement
>  Components: Web Site
>Reporter: Cazen Lee
>Assignee: Queenie Ma
>  Labels: newbie
>
> Replace from all the URLs that hardcoded to using properties
> All major URLs will be managed by properties



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