On 14 September 2010 04:47, Stefan Bodewig wrote:
> On 2010-09-14, sebb wrote:
>
>> On 13 September 2010 20:41, Stefan Bodewig wrote:
>
>>> There are (at least) two solutions:
>
>>> * make Digester explicitly depend on commons-collections (may not help
>>> SCXML).
>
>> Already tried that - does
On 2010-09-14, sebb wrote:
> On 13 September 2010 20:41, Stefan Bodewig wrote:
>> There are (at least) two solutions:
>> * make Digester explicitly depend on commons-collections (may not help
>> SCXML).
> Already tried that - does not seem to help.
What I meant was in Digester's POM, not ins
On 13 September 2010 20:41, Stefan Bodewig wrote:
> On 2010-09-13, sebb wrote:
>
>> On 13 September 2010 05:11, Stefan Bodewig wrote:
>
>>> FWIU CLASSPATH is completely irrelevant for Surefire. Surefire uses
>>> what you specify inside your POM, that's it.
>
>> Not sure I follow - does that mean
On 2010-09-13, sebb wrote:
> On 13 September 2010 05:11, Stefan Bodewig wrote:
>> FWIU CLASSPATH is completely irrelevant for Surefire. Surefire uses
>> what you specify inside your POM, that's it.
> Not sure I follow - does that mean that Gump does not override the
> Maven definitions for Sur
On 13 September 2010 05:11, Stefan Bodewig wrote:
> On 2010-09-13, sebb wrote:
>
>> On 13 September 2010 03:36, Bill Barker wrote:
>
>>> I thought you had a login account on vmgump. But anyway:
>
>> I did have on the previous incarnation.
>
>> If I have one on the current Gump it's not working f
On 2010-09-13, sebb wrote:
> On 13 September 2010 03:36, Bill Barker wrote:
>> I thought you had a login account on vmgump. But anyway:
> I did have on the previous incarnation.
> If I have one on the current Gump it's not working for me.
Do you want one?
>>> Is it possible that the test ph
On 13 September 2010 03:36, Bill Barker wrote:
>
>
> --
> From: "sebb"
> Sent: Sunday, September 12, 2010 5:00 AM
> To:
> Subject: Problem with collections test dependency
>
>> Digester depends on collec
--
From: "sebb"
Sent: Sunday, September 12, 2010 5:00 AM
To:
Subject: Problem with collections test dependency
Digester depends on collections, but fails at run-time because the class
org/apache/commons/collections/FastHashMap is n
Digester depends on collections, but fails at run-time because the class
org/apache/commons/collections/FastHashMap is not present.
However, the classpath includes commons-collections-3.3-SNAPSHOT.jar
which should include this class.
Is there a way to get access to the jar to check its contents?