[VOTE] Release Compress Antlib 1.5 based on RC1

2017-05-30 Thread Stefan Bodewig
Hi all I've created a release candidate for Compress Antlib 1.5. This catches up with Commons Compress 1.14 and thus adds write support for LZMA and Snappy, full support for LZ4 and read-only support for Brotli. git tag: 1_5_RC1 on commit: 84e2f9b tarballs:

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

2017-05-30 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/36 By default, jacoco "log" gets extension ".exec"; I'd rather call it ".data". I can amend the PR later tonight. Could you please check your classpath for multiple instances of asm? jacoco

[GitHub] ant-ivy pull request #34: Fix IVY-1528

2017-05-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant-ivy/pull/34 --- 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 issue #34: Fix IVY-1528

2017-05-30 Thread janmaterne
Github user janmaterne commented on the issue: https://github.com/apache/ant-ivy/pull/34 Thanks. It was the most common error: the user error :) Used the GUI "git history" not on the top folder ... --- If your project is set up for it, you can reply to this email and have your

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

2017-05-30 Thread janmaterne
Github user janmaterne commented on the issue: https://github.com/apache/ant-ivy/pull/36 The JaCoCo 'logfile' seems to be a binary one. So it should not be named '*.log'. Maybe 'jacoco-log.bin'? In 'test-report' the should be the last statement, so we get the report

[GitHub] ant-ivy issue #34: Fix IVY-1528

2017-05-30 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/34 I used >> git fetch github pull/34/head:PR-34 >> git checkout PR-34 >> Some ideas? What does the output of: ```git status``` and then ```git

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

2017-05-30 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/36 P.S. Any suggestions about finding out which rules do not work in Checkstyle are much appreciated. I had to resort to trial and error. Also, Ant includes a [different