[GitHub] ant-ivyde pull request #4: Update the year in copyright messages

2017-05-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant-ivyde/pull/4 --- 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 ena

[GitHub] ant-ivyde issue #4: Update the year in copyright messages

2017-05-24 Thread janmaterne
Github user janmaterne commented on the issue: https://github.com/apache/ant-ivyde/pull/4 merged that to master --- 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

Versioning scheme in Ivy

2017-05-24 Thread Gintautas Grigelionis
I was thinking about the discussion which touched upon restricted characters in version strings. While Ivy does not place any restrictions on those strings, Ivy does support versions ranges as specified by OSGi. So, what happens if version range is used as a version string? Gintas

Re: Versioning scheme in Ivy

2017-05-24 Thread Gintautas Grigelionis
Sorry, I meant to ask what may happen if special characters from range specification are used randomly in a version string? Gintas 2017-05-24 10:15 GMT+02:00 Gintautas Grigelionis : > I was thinking about the discussion which touched upon restricted > characters in version strings. While Ivy doe

[GitHub] ant-ivy pull request #28: DontMerge-testing-Github-integration

2017-05-24 Thread janmaterne
GitHub user janmaterne opened a pull request: https://github.com/apache/ant-ivy/pull/28 DontMerge-testing-Github-integration You can merge this pull request into a Git repository by running: $ git pull https://github.com/janmaterne/ant-ivy patch-3 Alternatively you can review

[GitHub] ant-ivy pull request #29: DontMerge-testing-Github-integration2

2017-05-24 Thread janmaterne
GitHub user janmaterne opened a pull request: https://github.com/apache/ant-ivy/pull/29 DontMerge-testing-Github-integration2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/janmaterne/ant-ivy patch-4 Alternatively you can revie

[GitHub] ant-ivy issue #29: DontMerge-testing-Github-integration2

2017-05-24 Thread janmaterne
Github user janmaterne commented on the issue: https://github.com/apache/ant-ivy/pull/29 retest this please --- 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,

[GitHub] ant-ivy pull request #29: DontMerge-testing-Github-integration2

2017-05-24 Thread janmaterne
Github user janmaterne closed the pull request at: https://github.com/apache/ant-ivy/pull/29 --- 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

[GitHub] ant-ivy pull request #29: DontMerge-testing-Github-integration2

2017-05-24 Thread janmaterne
GitHub user janmaterne reopened a pull request: https://github.com/apache/ant-ivy/pull/29 DontMerge-testing-Github-integration2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/janmaterne/ant-ivy patch-4 Alternatively you can rev

AW: Ivy - Buildjobs/PreCommit

2017-05-24 Thread jhm
Not sure about this expertise because my sources were old, but I think the github-plugin does not support matrix jobs. https://github.com/KostyaSha/github-integration-plugin/issues/53 Maybe a newer plugin version would do, but I could not see the version stamp. I'll ask on builds@a.o for help. F

[GitHub] ant-ivy pull request #28: DontMerge-testing-Github-integration

2017-05-24 Thread janmaterne
Github user janmaterne closed the pull request at: https://github.com/apache/ant-ivy/pull/28 --- 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

[GitHub] ant-ivy pull request #29: DontMerge-testing-Github-integration2

2017-05-24 Thread janmaterne
Github user janmaterne closed the pull request at: https://github.com/apache/ant-ivy/pull/29 --- 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

[GitHub] ant-ivyde issue #4: Update the year in copyright messages

2017-05-24 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivyde/pull/4 Thank you! --- 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 th

Re: Ivy - Buildjobs/PreCommit

2017-05-24 Thread Nicolas Lalevée
> Le 24 mai 2017 à 13:13, Jan Matèrne (jhm) a écrit : > > Not sure about this expertise because my sources were old, but I think the > github-plugin does not support matrix jobs. > https://github.com/KostyaSha/github-integration-plugin/issues/53 > > Maybe a newer plugin version would do, but I

[GitHub] ant-ivy issue #27: Fix IVY-1540

2017-05-24 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/27 retest this please --- 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, o

[GitHub] ant-ivy pull request #27: Fix IVY-1540

2017-05-24 Thread jaikiran
GitHub user jaikiran reopened a pull request: https://github.com/apache/ant-ivy/pull/27 Fix IVY-1540 The commit here fixes the issue reported in https://issues.apache.org/jira/browse/IVY-1540. The dependency tree task now takes into account any potential circular dependencies that

[GitHub] ant-ivy pull request #27: Fix IVY-1540

2017-05-24 Thread jaikiran
Github user jaikiran closed the pull request at: https://github.com/apache/ant-ivy/pull/27 --- 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 en

[GitHub] ant-ivy issue #22: Fix transient test failures

2017-05-24 Thread nlalevee
Github user nlalevee commented on the issue: https://github.com/apache/ant-ivy/pull/22 after many runs on my machine, I think I have found the actual issue. If testRemoveDuplicates is run after testRemoveDuplicates2, then it fails. It seems due to the fact that WarnCircularDependencyS

[GitHub] ant-ivy issue #22: Fix transient test failures

2017-05-24 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/22 That's a good find. Looking at that testcase now again, with this additional detail that you noted, I think the problem here is that the `AbstractLogCircularDependencyStrategy` ends up using a `IvyC

[GitHub] ant-ivy pull request #30: Fix transient test failures

2017-05-24 Thread jaikiran
GitHub user jaikiran opened a pull request: https://github.com/apache/ant-ivy/pull/30 Fix transient test failures The commit here fixes the transient test failures that we keep seeing in `WarnCircularDependencyStrategyTest`. More details about the fix are in this previous PR https:

[GitHub] ant-ivy issue #30: Fix transient test failures

2017-05-24 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/30 Jenkins seems to have picked up the disabled Matrix job for this run. I'll wait for that to get sorted out. --- If your project is set up for it, you can reply to this email and have your reply app

Ivy website - fixing a Quickstart documentation live

2017-05-24 Thread J Pai
What would be the process of having the live docs of Ivy project updated to fix/update an issue in the documentation[1]? The quickstart documentation refers to certain log files that get auto-generated during the doc build process. It looks like those log files weren’t uploaded and are resulti

Re: Ivy website - fixing a Quickstart documentation live

2017-05-24 Thread Gintautas Grigelionis
Is the documentation still in SVN? IVY-1542 is about site/sources/style which is shared by Ivy and IvyDE. Are there any plans about migrating this to Git and separating the source repo from publication repo? Gintas 2017-05-25 6:12 GMT+02:00 J Pai : > What would be the process of having the live

AW: Ivy website - fixing a Quickstart documentation live

2017-05-24 Thread jhm
The whole site is in svn and a server process (svnpubsub i think) is getting the 'publish' files and pushing them to the webserver which brings them online. We havent thought about a migrating that to git in the last few years ;) If these files are really required, I could upload them. Jan >