Re: Status of maven-surefire-plugin TestNG

2006-09-19 Thread Jason Dillon
Any more status on surefire + testng + jdk14? --jason On Sep 3, 2006, at 8:52 AM, Jesse Kuhnert wrote: I changed things to make it work with jdk14 tests...I haven't sent any patches to maven to make these work again yet. On 9/3/06, Jason Dillon [EMAIL PROTECTED] wrote: Nope :-( rm -rf

Re: Status of maven-surefire-plugin TestNG

2006-09-19 Thread Jason van Zyl
On 19 Sep 06, at 12:49 PM 19 Sep 06, Jason Dillon wrote: Any more status on surefire + testng + jdk14? It's still the next plugin on my list unless someone gets to it before me. --jason On Sep 3, 2006, at 8:52 AM, Jesse Kuhnert wrote: I changed things to make it work with jdk14

Re: Status of maven-surefire-plugin TestNG

2006-09-03 Thread Brett Porter
Yeah, I had started to look at some of the patches a little while back and got overwhelmed quickly by other stuff again. It looks like Fabrizio has picked off some in the last week though. I'll review the commits at the least. - Brett On 03/09/2006, at 2:06 PM, Jason van Zyl wrote: On 2

Re: Status of maven-surefire-plugin TestNG

2006-09-03 Thread Fabrizio Giustina
The 2.8 SNAPSHOT version was just an unofficial release that was deployed while the testng support in official one (2.3-SNAPSHOT) was broken. Now the patches needed for testNg support have been incorporated and the official surefire plugin works *ehm worked* fine with TestNg. Worked because it

Re: Status of maven-surefire-plugin TestNG

2006-09-03 Thread Jason Dillon
I dunno.. I built 2.3-SNAPSHOT from source today and it did not work at all... it was able to run and not NPE like 2.2 does, but it did not find any of my tests. The same build config with 2.8-SNAPSHOT works fine. --jason On Sep 3, 2006, at 12:14 AM, Fabrizio Giustina wrote: The 2.8

Re: Status of maven-surefire-plugin TestNG

2006-09-03 Thread Fabrizio Giustina
On 9/3/06, Jason Dillon [EMAIL PROTECTED] wrote: I dunno.. I built 2.3-SNAPSHOT from source today and it did not work at all... it was able to run and not NPE like 2.2 does, but it did not find any of my tests. The same build config with 2.8-SNAPSHOT works fine. If you build from source you

Re: Status of maven-surefire-plugin TestNG

2006-09-03 Thread Jason Dillon
Okay, I can test the deployed 2.3-SNAPSHOT tomorrow and see if it behaves. Thanks :-) --jason On Sep 3, 2006, at 5:23 AM, Fabrizio Giustina wrote: On 9/3/06, Jason Dillon [EMAIL PROTECTED] wrote: I dunno.. I built 2.3-SNAPSHOT from source today and it did not work at all... it was able

Re: Status of maven-surefire-plugin TestNG

2006-09-03 Thread Fabrizio Giustina
On 9/3/06, Jason Dillon [EMAIL PROTECTED] wrote: rm -rf ~/.m2/repository/org/apache/maven/plugins/maven-surefire- plugin/ the bug is in surefire-booter, do a: rm -rf ~/.m2/repository/org/apache/maven/surefire/surefire-booter/ ... and it will work fabrizio

Re: Status of maven-surefire-plugin TestNG

2006-09-03 Thread Jason Dillon
Nope :-( rm -rf ~/.m2/repository/org/apache/maven/surefire rm -rf ~/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin w/2.3-SNAPSHOT: snip --- T E S T S --- Running

Re: Status of maven-surefire-plugin TestNG

2006-09-03 Thread Jesse Kuhnert
I changed things to make it work with jdk14 tests...I haven't sent any patches to maven to make these work again yet. On 9/3/06, Jason Dillon [EMAIL PROTECTED] wrote: Nope :-( rm -rf ~/.m2/repository/org/apache/maven/surefire rm -rf

Re: Status of maven-surefire-plugin TestNG

2006-09-03 Thread Jason Dillon
Anyway to diff the source used to build 2.8-SNAPSHOT to see what needs to be patched? --jason On Sep 3, 2006, at 8:52 AM, Jesse Kuhnert wrote: I changed things to make it work with jdk14 tests...I haven't sent any patches to maven to make these work again yet. On 9/3/06, Jason Dillon

Status of maven-surefire-plugin TestNG

2006-09-02 Thread Jason Dillon
Hi folks, I'm curious what the status of the maven-surefire-plugin is wrt TestNG. Appears that version 2.2 of the plugin is not happy, and the docs ( http://testng.org/doc/maven.html ) here suggest that version 2.8- SNAPSHOT from this repo http://howardlewisship.com/repository should be

Re: Status of maven-surefire-plugin TestNG

2006-09-02 Thread Jason van Zyl
On 2 Sep 06, at 7:06 PM 2 Sep 06, Jason Dillon wrote: Hi folks, I'm curious what the status of the maven-surefire-plugin is wrt TestNG. Appears that version 2.2 of the plugin is not happy, and the docs ( http://testng.org/doc/maven.html ) here suggest that version 2.8- SNAPSHOT from this