Re: Ivy logo as SVG

2017-06-01 Thread Gintautas Grigelionis
We may not be artists, but we can be aesthetes :-) Please see an attached mockup of an Ivy report with proposed SVG icons and let me know what you think. Gintas 2017-06-01 16:19 GMT+02:00 Gintautas Grigelionis : > Logo is important, especially when it ends up in every

IVY-1475 - cachefileset task and its inherent limitation

2017-06-01 Thread J Pai
One of the Ivy users has pointed out to an issue in cachefileset task[1] of Ivy here https://issues.apache.org/jira/browse/IVY-1475. To summarize, the cachefileset task is expected to create a Ant Fileset of the resolved artifacts in the cache(s). Ant Fileset requires a (single) basedir to

[VOTE] Release Compress Antlib 1.5 based on RC2

2017-06-01 Thread Stefan Bodewig
Hi all 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: https://dist.apache.org/repos/dist/dev/ant/antlibs/compress/ revision: 19857

[GitHub] ant-ivy issue #36: Replace emma with jacoco

2017-06-01 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/36 Revised accordingly. --- 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,

Re: Ivy documentation with asciidoc

2017-06-01 Thread Gintautas Grigelionis
2017-06-01 15:43 GMT+02:00 Stefan Bodewig : > On 2017-06-01, Gintautas Grigelionis wrote: > > > 2017-05-31 23:00 GMT+02:00 Nicolas Lalevée : > > > >>> Le 31 mai 2017 à 19:47, Gintautas Grigelionis > > >> a écrit : > > > >>

Re: Ivy logo as SVG

2017-06-01 Thread Gintautas Grigelionis
Logo is important, especially when it ends up in every Ivy report. Still, if there are no other way, I'm willing to give it a try :-) Gintas 2017-06-01 15:44 GMT+02:00 Stefan Bodewig : > On 2017-06-01, Gintautas Grigelionis wrote: > > > I noticed that ASF apparently has

Re: [antlibs] Break Backwards Compatibility of Ivy Coordinates?

2017-06-01 Thread Gintautas Grigelionis
I believe this comment provides a pretty good argument why coordinates must be consistent. Gintas 2017-06-01 14:57 GMT+02:00 Gintautas Grigelionis : > It's not a "should", it's a MUST. Ideally,

Re: Ivy logo as SVG

2017-06-01 Thread Stefan Bodewig
On 2017-06-01, Gintautas Grigelionis wrote: > I noticed that ASF apparently has converted a bunch of project logos to > SVG. In particular, Ant has an SVG logo. That's not been done "by the ASF" but rather by some kind soul who did the work. I'm afraid we are better coders than artists around

Re: Ivy documentation with asciidoc

2017-06-01 Thread Stefan Bodewig
On 2017-06-01, Gintautas Grigelionis wrote: > 2017-05-31 23:00 GMT+02:00 Nicolas Lalevée : >>> Le 31 mai 2017 à 19:47, Gintautas Grigelionis >> a écrit : >> Also, external links must be pruned and/or directed to Internet Archive >>> -( >>>

[GitHub] ant-ivy issue #36: Replace emma with jacoco

2017-06-01 Thread nlalevee
Github user nlalevee commented on the issue: https://github.com/apache/ant-ivy/pull/36 The build-release.xml seems to be largely modified because of some space at the end of xml tags. Could we avoid that ? It is painful to review and seems useless. --- If your project is set up for

Re: [antlibs] Break Backwards Compatibility of Ivy Coordinates?

2017-06-01 Thread Gintautas Grigelionis
It's not a "should", it's a MUST. Ideally, pom.xml should be generated from ivy.xml or the other way around; at the very least, maven-ant-tasks should check the consistence between them, like this The pom version is ${ivy.pom.version}

[GitHub] ant-ivy pull request #37: Don't pollute the source lib folder during ivy ret...

2017-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant-ivy/pull/37 --- 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 #27: Fix IVY-1540

2017-06-01 Thread asfgit
Github user asfgit 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

Re: Release notes for IVY-1528

2017-06-01 Thread J Pai
Thanks Nicolas. -Jaikiran On 01-Jun-2017, at 5:24 PM, Nicolas Lalevée wrote: done. Thanks Nicolas > Le 1 juin 2017 à 13:46, J Pai a écrit : > > The PR for this issue https://issues.apache.org/jira/browse/IVY-1528 was > merged a few days

Re: [antlibs] Break Backwards Compatibility of Ivy Coordinates?

2017-06-01 Thread J Pai
The new organization being proposed “org.apache.ant” instead of “org/apache” is the right way to go IMO. It’s not just Ivy and applies to Maven co-ordinates (via pom.xml) as well. Ideally, they should match with each other. Using the org.apache.ant would make it fit with the groupId (in Maven

Re: Release notes for IVY-1528

2017-06-01 Thread Nicolas Lalevée
done. Thanks Nicolas > Le 1 juin 2017 à 13:46, J Pai a écrit : > > The PR for this issue https://issues.apache.org/jira/browse/IVY-1528 was > merged a few days back, but I think we forgot to resolve the JIRA and include > this in the release notes. Can someone with

Release notes for IVY-1528

2017-06-01 Thread J Pai
The PR for this issue https://issues.apache.org/jira/browse/IVY-1528 was merged a few days back, but I think we forgot to resolve the JIRA and include this in the release notes. Can someone with the access rights please do so? -Jaikiran

[GitHub] ant-ivy pull request #24: Fix IVY-1555

2017-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant-ivy/pull/24 --- 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 #21: Fix IVY-1495

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

Ivy logo as SVG

2017-06-01 Thread Gintautas Grigelionis
I noticed that ASF apparently has converted a bunch of project logos to SVG. In particular, Ant has an SVG logo. Is there an official channel at ASF (like, a branding office?) that we could use to get Ivy logo vectorized? Gintas