[jira] Commented: (SUREFIRE-59) Not compatible with TestNG 5.2: java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V

2007-08-02 Thread Marat Radchenko (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103906
 ] 

Marat Radchenko commented on SUREFIRE-59:
-

Workaround:

http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-surefire-plugin/2.4-collab-SNAPSHOT/

This version works without errors.

> Not compatible with TestNG 5.2:  java.lang.NoSuchMethodError: 
> org.testng.xml.XmlSuite.setParallel(Z)V
> -
>
> Key: SUREFIRE-59
> URL: http://jira.codehaus.org/browse/SUREFIRE-59
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: TestNG support
> Environment:   
> maven-surefire-plugin
> 2.2
> 
> 
>   org.testng
>   testng
>   5.2
>   jdk15
>   test
> 
>Reporter: Damian Golda
> Fix For: 2.4
>
>
> I have project with dependency to testng and surefire plugin as in 
> Environment.
> I run tests and get exception:
> org.apache.maven.surefire.booter.SurefireExecutionException: 
> org.testng.xml.XmlSuite.setParallel(Z)V; nested exception i
> s java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> at 
> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:135)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
> Please, correct surefire to be compatible with new testng.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SUREFIRE-59) Not compatible with TestNG 5.2: java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V

2007-08-02 Thread hanasaki (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103893
 ] 

hanasaki commented on SUREFIRE-59:
--

Rolled back to testng 5.0 in netbeans 6.x nightly builds and this appears to be 
a workaround.  Escalate resolution please?

> Not compatible with TestNG 5.2:  java.lang.NoSuchMethodError: 
> org.testng.xml.XmlSuite.setParallel(Z)V
> -
>
> Key: SUREFIRE-59
> URL: http://jira.codehaus.org/browse/SUREFIRE-59
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: TestNG support
> Environment:   
> maven-surefire-plugin
> 2.2
> 
> 
>   org.testng
>   testng
>   5.2
>   jdk15
>   test
> 
>Reporter: Damian Golda
> Fix For: 2.4
>
>
> I have project with dependency to testng and surefire plugin as in 
> Environment.
> I run tests and get exception:
> org.apache.maven.surefire.booter.SurefireExecutionException: 
> org.testng.xml.XmlSuite.setParallel(Z)V; nested exception i
> s java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> at 
> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:135)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
> Please, correct surefire to be compatible with new testng.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SUREFIRE-59) Not compatible with TestNG 5.2: java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V

2007-07-27 Thread Larry Hamel (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103461
 ] 

Larry Hamel commented on SUREFIRE-59:
-

I tried 2.4-SNAPSHOT and got 

[INFO] Surefire report directory: c:\cvs\ilink\faqtory\target\surefire-reports
java.lang.IllegalArgumentException: Unknown parameter type: java.util.Properties

at org.apache.maven.surefire.booter.SurefireBooter.constructParamObjects
(SurefireBooter.java:782)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.j
ava:836)

Can someone please make using testng 5.5 possible for mere mortals?

thanks,

larry


> Not compatible with TestNG 5.2:  java.lang.NoSuchMethodError: 
> org.testng.xml.XmlSuite.setParallel(Z)V
> -
>
> Key: SUREFIRE-59
> URL: http://jira.codehaus.org/browse/SUREFIRE-59
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: TestNG support
> Environment:   
> maven-surefire-plugin
> 2.2
> 
> 
>   org.testng
>   testng
>   5.2
>   jdk15
>   test
> 
>Reporter: Damian Golda
> Fix For: 2.4
>
>
> I have project with dependency to testng and surefire plugin as in 
> Environment.
> I run tests and get exception:
> org.apache.maven.surefire.booter.SurefireExecutionException: 
> org.testng.xml.XmlSuite.setParallel(Z)V; nested exception i
> s java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> at 
> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:135)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
> Please, correct surefire to be compatible with new testng.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SUREFIRE-59) Not compatible with TestNG 5.2: java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V

2007-05-25 Thread Eric Berry (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_97074
 ] 

Eric Berry commented on SUREFIRE-59:


Someone please fix this issue and release the new version!

> Not compatible with TestNG 5.2:  java.lang.NoSuchMethodError: 
> org.testng.xml.XmlSuite.setParallel(Z)V
> -
>
> Key: SUREFIRE-59
> URL: http://jira.codehaus.org/browse/SUREFIRE-59
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: TestNG support
> Environment:   
> maven-surefire-plugin
> 2.2
> 
> 
>   org.testng
>   testng
>   5.2
>   jdk15
>   test
> 
>Reporter: Damian Golda
> Fix For: 2.4
>
>
> I have project with dependency to testng and surefire plugin as in 
> Environment.
> I run tests and get exception:
> org.apache.maven.surefire.booter.SurefireExecutionException: 
> org.testng.xml.XmlSuite.setParallel(Z)V; nested exception i
> s java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> at 
> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:135)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
> Please, correct surefire to be compatible with new testng.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SUREFIRE-59) Not compatible with TestNG 5.2: java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V

