Re: Problem with collections test dependency

2010-09-12 Thread Bill Barker
-- 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 not present.

Re: Problem with collections test dependency

2010-09-12 Thread sebb
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 collections, but fails at run-time because the clas

Re: Problem with collections test dependency

2010-09-12 Thread Stefan Bodewig
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

Re: Problem with collections test dependency

2010-09-13 Thread sebb
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

Re: Problem with collections test dependency

2010-09-13 Thread Stefan Bodewig
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

Re: Problem with collections test dependency

2010-09-13 Thread sebb
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

Re: Problem with collections test dependency

2010-09-13 Thread Stefan Bodewig
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

Re: Problem with collections test dependency

2010-09-16 Thread sebb
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