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

2017-07-28 Thread Tibor Digana (JIRA)

[ 
https://issues.apache.org/jira/browse/SUREFIRE-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105789#comment-16105789
 ] 

Tibor Digana commented on SUREFIRE-430:
---

[~bbrooks]
If Abstract* was excluded, the plugin would fail by default because testset is 
empty.
Even worse than bad.

> default excludes of Abstract*Test not working
> -
>
> Key: SUREFIRE-430
> URL: https://issues.apache.org/jira/browse/SUREFIRE-430
> Project: Maven Surefire
>  Issue Type: Bug
>  Components: Maven Surefire 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 was sent by Atlassian JIRA
(v6.4.14#64029)


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

2017-07-28 Thread Brian Brooks (JIRA)

[ 
https://issues.apache.org/jira/browse/SUREFIRE-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105448#comment-16105448
 ] 

Brian Brooks commented on SUREFIRE-430:
---

Here is an updated permalink to the 2.4 Surefire release announcement 
http://maven.40175.n5.nabble.com/ANN-Maven-Surefire-Plugin-2-4-for-Maven-2-Released-tp207727.html

> default excludes of Abstract*Test not working
> -
>
> Key: SUREFIRE-430
> URL: https://issues.apache.org/jira/browse/SUREFIRE-430
> Project: Maven Surefire
>  Issue Type: Bug
>  Components: Maven Surefire 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 was sent by Atlassian JIRA
(v6.4.14#64029)


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

2008-01-16 Thread Benjamin Bentmann (JIRA)

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

Benjamin Bentmann commented on SUREFIRE-430:


This break is by intention, to fix SUREFIRE-167. The official [release 
announcement|http://www.nabble.com/-ANN--Maven-Surefire-Plugin-2.4-for-Maven-2-Released-to14853145s177.html]
 for Surefire 2.4 stated this, too.

> 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