2007-04-13 Thread Jesse Kuhnert (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92903
 ] 

Jesse Kuhnert commented on SUREFIRE-59:
---

I'd resolve this if I had the right perms but the new 2.4-SNAPSHOT version of 
surefire is compatible up to version 5.5 of TestNG.

> Not compatible with TestNG 5.2:  java.lang.NoSuchMethodError: 
> org.testng.xml.XmlSuite.setParallel(Z)V
> -
>
> Key: SUREFIRE-59
> URL: http://jira.codehaus.org/browse/SUREFIRE-59
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: TestNG support
> Environment:   
> maven-surefire-plugin
> 2.2
> 
> 
>   org.testng
>   testng
>   5.2
>   jdk15
>   test
> 
>Reporter: Damian Golda
> Fix For: 2.4
>
>
> I have project with dependency to testng and surefire plugin as in 
> Environment.
> I run tests and get exception:
> org.apache.maven.surefire.booter.SurefireExecutionException: 
> org.testng.xml.XmlSuite.setParallel(Z)V; nested exception i
> s java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> at 
> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:135)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
> Please, correct surefire to be compatible with new testng.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SUREFIRE-59) Not compatible with TestNG 5.2: java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V

2007-03-20 Thread Cyrill Ruettimann (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_90576
 ] 

Cyrill Ruettimann commented on SUREFIRE-59:
---

Also applies to TestNG 5.5

> Not compatible with TestNG 5.2:  java.lang.NoSuchMethodError: 
> org.testng.xml.XmlSuite.setParallel(Z)V
> -
>
> Key: SUREFIRE-59
> URL: http://jira.codehaus.org/browse/SUREFIRE-59
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: TestNG support
> Environment:   
> maven-surefire-plugin
> 2.2
> 
> 
>   org.testng
>   testng
>   5.2
>   jdk15
>   test
> 
>Reporter: Damian Golda
> Fix For: 2.4
>
>
> I have project with dependency to testng and surefire plugin as in 
> Environment.
> I run tests and get exception:
> org.apache.maven.surefire.booter.SurefireExecutionException: 
> org.testng.xml.XmlSuite.setParallel(Z)V; nested exception i
> s java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> at 
> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:135)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
> Please, correct surefire to be compatible with new testng.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SUREFIRE-59) Not compatible with TestNG 5.2: java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V

2007-01-11 Thread David Dunwoody (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-59?page=comments#action_84776 ] 

David Dunwoody commented on SUREFIRE-59:


^^ Apologies, that should read TestNG 5.2+

> Not compatible with TestNG 5.2:  java.lang.NoSuchMethodError: 
> org.testng.xml.XmlSuite.setParallel(Z)V
> -
>
> Key: SUREFIRE-59
> URL: http://jira.codehaus.org/browse/SUREFIRE-59
> Project: surefire
>  Issue Type: Improvement
>  Components: TestNG support
> Environment:   
> maven-surefire-plugin
> 2.2
> 
> 
>   org.testng
>   testng
>   5.2
>   jdk15
>   test
> 
>Reporter: Damian Golda
>
> I have project with dependency to testng and surefire plugin as in 
> Environment.
> I run tests and get exception:
> org.apache.maven.surefire.booter.SurefireExecutionException: 
> org.testng.xml.XmlSuite.setParallel(Z)V; nested exception i
> s java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> at 
> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:135)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
> Please, correct surefire to be compatible with new testng.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SUREFIRE-59) Not compatible with TestNG 5.2: java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V

2007-01-11 Thread David Dunwoody (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-59?page=comments#action_84775 ] 

David Dunwoody commented on SUREFIRE-59:


Reproduced here with TestNG 5.1+ and the 2.8-SNAPSHOT version of surefire.

> Not compatible with TestNG 5.2:  java.lang.NoSuchMethodError: 
> org.testng.xml.XmlSuite.setParallel(Z)V
> -
>
> Key: SUREFIRE-59
> URL: http://jira.codehaus.org/browse/SUREFIRE-59
> Project: surefire
>  Issue Type: Improvement
>  Components: TestNG support
> Environment:   
> maven-surefire-plugin
> 2.2
> 
> 
>   org.testng
>   testng
>   5.2
>   jdk15
>   test
> 
>Reporter: Damian Golda
>
> I have project with dependency to testng and surefire plugin as in 
> Environment.
> I run tests and get exception:
> org.apache.maven.surefire.booter.SurefireExecutionException: 
> org.testng.xml.XmlSuite.setParallel(Z)V; nested exception i
> s java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
> at 
> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:135)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
> at 
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
> Please, correct surefire to be compatible with new testng.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira