Re: [VOTE] Release Compress Antlib 1.5 based on RC2

2017-06-05 Thread J Pai
+1. -Jaikiran On 06-Jun-2017, at 9:56 AM, Stefan Bodewig wrote: On 2017-06-01, Stefan Bodewig wrote: > I've created a new release candidate for Compress Antlib 1.5, this time > with working Ivy coordinates and a release date three days into the > future. > git tag: 1_5_RC2

Re: [VOTE] Release Compress Antlib 1.5 based on RC2

2017-06-05 Thread Stefan Bodewig
On 2017-06-01, Stefan Bodewig wrote: > I've created a new release candidate for Compress Antlib 1.5, this time > with working Ivy coordinates and a release date three days into the > future. > git tag: 1_5_RC2 > on commit: f20847d > tarballs:

[GitHub] ant-ivy pull request #42: Checkstyle redux

2017-06-05 Thread twogee
GitHub user twogee opened a pull request: https://github.com/apache/ant-ivy/pull/42 Checkstyle redux Hopefully the last batch of whitespace changes... You can merge this pull request into a Git repository by running: $ git pull https://github.com/twogee/ant-ivy master

[GitHub] ant-ivy pull request #39: first batch of SVG replacements

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

Re: Ant Contrib

2017-06-05 Thread Dominique Devienne
On Mon, Jun 5, 2017 at 3:13 PM, Jan Matèrne (jhm) wrote: > Some years ago there were a discussion about having ant-contrib a part of > Ant. > Result was that it wasn't possible due IP (and therefore legal) reasons. > > Having a look at the tasklist [1] there are some I would

Re: Ant Contrib

2017-06-05 Thread Gintautas Grigelionis
Thanks for the comment. IMHO, if there ever would be an Ant Contrib 2.0, it should contain at least antcallback antfetch for if (I see use cases where xmlns:if is more cumbersome :-) outofdate switch trycatch/throw switch stopwatch (for those who like adding timers in the script rather than using

Re: Ivy nightly builds - Generate a full .zip/.tar.gz snapshots?

2017-06-05 Thread J Pai
This job worked and we now have 2 successful runs of it. Thank you for setting this up - I’m hoping this will now get us a bit more quicker inputs to bug fixes and other things from Ivy user community who might be willing to give it a try. -Jaikiran On 03-Jun-2017, at 3:51 PM, Jan Matèrne

[GitHub] ant issue #34: eblikstad

2017-06-05 Thread janmaterne
Github user janmaterne commented on the issue: https://github.com/apache/ant/pull/34 Thanks for the PR. The first view: * there isnt any test (not sure it would be possible) * baseline is Ant_1.8, which is not maintained any more. Current Ant is 1.9 for Java5 and Ant 1.10

AW: Ant Contrib

2017-06-05 Thread jhm
Some years ago there were a discussion about having ant-contrib a part of Ant. Result was that it wasn't possible due IP (and therefore legal) reasons. Having a look at the tasklist [1] there are some I would use: * antcallback: maybe enhance * antfetch: maybe (same base idea as antcallback) *