Moving to TestNG JUnit4?

2010-06-07 Thread Jemos Infra
Hi all, I haven't received any comments on my suggestion to move to Junit4. I find that still using Junit3 is ugly, it still relies on inheritance rather than composition and it doesn't use the potentials of frameworks such as TestNG (which has the ability of running tests in parallel, plus many

Maven 3 tests

2010-06-06 Thread Jemos Infra
Hi all, I'm working on the Maven 3 branch created today by Olivier Lamy [email quote] stuff is here : http://svn.apache.org/repos/asf/maven/maven-3/branches/guice-support/ Thanks ! [/email quote] This branch is supposed to have the Maven 3 version which uses Guice instead of Plexus (actually s

Re: Maven is downloading older version of junit

2010-05-12 Thread Jemos Infra
This will happen because Maven is compiling with a version < 1.5. Define the java compiler plugin with source and target >= 1.5 Regards, M. On Wed, 2010-05-12 at 06:59 -0700, AVSUNIL wrote: > Thanks Kalpak for response. The issue is that compilation fails when I try to > use anything specific to

Re: Classworlds 1.1 source code?

2010-05-11 Thread Jemos Infra
basedir. Can you point me towards a "stable" 1.1 tag? Regards, M. On Mon, 2010-05-10 at 08:57 +0200, Olivier Lamy wrote: > Hi, > > http://svn.codehaus.org/classworlds/tags/CLASSWORLDS_1_1/ > > > > 2010/5/9 Jemos Infra : > > > > Hi, I'm try

Re: Classworlds 1.1 source code?

2010-05-11 Thread Jemos Infra
> > > 2010/5/9 Jemos Infra : > > > > Hi, I'm trying to debug Maven 2 from Eclipse. Since Maven 2 depends on > > classworlds-1.1.jar (under $M2_HOME/boot), any changes to get the source > > code? A quick Google provides sources for 1.4 but not for 1.1. Any >

Classworlds 1.1 source code?

2010-05-09 Thread Jemos Infra
Hi, I'm trying to debug Maven 2 from Eclipse. Since Maven 2 depends on classworlds-1.1.jar (under $M2_HOME/boot), any changes to get the source code? A quick Google provides sources for 1.4 but not for 1.1. Any jar/zip/svn repository for version 1.1? Also I wanted to ask your opinion on how I am "