[ 
https://jira.codehaus.org/browse/SUREFIRE-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kristian Rosenvold closed SUREFIRE-898.
---------------------------------------

       Resolution: Not A Bug
    Fix Version/s: 2.12.2
         Assignee: Kristian Rosenvold

The build problem is being caused by 2 poms containing workaround for a bug 
that was fixed.

archiva/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
archiva/archiva-modules/archiva-web/archiva-webapp-test/pom.xml

Both should remove the  "excludedGroups" parameters since they are basically 
workarounds for a bug that has been fixed. The stacktrace you are seeing is the 
correct behaviour
                
> error with 2.12.1 (works with 2.12)
> -----------------------------------
>
>                 Key: SUREFIRE-898
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-898
>             Project: Maven Surefire
>          Issue Type: Bug
>            Reporter: Olivier Lamy
>            Assignee: Kristian Rosenvold
>             Fix For: 2.12.2
>
>
> log 
> {code}
> java.lang.reflect.InvocationTargetException: null
> java.lang.reflect.InvocationTargetException
>       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:597)
>       at 
> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
>       at 
> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
>       at 
> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:104)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
> Caused by: java.lang.RuntimeException: Unable to load category: 
> foonotatestsurefireissue
>       at 
> org.apache.maven.surefire.group.match.SingleGroupMatcher.loadGroupClasses(SingleGroupMatcher.java:116)
>       at 
> org.apache.maven.surefire.common.junit48.FilterFactory.createGroupFilter(FilterFactory.java:97)
>       at 
> org.apache.maven.surefire.junitcore.JUnitCoreProvider.createJUnit48Filter(JUnitCoreProvider.java:183)
>       at 
> org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:115)
>       ... 9 more
> Caused by: java.lang.ClassNotFoundException: foonotatestsurefireissue
>       at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>       at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>       at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>       at 
> org.apache.maven.surefire.group.match.SingleGroupMatcher.loadGroupClasses(SingleGroupMatcher.java:112)
>       ... 12 more
> {code}
> Build archiva trunk with -Pit-js 
> (http://svn.apache.org/repos/asf/archiva/trunk/)
> change surefire version in pom.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to