You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brian Fox (JIRA)" <ji...@codehaus.org> on 2007/01/09 19:11:21 UTC

[jira] Created: (MNG-2749) extensions stopped working in 2.0.5-SNAPSHOT

extensions stopped working in 2.0.5-SNAPSHOT
--------------------------------------------

                 Key: MNG-2749
                 URL: http://jira.codehaus.org/browse/MNG-2749
             Project: Maven 2
          Issue Type: Bug
          Components: Artifacts
    Affects Versions: 2.0.5
            Reporter: Brian Fox
            Priority: Blocker


We're testing our build with the latest 2.0.5-SNAPSHOT. We use the checkstyle config described here http://people.apache.org/%7Eoching/maven-checkstyle-plugin/examples/multi-module-config.html
and it works perfectly in 2.0.4. Switching to 2.0.5 causes this to not be available on the classpath anymore.

-- 
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: (MNG-2749) extensions stopped working in 2.0.5-SNAPSHOT

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2749?page=comments#action_84585 ] 
            
Brian Fox commented on MNG-2749:
--------------------------------

The extension was chosen because the dependency won't be found if the plugin repo is separate from the regular artifact repo.

> extensions stopped working in 2.0.5-SNAPSHOT
> --------------------------------------------
>
>                 Key: MNG-2749
>                 URL: http://jira.codehaus.org/browse/MNG-2749
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts
>    Affects Versions: 2.0.5
>            Reporter: Brian Fox
>         Assigned To: Brett Porter
>            Priority: Blocker
>             Fix For: 2.0.5
>
>         Attachments: checkstyle-demo.zip
>
>
> We're testing our build with the latest 2.0.5-SNAPSHOT. We use the checkstyle config described here http://people.apache.org/%7Eoching/maven-checkstyle-plugin/examples/multi-module-config.html
> and it works perfectly in 2.0.4. Switching to 2.0.5 causes this to not be available on the classpath anymore.

-- 
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] Updated: (MNG-2749) extensions stopped working in 2.0.5-SNAPSHOT

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2749?page=all ]

Brian Fox updated MNG-2749:
---------------------------

    Attachment: checkstyle-demo.zip

The attached builds successfully when run with maven 2.0.4
but fails when run with 2.0.5-SNAPSHOT

[ERROR] BUILD ERROR
[INFO] ---------------------------------------------------------------
[INFO] An error has occurred in Checkstyle report generation.

Embedded error: Unable to find configuration file location.
Unable to find location 'stc_checks.xml' as URL, File or Resource.

> extensions stopped working in 2.0.5-SNAPSHOT
> --------------------------------------------
>
>                 Key: MNG-2749
>                 URL: http://jira.codehaus.org/browse/MNG-2749
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts
>    Affects Versions: 2.0.5
>            Reporter: Brian Fox
>            Priority: Blocker
>         Attachments: checkstyle-demo.zip
>
>
> We're testing our build with the latest 2.0.5-SNAPSHOT. We use the checkstyle config described here http://people.apache.org/%7Eoching/maven-checkstyle-plugin/examples/multi-module-config.html
> and it works perfectly in 2.0.4. Switching to 2.0.5 causes this to not be available on the classpath anymore.

-- 
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] Updated: (MNG-2749) extensions stopped working in 2.0.5-SNAPSHOT

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

Brett Porter updated MNG-2749:
------------------------------

    Component/s:     (was: Artifacts)
                 Artifacts and Repositories

> extensions stopped working in 2.0.5-SNAPSHOT
> --------------------------------------------
>
>                 Key: MNG-2749
>                 URL: http://jira.codehaus.org/browse/MNG-2749
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.0.5
>            Reporter: Brian Fox
>            Assignee: Brett Porter
>            Priority: Blocker
>             Fix For: 2.0.5
>
>         Attachments: checkstyle-demo.zip
>
>
> We're testing our build with the latest 2.0.5-SNAPSHOT. We use the checkstyle config described here http://people.apache.org/%7Eoching/maven-checkstyle-plugin/examples/multi-module-config.html
> and it works perfectly in 2.0.4. Switching to 2.0.5 causes this to not be available on the classpath anymore.

-- 
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: (MNG-2749) extensions stopped working in 2.0.5-SNAPSHOT

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2749?page=comments#action_84584 ] 
            
Brett Porter commented on MNG-2749:
-----------------------------------

this works if you use a plugin dependency instead, however I will try and provide a workaround for the old behaviour

> extensions stopped working in 2.0.5-SNAPSHOT
> --------------------------------------------
>
>                 Key: MNG-2749
>                 URL: http://jira.codehaus.org/browse/MNG-2749
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts
>    Affects Versions: 2.0.5
>            Reporter: Brian Fox
>         Assigned To: Brett Porter
>            Priority: Blocker
>             Fix For: 2.0.5
>
>         Attachments: checkstyle-demo.zip
>
>
> We're testing our build with the latest 2.0.5-SNAPSHOT. We use the checkstyle config described here http://people.apache.org/%7Eoching/maven-checkstyle-plugin/examples/multi-module-config.html
> and it works perfectly in 2.0.4. Switching to 2.0.5 causes this to not be available on the classpath anymore.

-- 
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] Updated: (MNG-2749) extensions stopped working in 2.0.5-SNAPSHOT

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2749?page=all ]

Brett Porter updated MNG-2749:
------------------------------

    Fix Version/s: 2.0.5

> extensions stopped working in 2.0.5-SNAPSHOT
> --------------------------------------------
>
>                 Key: MNG-2749
>                 URL: http://jira.codehaus.org/browse/MNG-2749
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts
>    Affects Versions: 2.0.5
>            Reporter: Brian Fox
>         Assigned To: Brett Porter
>            Priority: Blocker
>             Fix For: 2.0.5
>
>         Attachments: checkstyle-demo.zip
>
>
> We're testing our build with the latest 2.0.5-SNAPSHOT. We use the checkstyle config described here http://people.apache.org/%7Eoching/maven-checkstyle-plugin/examples/multi-module-config.html
> and it works perfectly in 2.0.4. Switching to 2.0.5 causes this to not be available on the classpath anymore.

-- 
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: (MNG-2749) extensions stopped working in 2.0.5-SNAPSHOT

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2749?page=all ]

Brett Porter closed MNG-2749.
-----------------------------

    Resolution: Fixed

> extensions stopped working in 2.0.5-SNAPSHOT
> --------------------------------------------
>
>                 Key: MNG-2749
>                 URL: http://jira.codehaus.org/browse/MNG-2749
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts
>    Affects Versions: 2.0.5
>            Reporter: Brian Fox
>         Assigned To: Brett Porter
>            Priority: Blocker
>             Fix For: 2.0.5
>
>         Attachments: checkstyle-demo.zip
>
>
> We're testing our build with the latest 2.0.5-SNAPSHOT. We use the checkstyle config described here http://people.apache.org/%7Eoching/maven-checkstyle-plugin/examples/multi-module-config.html
> and it works perfectly in 2.0.4. Switching to 2.0.5 causes this to not be available on the classpath anymore.

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