[jira] Created: (SUREFIRE-430) default excludes of Abstract*Test not working

2008-01-16 Thread Robert-Jan Peters (JIRA)
default excludes of Abstract*Test not working
-

 Key: SUREFIRE-430
 URL: http://jira.codehaus.org/browse/SUREFIRE-430
 Project: Maven Surefire
  Issue Type: Bug
  Components: plugin
Affects Versions: 2.4
 Environment: maven 2.0.7/2.08
Reporter: Robert-Jan Peters
Priority: Critical


The default excludes of  Abstract Tests is not backward compatible.

version 2.3.1
   excludes = 
   new ArrayList( Arrays.asList( new String[] { 
**/Abstract*Test.java,
**/Abstract*TestCase.java, **/*$* } ) );

version 2.4
   excludes =
new ArrayList( Arrays.asList( new String[] { **/*$* } 
) );

-- 
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-430) default excludes of Abstract*Test not working

2008-01-16 Thread Robert-Jan Peters (JIRA)

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

Robert-Jan Peters commented on SUREFIRE-430:


ok, 

the release announcement was the thing I didn't check, perhaps a topic in the 
documentation.

 default excludes of Abstract*Test not working
 -

 Key: SUREFIRE-430
 URL: http://jira.codehaus.org/browse/SUREFIRE-430
 Project: Maven Surefire
  Issue Type: Bug
  Components: plugin
Affects Versions: 2.4
 Environment: maven 2.0.7/2.08
Reporter: Robert-Jan Peters
Priority: Critical

 The default excludes of  Abstract Tests is not backward compatible.
 version 2.3.1
excludes = 
new ArrayList( Arrays.asList( new String[] { 
 **/Abstract*Test.java,
 **/Abstract*TestCase.java, **/*$* } ) 
 );
 version 2.4
excludes =
 new ArrayList( Arrays.asList( new String[] { **/*$* 
 } ) );

-- 
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] Closed: (SUREFIRE-430) default excludes of Abstract*Test not working

2008-01-16 Thread Robert-Jan Peters (JIRA)

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

Robert-Jan Peters closed SUREFIRE-430.
--

Resolution: Fixed

 default excludes of Abstract*Test not working
 -

 Key: SUREFIRE-430
 URL: http://jira.codehaus.org/browse/SUREFIRE-430
 Project: Maven Surefire
  Issue Type: Bug
  Components: plugin
Affects Versions: 2.4
 Environment: maven 2.0.7/2.08
Reporter: Robert-Jan Peters
Priority: Critical

 The default excludes of  Abstract Tests is not backward compatible.
 version 2.3.1
excludes = 
new ArrayList( Arrays.asList( new String[] { 
 **/Abstract*Test.java,
 **/Abstract*TestCase.java, **/*$* } ) 
 );
 version 2.4
excludes =
 new ArrayList( Arrays.asList( new String[] { **/*$* 
 } ) );

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