Re: Use of org.hamcrest.Matchers

2018-04-22 Thread Gintautas Grigelionis
Hmm... are you sure that Gump has hamcrest-library? By the looks of it, the classpath contains antlr 3 and bcel 5... Gintas 2018-04-22 8:45 GMT+00:00 Stefan Bodewig : > Hi > > when Apache Gump builds Ant it builds it against Hamcrest 2.x which used > to work fine as long as

Use of org.hamcrest.Matchers

2018-04-22 Thread Stefan Bodewig
Hi when Apache Gump builds Ant it builds it against Hamcrest 2.x which used to work fine as long as we didn't use many matchers. It looks as if one of the breaking changes introduced with Hamcrest 2.x is the removal of the Matchers class. See

Bug report for Ant [2018/04/22]

2018-04-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Use of org.hamcrest.Matchers

2018-04-22 Thread Gintautas Grigelionis
2018-04-22 13:56 GMT+00:00 Stefan Bodewig : On 2018-04-22, Gintautas Grigelionis wrote: > > > Hmm... are you sure that Gump has hamcrest-library? > > No, you are correct. I was under the impression it was using Hamcrest > 2.x while it was not - Hamcrest 2.x only contains a

[Announce] Release of Apache Ivy 2.5.0-rc1

2018-04-22 Thread Nicolas Lalevée
The Apache Ivy project is pleased to announce its 2.5.0-rc1 release. Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies, characterized by flexibility, configurability, and tight integration with Apache Ant. Key features of this 2.5.0-rc1 release

Re: Use of org.hamcrest.Matchers

2018-04-22 Thread Martin Gainty
MG>Hi Gintas please see question below From: Gintautas Grigelionis Sent: Sunday, April 22, 2018 2:30 PM To: Ant Developers List Subject: Re: Use of org.hamcrest.Matchers 2018-04-22 13:56 GMT+00:00 Stefan Bodewig : On

[GitHub] ant issue #54: Let’s use Ivy (properly!) and drop Maven Ant tasks + Common...

2018-04-22 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/ant/pull/54 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ant%20Github-PR-Linux/50/ ---

[GitHub] ant pull request #:

2018-04-22 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/ant/commit/1e61ebdcad0aea45bb78627b231969f995a69f87#commitcomment-28688854 In src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java: In src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java

[GitHub] ant issue #54: Let’s use Ivy (properly!) and drop Maven Ant tasks + Common...

2018-04-22 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/ant/pull/54 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ant%20Github-PR-Windows/56/ ---

[GitHub] ant pull request #:

2018-04-22 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/ant/commit/1e61ebdcad0aea45bb78627b231969f995a69f87#commitcomment-28688418 In src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java: In src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java

Re: Use of org.hamcrest.Matchers

2018-04-22 Thread Stefan Bodewig
On 2018-04-22, Gintautas Grigelionis wrote: > I wish we could replace fetch.xml with an Ivy equivalent :-) Using that would be against the very spirit of Gump :-) The spirit of Gump would force Hamcrest 2.x upon Ant, so thought it already did. Stefan

Re: Use of org.hamcrest.Matchers

2018-04-22 Thread Stefan Bodewig
On 2018-04-22, Gintautas Grigelionis wrote: > Hmm... are you sure that Gump has hamcrest-library? No, you are correct. I was under the impression it was using Hamcrest 2.x while it was not - Hamcrest 2.x only contains a single jar and if I had looked close enough I would have seen the Matchers