Re: Snapshot access to regular users of Ant

2018-03-17 Thread Gintautas Grigelionis
Thanks for pointing this out. To me, it means one thing: release more often. The way I read it, publishing is not forbidden per se, but rather advertising. That's consistent with GitHub repo clones being available, but without "clone me at GitHub" ribbons. On the other hand, I rewrote the manual

Re: ant git commit: Add dependency description

2018-03-17 Thread Gintautas Grigelionis
Thanks for correcting the omission. But, the task manual page states that junit.jar of JUnit 4 might still be necessary ... For junit-vintage engine: - junit-vintage-engine.jar - junit.jar (JUnit 4.x version) ... so perhaps it's worth a note anyway. I was wondering why junitlauncher

Re: ant git commit: Add dependency description

2018-03-17 Thread Jaikiran Pai
The change noted in this commit isn't actually needed i.e. the junitlauncher task doesn't require the junit.jar to be available as noted in the junitlauncher task's manual. I however forgot to include the JUnit 5 platform API dependencies in this Library Dependencies table, which I'll add

[GitHub] ant pull request #:

2018-03-17 Thread twogee
Github user twogee commented on the pull request: https://github.com/apache/ant/commit/a312b6728acb7a8d1f8765899615205b3042cb7e#commitcomment-28138020 @jaikiran would it be possible to add a `classpath` attribute? ---

Snapshot access to regular users of Ant

2018-03-17 Thread Jaikiran Pai
I was about to send a mail to the user mailing list about the Ant nightly job which publishes the daily snapshots, so that they can test some bug fixes and new features (JUnit 5 in particular). However, I happened to read the Apache release policy[1] which states regular users aren't even

Re: AW: Ant nightly Jenkins job

2018-03-17 Thread Jaikiran Pai
This is now done. The Ant_Nightly job now generates the Ant distribution which can be used for testing the bug fixes/features that go into the "master" branch. The distribution is available at https://builds.apache.org/job/Ant_Nightly/lastSuccessfulBuild/artifact/distribution/ -Jaikiran On

Re: When is Ant 1.10.3 release expected?

2018-03-17 Thread Jaikiran Pai
I (finally) merged the JUnit 5 work to master. Rest of the fork related work for this task is something that I don't plan to make available in this release (the work is going to take some time). So I guess, we can make a new release. -Jaikiran On 12/03/18 4:53 PM, Stefan Bodewig wrote: On

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-03-17 Thread jaikiran
Github user jaikiran closed the pull request at: https://github.com/apache/ant/pull/60 --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

[GitHub] ant issue #60: JUnit 5 support - A new junitlauncher task

2018-03-17 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/60 This is now merged upstream. Closing this PR. Thanks Stefan for the extensive review. --- - To unsubscribe, e-mail:

Re: User implementations of custom interfaces can have access to Task instance?

2018-03-17 Thread Jaikiran Pai
Thanks for the input, Stefan. I took your suggestion and exposed a API to get the Project on that custom interface. It doesn't/can't directly use the IntrospectionHelper support available to project components, since unlike nested elements of a task, this custom class can be plugged in

[GitHub] ant-ivy issue #64: IVY-1280 Support preemptive authentication

2018-03-17 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/64 @AurelienLourot we moved the discussion to [JIRA](https://issues.apache.org/jira/browse/IVY-1280) --- - To unsubscribe, e-mail: