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 of testng

On 10/14/07, Wim Deblauwe [EMAIL PROTECTED] 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

 --
 Vigilog - an open source log file viewer: http://vigilog.sourceforge.net
 Blog: http://www.jroller.com/page/Fester



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 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
  like cheating and b) it is a lot of work with all the different modules
  that surefire has.
 
  regards,
 
  Wim

 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.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Michael McCallum
Enterprise Engineer
mailto:[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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
 like cheating and b) it is a lot of work with all the different modules
 that surefire has.

 regards,

 Wim
 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.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

I tried using surefire-2.3, 2.4-SNAPSHOT, and 2.4-collab-SNAPSHOT with
both TestNG 5.5 and 5.6.  The collab snapshot resolved the problems with
TestNG encountered during the test phase, but then I received an error
from the surefire-report plugin.  I'm sorry I don't remember what the
error was, but I think it may have been a NPE.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 from the lifecycle.  At least not as
far as I've been able to determine with my limited knowledge of Maven.
You can however tell it to skip running any tests by adding the
following to your pom.xml:

build
...
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-surefire-plugin/artifactId
version2.3/version
configuration
skiptrue/skip
/configuration
/plugin
...
/build

If you still want to run unit tests, then you run the testng ant task
via the Antrun plugin.  If you're curious, I can post mine.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: http://vigilog.sourceforge.net
Blog: http://www.jroller.com/page/Fester


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 like cheating
and b) it is a lot of work with all the different modules that surefire has.

regards,

Wim

-- 
Vigilog - an open source log file viewer: http://vigilog.sourceforge.net
Blog: http://www.jroller.com/page/Fester


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,

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 like
 cheating
and b) it is a lot of work with all the different modules that surefire
 has.

regards,

Wim

-- 
Vigilog - an open source log file viewer:
 http://vigilog.sourceforge.net
Blog: http://www.jroller.com/page/Fester






  
_ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

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 idea, I probably don't use any of the newer funcationalities also.
 And
what version of surefire do you use with 5.1?

regards,

Wim

2007/10/12, langlois yan [EMAIL PROTECTED]:

 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,

 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 like
 cheating
 and b) it is a lot of work with all the different modules that
 surefire
 has.

 regards,

 Wim

 --
 Vigilog - an open source log file viewer:
 http://vigilog.sourceforge.net
 Blog: http://www.jroller.com/page/Fester







  
 _
 Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers
 Yahoo!
 Mail




-- 
Vigilog - an open source log file viewer:
 http://vigilog.sourceforge.net
Blog: http://www.jroller.com/page/Fester






  
_ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

Re: Re : How to release if using testng

2007-10-12 Thread Tim Kettler
I'm using surefire-plugin 2.3 / TestNG 5.1 for my projects.

-Tim

Wim Deblauwe schrieb:
 Good idea, I probably don't use any of the newer funcationalities also. And
 what version of surefire do you use with 5.1?
 
 regards,
 
 Wim
 
 2007/10/12, langlois yan [EMAIL PROTECTED]:
 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,

 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 like
 cheating
 and b) it is a lot of work with all the different modules that surefire
 has.

 regards,

 Wim

 --
 Vigilog - an open source log file viewer:
 http://vigilog.sourceforge.net
 Blog: http://www.jroller.com/page/Fester







   
 _
 Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo!
 Mail
 
 
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re : How to release if using testng

2007-10-12 Thread Wim Deblauwe
Good idea, I probably don't use any of the newer funcationalities also. And
what version of surefire do you use with 5.1?

regards,

Wim

2007/10/12, langlois yan [EMAIL PROTECTED]:

 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,

 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 like
 cheating
 and b) it is a lot of work with all the different modules that surefire
 has.

 regards,

 Wim

 --
 Vigilog - an open source log file viewer:
 http://vigilog.sourceforge.net
 Blog: http://www.jroller.com/page/Fester







   
 _
 Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo!
 Mail




-- 
Vigilog - an open source log file viewer: http://vigilog.sourceforge.net
Blog: http://www.jroller.com/page/Fester


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 that because a) it feels like cheating
 and b) it is a lot of work with all the different modules that surefire has.
 
 regards,
 
 Wim
 
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.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]