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/22 17:38:36 UTC

[GitHub] incubator-edgent pull request #194: [WIP] Edgent-240 [gradle] use gradle fro...

GitHub user dlaboss opened a pull request:

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

    [WIP] Edgent-240 [gradle] use gradle from travis-ci runs

    

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

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

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

    https://github.com/apache/incubator-edgent/pull/194.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 #194
    
----
commit 068cf57ec6e35c4865905fb33d0734196388773b
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-22T17:36:01Z

    [gradle] use gradle with travis-ci

----


---
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 #194: [WIP] Edgent-240 [gradle] use gradle fro...

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

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


---
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 #194: [WIP] Edgent-240 [gradle] use gradle fro...

Posted by dlaboss <gi...@git.apache.org>.
GitHub user dlaboss reopened a pull request:

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

    [WIP] Edgent-240 [gradle] use gradle from travis-ci runs

    

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

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

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

    https://github.com/apache/incubator-edgent/pull/194.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 #194
    
----
commit a972a0daa1f0b01b1d7b251a82b4434fe6352dfc
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-22T17:36:01Z

    [gradle] use gradle with travis-ci

commit e2f02a23671197c40e87354331263a3ab24ac3dd
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-22T19:54:06Z

    add --continue to see all issues

commit 7f102620a76190dfb15013e62126d5374fa7f00f
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-22T20:05:39Z

    test7 add some missing tests

commit 3d95f50014075870ee8cf3b3e89b2c7fa24355b0
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-22T21:45:03Z

    more test7 test classpath adjustment

commit 7b4fa9d84a94b4c0c2068e6e621776ca1fc76d6a
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-22T21:45:38Z

    remove dbg println

commit 3850c899fcf8734bd1f74741e3eba892b5ea5f62
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-22T22:06:05Z

    test7 classpath... try again

commit 9db5ff5779c292cd04c5f5ca5ec5b4c7941aac64
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-22T22:36:48Z

    and again

commit fedd15cf71bdce79eeeb0f75f5dfbb22228fdb23
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-22T23:09:14Z

    include java8 tests

commit 749dd9d054d5b2614df07278ebd9c5c1e8d9390f
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-23T00:09:36Z

    remove dbg println

commit a9c0af3f66e98e59f3d26d964b62e4831a8beb72
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-23T14:06:22Z

    fix "let: not found" on travis builds, tidy up yml

commit cbfb8ba3be616a85a31816c1a34162c76ea3ed4b
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-23T14:54:53Z

    don't use "let" (specifying /bin/bash didn't help on travis/ubuntu)

commit 85cff2c74d01f2affdf90e35483570ec8a9f6bf3
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-23T14:55:54Z

    revert back to /bin/sh

commit 84c8d3f1fc5e30e59ec2a617b51c01378c60a050
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-27T16:42:06Z

    add tweakable test output and project test result summary

commit 5908f90ae1b090d2c52432b7af52918165835f12
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-28T15:27:01Z

    woops need junitXml enabled; add result file/content reporting

commit 34b14da2a96d43b6b25308d6a3ab279fcb14c05e
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-09-28T19:20:56Z

    rework new failed test reporting

----


---
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 #194: Edgent-240 [gradle] use gradle from trav...

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

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


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