AW: IVY-1475 - cachefileset task and its inherent limitation

2017-06-02 Thread jhm
>From a naive user point of view, it doesnt matter (to me) if I use ivy:chachefileset or ivy:resources. I want to specify the dependency and have a 'thing' which contains all required jars, so I could use external tasks/antlibs. Ant itself moved from fileset to resource collection some years ago

Re: Ivy website - fixing a Quickstart documentation live

2017-06-02 Thread J Pai
I just realized that attachments aren’t delivered to the mailing list. So here’s the gist link to the patch https://gist.github.com/jaikiran/992e642410afb5683e461d1bd6e01503 which I was talking about in my mail. -Jaikiran On 26-May-2017, at 12:36 PM, J Pai wrote:

Re: AW: Ivy logo as SVG

2017-06-02 Thread Gintautas Grigelionis
Sorry, I forgot about the mailing list  Could we please check if a link works before we go any further? Gintas Ivy-report-ivy-by-org.apache.pdf Den 2 jun 2017 08:17 skrev "Jan Matèrne

Re: Ivy logo as SVG

2017-06-02 Thread Stefan Bodewig
On 2017-06-02, Gintautas Grigelionis wrote: > Could we please check if a link works before we go any further? > Ivy-report-ivy-by-org.apache.pdf > it does. Stefan

PR-36

2017-06-02 Thread Jan Matèrne
>Gintas > P.S. Could we please finish the PR #36? I'll look into adding Clover separately. I am currently having a look. Actual status: build.xml:480: java.lang.IncompatibleClassChangeError: class org.jacoco.core.internal.flow.ClassProbesVisitor has interface

Re: IVY-1475 - cachefileset task and its inherent limitation

2017-06-02 Thread J Pai
So that does mean cachefileset has a role to play in at least some cases. In that case, I think the approach we could take is to _not_ deprecate it and instead include this limitation as part of the documentation *and* enhance the code of this task to explicit fail with a proper error when it

Re: IVY-1475 - cachefileset task and its inherent limitation

2017-06-02 Thread Nicolas Lalevée
> Le 2 juin 2017 à 08:22, Jan Matèrne (jhm) a écrit : > > From a naive user point of view, it doesnt matter (to me) if I use > ivy:chachefileset or ivy:resources. > I want to specify the dependency and have a 'thing' which contains all > required jars, so I could > use

AW: Ivy logo as SVG

2017-06-02 Thread jhm
The attachment didnt come thru. I think EZMLM is configured not to send attachments ;) Please open a JIRA ticket or a PR and we can discuss. Jan Von: Gintautas Grigelionis [mailto:g.grigelio...@gmail.com] Gesendet: Freitag, 2. Juni 2017 06:46 An: Ant Developers List Betreff: Re:

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

2017-06-02 Thread janmaterne
Github user janmaterne commented on the issue: https://github.com/apache/ant-ivy/pull/36 While not having the result of the clean-run, what about deleting the jacoco.data file just before running ? With ASM I could spend a little bit to do a check before ... (something like:

[GitHub] ant-ivy pull request #38: IVY-1475 Throw an explicit BuildException if cache...

2017-06-02 Thread jaikiran
GitHub user jaikiran opened a pull request: https://github.com/apache/ant-ivy/pull/38 IVY-1475 Throw an explicit BuildException if cachefileset cannot determine a common base directory The commit here enhances the implementation of `cachefileset` task to throw an explicit

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

2017-06-02 Thread janmaterne
Github user janmaterne commented on the issue: https://github.com/apache/ant-ivy/pull/36 First progress: found an old ASM on Ant's own classpath. Ant 1.9.6 loads that via fetch.xml. Different topic ... JaCoCo runs fine. Report generation failed without any hint. Try running

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

2017-06-02 Thread janmaterne
Github user janmaterne commented on the issue: https://github.com/apache/ant-ivy/pull/36 Adressed the deletion by myself. Left the ASM over for another time. Merge all ... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

Announcing: Early-Access builds of JDK 9 for Alpine Linux/musl at jdk.java.net/9/

