Re: How to release if using testng

2007-10-15 Thread Patrick Moore
You know if you try really real hard you can get past the 'snapshot' aspect of 2.4-collab That is the version we use... but it is also the version tapestry.apache.org uses to release the tapestry project as well. Don't know why the main 2.4-SNAPSHOT can't get fixed to use the latest version

Re: How to release if using testng

2007-10-15 Thread Michael McCallum
i'm using surefire 2.3 and testng without any problems... well occasionally i get a null pointer instead of an error report... but other than that releasing no problems On Saturday 13 October 2007 15:48, Victor Cardona wrote: Wim Deblauwe wrote: Hi, how do other people release their maven

Re: How to release if using testng

2007-10-15 Thread Victor Cardona
Michael McCallum wrote: i'm using surefire 2.3 and testng without any problems... well occasionally i get a null pointer instead of an error report... but other than that releasing no problems On Saturday 13 October 2007 15:48, Victor Cardona wrote: Wim Deblauwe wrote: Hi, how do other

Re: How to release if using testng

2007-10-15 Thread Victor Cardona
Wim Deblauwe wrote: I finally gave up on using the surefire plugin with TestNG. Now I just use antrun to run the testng ant task and generate a report. I did not know that was possible. How do you remove surefire from the lifecycle? regards, Wim You can't actually remove surefire

Re: How to release if using testng

2007-10-14 Thread Wim Deblauwe
I finally gave up on using the surefire plugin with TestNG. Now I just use antrun to run the testng ant task and generate a report. I did not know that was possible. How do you remove surefire from the lifecycle? regards, Wim -- Vigilog - an open source log file viewer:

How to release if using testng

2007-10-12 Thread Wim Deblauwe
Hi, how do other people release their maven project if they use TestNG? The only surefire that works ok with TestNG is 2.4-collab-SNAPSHOT, but since it is a snapshot, I cannot release. I could try to give the snapshot jars a real release number, but I'd rather not do that because a) it feels

Re : How to release if using testng

2007-10-12 Thread langlois yan
Hi, As I do not use fonctionalities of testNg5.5, I use TestNg 5.1 instead. Yan Langlois. - Message d'origine De : Wim Deblauwe [EMAIL PROTECTED] À : Maven Users List users@maven.apache.org Envoyé le : Vendredi, 12 Octobre 2007, 8h19mn 08s Objet : How to release if using testng Hi

Re : Re : How to release if using testng

2007-10-12 Thread langlois yan
I did not write the tag version/. So I probably use the last release 2.3. Yan. - Message d'origine De : Wim Deblauwe [EMAIL PROTECTED] À : Maven Users List users@maven.apache.org Envoyé le : Vendredi, 12 Octobre 2007, 15h18mn 09s Objet : Re: Re : How to release if using testng Good

Re: Re : How to release if using testng

2007-10-12 Thread Tim Kettler
not use fonctionalities of testNg5.5, I use TestNg 5.1 instead. Yan Langlois. - Message d'origine De : Wim Deblauwe [EMAIL PROTECTED] À : Maven Users List users@maven.apache.org Envoyé le : Vendredi, 12 Octobre 2007, 8h19mn 08s Objet : How to release if using testng Hi, how do

Re: Re : How to release if using testng

2007-10-12 Thread Wim Deblauwe
d'origine De : Wim Deblauwe [EMAIL PROTECTED] À : Maven Users List users@maven.apache.org Envoyé le : Vendredi, 12 Octobre 2007, 8h19mn 08s Objet : How to release if using testng Hi, how do other people release their maven project if they use TestNG? The only surefire that works ok

Re: How to release if using testng

2007-10-12 Thread Victor Cardona
Wim Deblauwe wrote: Hi, how do other people release their maven project if they use TestNG? The only surefire that works ok with TestNG is 2.4-collab-SNAPSHOT, but since it is a snapshot, I cannot release. I could try to give the snapshot jars a real release number, but I'd rather not do