[GitHub] ant-ivy pull request #67: IVY-1483 Invoke Ant through Ivy;

2018-02-02 Thread twogee
GitHub user twogee opened a pull request: https://github.com/apache/ant-ivy/pull/67 IVY-1483 Invoke Ant through Ivy; like this: `java -jar ivy.jar -properties version.properties -main org.apache.tools.ant.Main` You can merge this pull request into a Git repository by running:

[GitHub] ant-ivy pull request #:

2018-02-02 Thread twogee
Github user twogee commented on the pull request: https://github.com/apache/ant-ivy/commit/7ebc8107a22038c06c0b0ff095f9f73d854e1422#commitcomment-27303399 And then there's `TestHelper.getCurrentAuthenticator()`... --- -

[GitHub] ant-ivy issue #66: IVY-1545 Detect circular dependencies in POMs

2018-02-02 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/66 @javabrett - could you please rebase your branch and force push? --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For a

[GitHub] ant-ivy pull request #66: IVY-1545 Detect circular dependencies in POMs

2018-02-02 Thread twogee
GitHub user twogee opened a pull request: https://github.com/apache/ant-ivy/pull/66 IVY-1545 Detect circular dependencies in POMs You can merge this pull request into a Git repository by running: $ git pull https://github.com/javabrett/ant-ivy IVY-1545 Alternatively you can r

Re: IVY-1282

2018-02-02 Thread Gintautas Grigelionis
Thanks Maarten. Somehow, I managed to look at conf and dependencies and overlooked dependency :-( Perhaps adding links from conf element and defaultconf/defaultconfmapping attributes would help? The JIRA issue is about dependency conf being sensitive to whitespace around separators. Previously, I

Re: IVY-1282

2018-02-02 Thread Maarten Coene
Without looking at the JIRA issue, the 'specification' of what 'A;B' should do is explained here: http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency.html without a defaultconfmapping set the following should be equivalent: A;B = A->A;B->B Maarten Van: Gintautas Grigeli

IVY-1282

2018-02-02 Thread Gintautas Grigelionis
It seems that there still are problems with conf mappings containing whitespace around semicolon separator. The rules for using semicolon are supposedly self-evident and are not explained anywhere AFAICS. My understanding is that semicolon is used in situtations when different confs have different