2017-06-02 Thread Rory O'Donnell
Hi Stefan, ** *Announcing: Early-Access builds of JDK 9 for Alpine Linux/musl at jdk.java.net/9/ [1] * * As of today there are pre-built Early-Access (EA) JDK binaries for Alpine Linux/musl at jdk.java.net/9/** o look for “Alpine Linux”. [1] * The Alpine Linux build is compatible

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

2017-06-02 Thread J Pai
Would it be feasible to have a Jenkins daily job (runs once at a schedule) for Ivy which publishes the complete binary zip/tar.gz of Ivy nightly snapshots? I know we have a daily job currently here[1] which generates a jar as the artifact output of the job. Maybe this job itself can be changed

Re: IVY-1475 - cachefileset task and its inherent limitation

2017-06-02 Thread Nicolas Lalevée
> Le 2 juin 2017 à 12:05, J Pai a écrit : > > So that does mean cachefileset has a role to play in at least some cases. In > that case, I think the approach we could take is to _not_ deprecate it and > instead include this limitation as part of the documentation

[GitHub] ant-ivy issue #37: Don't pollute the source lib folder during ivy retrieval ...

2017-06-02 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/37 :+1: --- 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

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

2017-06-02 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/36 There are reports about the "log" file getting corrupt when it accumulates results from multiple runs. If 'ant clean' helps, then perhaps the "log" file must be removed in test-internal target before

AW: IVY-1475 - cachefileset task and its inherent limitation

2017-06-02 Thread jhm
+1 Jan > -Ursprüngliche Nachricht- > Von: Nicolas Lalevée [mailto:nicolas.lale...@hibnet.org] > Gesendet: Freitag, 2. Juni 2017 12:39 > An: Ant Developers List > Betreff: Re: IVY-1475 - cachefileset task and its inherent limitation > > > > Le 2 juin 2017 à 12:05, J Pai

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

2017-06-02 Thread janmaterne
Github user janmaterne commented on the issue: https://github.com/apache/ant-ivy/pull/36 Stacktrace is: C:\projekte\apache-ant\ivy-core\build.xml:492: Error while creating report at org.jacoco.ant.ReportTask.execute(ReportTask.java:501) Caused by:

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

2017-06-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant-ivy/pull/36 --- 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: IVY-1475 - cachefileset task and its inherent limitation

2017-06-02 Thread J Pai
This is now available for review https://github.com/apache/ant-ivy/pull/38 -Jaikiran On 02-Jun-2017, at 5:39 PM, Jan Matèrne (jhm) wrote: +1 Jan > -Ursprüngliche Nachricht- > Von: Nicolas Lalevée [mailto:nicolas.lale...@hibnet.org] > Gesendet: Freitag, 2. Juni 2017

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

2017-06-02 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/36 Thanks! BTW I had to keep the "test-coverage" target as an alias because that's what the Jenkins scripts expect. That's another adjustment for later... --- If your project is set up for it, you can

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

2017-06-02 Thread twogee
GitHub user twogee opened a pull request: https://github.com/apache/ant-ivy/pull/39 first batch of SVG replacements Try them out and enjoy! The images have their width and height removed, scaling must be controlled by CSS. You can merge this pull request into a Git repository by

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

2017-06-02 Thread jhm
> Would it be feasible to have a Jenkins daily job (runs once at a > schedule) for Ivy which publishes the complete binary zip/tar.gz of Ivy > nightly snapshots? I know we have a daily job currently here[1] which > generates a jar as the artifact output of the job. Maybe this job > itself can be

[GitHub] ant-ivy pull request #40: Fix regression in tutorials

2017-06-02 Thread jaikiran
GitHub user jaikiran opened a pull request: https://github.com/apache/ant-ivy/pull/40 Fix regression in tutorials The commit here fixes some issues in tutorials, that went unnoticed in some of our recent changes. You can merge this pull request into a Git repository by running:

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

2017-06-02 Thread J Pai
Here’s the PR to fix the tutorial regressions https://github.com/apache/ant-ivy/pull/40 -Jaikiran On 03-Jun-2017, at 7:09 AM, J Pai wrote: Looked at the job logs. This indeed caught a genuine compilation error. Given that we don’t run these tutorials build daily, it

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

2017-06-02 Thread J Pai
Looked at the job logs. This indeed caught a genuine compilation error. Given that we don’t run these tutorials build daily, it wasn’t noticed this far. It looks like this might have been introduced by some of our recent changes. I’ll take a look to fix it today. -Jaikiran On 03-Jun-2017, at

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

2017-06-02 Thread J Pai
Downloaded the tar and checked the docs and other files. Looks fine. -Jaikiran On 01-Jun-2017, at 10:25 PM, Stefan Bodewig wrote: 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