Re: Issues with Downloading Ant's dependencies

2018-02-04 Thread Stefan Bodewig
On 2018-02-03, Gintautas Grigelionis wrote: > My turn to say "sorry for being a PITA" ;-) > I broke fetch.xml and JetBrains CI -- should have been more attentive to > their builds. I'm not sure anybody is looking at the JetBrains CI builds (I don't). Don't worry, stuff happens. Stefan -

[GitHub] ant pull request #57: Make junitreport with Saxon

2018-02-04 Thread adamretter
GitHub user adamretter opened a pull request: https://github.com/apache/ant/pull/57 Make junitreport with Saxon Previously the XSLT(s) used in `junitreport` were only compatible with Xalan 2. Whilst you could specify a different `TransformerFactory`, and that could be Saxon, it wou

[GitHub] ant issue #57: Make junitreport with Saxon

2018-02-04 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/ant/pull/57 Can one of the admins verify this patch? --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail:

[GitHub] ant issue #57: Make junitreport with Saxon

2018-02-04 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/ant/pull/57 Can one of the admins verify this patch? --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail:

[GitHub] ant issue #57: Make junitreport with Saxon

2018-02-04 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/57 this is ok to test --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.

[GitHub] ant issue #57: Make junitreport with Saxon

2018-02-04 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/ant/pull/57 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ant%20Github-PR-Linux/31/ --- --

[GitHub] ant issue #57: Make junitreport with Saxon

2018-02-04 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/ant/pull/57 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ant%20Github-PR-Windows/37/ ---

Re: ant-ivy git commit: IVY-1569 Avoid reflection warnings (or worse) in Java 9+

2018-02-04 Thread Jaikiran Pai
On 02/02/18 11:49 PM, gin...@apache.org wrote: Repository: ant-ivy Updated Branches: refs/heads/master 1d3567f30 -> 7ebc8107a IVY-1569 Avoid reflection warnings (or worse) in Java 9+ +private static int getJavaVersion() { +// See https://docs.oracle.com/javase/8/docs/technot

Re: [VOTE] Release Ant 1.9.10 based on RC1

2018-02-04 Thread Jaikiran Pai
+1. - Downloaded the binary .tar.gz. Installed it and checked the directories/files - Setup the ANT_HOME to point to this and ran existing projects using this version. All went fine. - Basic checks on the manuals, WHATSNEW and other files. All look good. - Downloaded the source .tar.gz. Ch

Re: ant-ivy git commit: IVY-1569 Avoid reflection warnings (or worse) in Java 9+

2018-02-04 Thread Stefan Bodewig
On 2018-02-05, Jaikiran Pai wrote: > On 02/02/18 11:49 PM, gin...@apache.org wrote: >> Repository: ant-ivy >> Updated Branches: >>refs/heads/master 1d3567f30 -> 7ebc8107a >> IVY-1569 Avoid reflection warnings (or worse) in Java 9+ >>>private static int getJavaVersion() { >>>//

Re: ant-ivy git commit: IVY-1569 Avoid reflection warnings (or worse) in Java 9+

2018-02-04 Thread Gintautas Grigelionis
Ivy should be used standalone, so I'd rather implement Jaikiran's suggestion. Any comments about moving a public method TestHelper.getCurrentAuthenticator() over to IvyAuthenticator()? Gintas 2018-02-05 6:12 GMT+01:00 Stefan Bodewig : > On 2018-02-05, Jaikiran Pai wrote: > > > On 02/02/18 11:49