You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "SebbASF (JIRA)" <ji...@codehaus.org> on 2010/08/16 16:39:32 UTC

[jira] Created: (SUREFIRE-637) Plugin cannot handle "java" in a path name

Plugin cannot handle "java" in a path name
------------------------------------------

                 Key: SUREFIRE-637
                 URL: http://jira.codehaus.org/browse/SUREFIRE-637
             Project: Maven Surefire
          Issue Type: Bug
          Components: Maven Surefire Plugin
    Affects Versions: 2.4.3
            Reporter: SebbASF


Commons SCXML has the following include:

<include>org/apache/commons/scxml/env/javascript/EnvJavaScriptTestSuite.java</include>

However, the suite was not being found and executed.

A bit of experimentation shows that the problem is the string "java" in the pathname.

A work-round is to use:

<include>org/apache/commons/scxml/env/j*avascript/EnvJavaScriptTestSuite.java</include>
or
<include>org/apache/commons/scxml/env/jav*ascript/EnvJavaScriptTestSuite.java</include>
or
<include>org/apache/commons/scxml/env/*/EnvJavaScriptTestSuite.java</include>
etc.

-- 
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-637) Plugin cannot handle "java" in a path name

Posted by "SebbASF (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

SebbASF closed SUREFIRE-637.
----------------------------

    Resolution: Fixed

Duplicate created in error

> Plugin cannot handle "java" in a path name
> ------------------------------------------
>
>                 Key: SUREFIRE-637
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-637
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.4.3
>            Reporter: SebbASF
>
> Commons SCXML has the following include:
> <include>org/apache/commons/scxml/env/javascript/EnvJavaScriptTestSuite.java</include>
> However, the suite was not being found and executed.
> A bit of experimentation shows that the problem is the string "java" in the pathname.
> A work-round is to use:
> <include>org/apache/commons/scxml/env/j*avascript/EnvJavaScriptTestSuite.java</include>
> or
> <include>org/apache/commons/scxml/env/jav*ascript/EnvJavaScriptTestSuite.java</include>
> or
> <include>org/apache/commons/scxml/env/*/EnvJavaScriptTestSuite.java</include>
> etc.

-- 
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-637) Plugin cannot handle "java" in a path name

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed SUREFIRE-637.
--------------------------------------

    Resolution: Duplicate

> Plugin cannot handle "java" in a path name
> ------------------------------------------
>
>                 Key: SUREFIRE-637
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-637
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.4.3
>            Reporter: SebbASF
>
> Commons SCXML has the following include:
> <include>org/apache/commons/scxml/env/javascript/EnvJavaScriptTestSuite.java</include>
> However, the suite was not being found and executed.
> A bit of experimentation shows that the problem is the string "java" in the pathname.
> A work-round is to use:
> <include>org/apache/commons/scxml/env/j*avascript/EnvJavaScriptTestSuite.java</include>
> or
> <include>org/apache/commons/scxml/env/jav*ascript/EnvJavaScriptTestSuite.java</include>
> or
> <include>org/apache/commons/scxml/env/*/EnvJavaScriptTestSuite.java</include>
> etc.

-- 
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] Reopened: (SUREFIRE-637) Plugin cannot handle "java" in a path name

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann reopened SUREFIRE-637:
----------------------------------------


> Plugin cannot handle "java" in a path name
> ------------------------------------------
>
>                 Key: SUREFIRE-637
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-637
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.4.3
>            Reporter: SebbASF
>
> Commons SCXML has the following include:
> <include>org/apache/commons/scxml/env/javascript/EnvJavaScriptTestSuite.java</include>
> However, the suite was not being found and executed.
> A bit of experimentation shows that the problem is the string "java" in the pathname.
> A work-round is to use:
> <include>org/apache/commons/scxml/env/j*avascript/EnvJavaScriptTestSuite.java</include>
> or
> <include>org/apache/commons/scxml/env/jav*ascript/EnvJavaScriptTestSuite.java</include>
> or
> <include>org/apache/commons/scxml/env/*/EnvJavaScriptTestSuite.java</include>
> etc.

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