Re: how to use freshly compiled surefire junit runner

2006-07-12 Thread berndq
Vincent Siveton wrote: User question. Please post it to the users list. ok, sorry, was not sure where to post. BTW, did you try: org.apache.maven.surefire surefire-junit 2.1-SNAPSHOT did not help, but Dan's answer did, anyway, thanks and sorry for the noise Bernd Cheers, V

Re: how to use freshly compiled surefire junit runner

2006-07-12 Thread berndq
dan tran wrote: you will need fetch maven-surefire-plugin source and makesure it uses the surefire components snapshot ( mostlikely it is already done so) after that new binary kicks in automatically that worked, thanks! Bernd try mvn -X -Dan On 7/12/06, berndq <[EMAIL PROTECTED]> wrote

Re: how to use freshly compiled surefire junit runner

2006-07-12 Thread Vincent Siveton
User question. Please post it to the users list. BTW, did you try: org.apache.maven.surefire surefire-junit 2.1-SNAPSHOT Cheers, Vincent 2006/7/12, berndq <[EMAIL PROTECTED]>: Hi all, i can compile the surefire sources from svn (http://svn.apache.org/repos/asf/maven/surefire/trun

Re: how to use freshly compiled surefire junit runner

2006-07-12 Thread dan tran
you will need fetch maven-surefire-plugin source and makesure it uses the surefire components snapshot ( mostlikely it is already done so) after that new binary kicks in automatically try mvn -X -Dan On 7/12/06, berndq <[EMAIL PROTECTED]> wrote: Hi all, i can compile the surefire sources

how to use freshly compiled surefire junit runner

2006-07-12 Thread berndq
Hi all, i can compile the surefire sources from svn (http://svn.apache.org/repos/asf/maven/surefire/trunk) and run "mvn install" succesfully to get it into the local repository: [INFO] Installing D:\maven\surefire-trunk\surefire-providers\surefire-junit\target\surefire-junit-2. 1-SNAPS