You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Fernando Ribeiro (JIRA)" <ji...@apache.org> on 2009/09/15 14:57:58 UTC

[jira] Created: (FELIX-1601) Can't run in m2eclipse 0.9.9

Can't run in m2eclipse 0.9.9
----------------------------

                 Key: FELIX-1601
                 URL: https://issues.apache.org/jira/browse/FELIX-1601
             Project: Felix
          Issue Type: Bug
    Affects Versions: maven-bundle-plugin-2.0.0
            Reporter: Fernando Ribeiro


When running 2.0.0 with m2eclipse 0.9.9, I get a java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FELIX-1601) Can't run in m2eclipse 0.9.9

Posted by "Fernando Ribeiro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fernando Ribeiro updated FELIX-1601:
------------------------------------

    Comment: was deleted

(was: Asked for confirmation in the M2Eclipse Developers list.)

> Can't run in m2eclipse 0.9.9
> ----------------------------
>
>                 Key: FELIX-1601
>                 URL: https://issues.apache.org/jira/browse/FELIX-1601
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: maven-bundle-plugin-2.0.0, maven-bundle-plugin-2.0.1
>            Reporter: Fernando Ribeiro
>
> When running on m2eclipse 0.9.9, I get java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-1601) Can't run in m2eclipse 0.9.9

Posted by "Erik Schepers (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779943#action_12779943 ] 

Erik Schepers commented on FELIX-1601:
--------------------------------------

I can confirm this bug.
During a "Check out maven project from SCM" (using SVN) I get the same error using maven 2.2.1, and also when using the maven embedder-3.0-SNAPSHOT.
I' m using RSA 7.5.4, which is based on eclipse 3.4.2 (basic eclipse 3.5 shows the same problem), on 32bit linux (RHEL 5.3).

The error does not occur when, in the maven-preferences - import, no goals beyond the compile-goal are provided .
I.e.: "clean compile"  works, but "clean compile package" does not.

It seems that during a maven-project-import the embedded maven is always used (i.e. 3.0-SNAPSHOT).

The error seems to indicate that the maven-bundle-plugin is not compatible with maven 3.0 (org.apache.maven.project.MavenProject interface change?)

The error is reproducable by running maven-package (from the menu) using mvn-3.0 (embedded).

> Can't run in m2eclipse 0.9.9
> ----------------------------
>
>                 Key: FELIX-1601
>                 URL: https://issues.apache.org/jira/browse/FELIX-1601
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: maven-bundle-plugin-2.0.0, maven-bundle-plugin-2.0.1
>            Reporter: Fernando Ribeiro
>
> When running on m2eclipse 0.9.9, I get java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FELIX-1601) Can't run in m2eclipse 0.9.9

Posted by "Fernando Ribeiro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fernando Ribeiro updated FELIX-1601:
------------------------------------

    Description: 
When running 2.0.0 with m2eclipse 0.9.9, I get java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.


  was:
When running 2.0.0 with m2eclipse 0.9.9, I get a java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.



> Can't run in m2eclipse 0.9.9
> ----------------------------
>
>                 Key: FELIX-1601
>                 URL: https://issues.apache.org/jira/browse/FELIX-1601
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: maven-bundle-plugin-2.0.0
>            Reporter: Fernando Ribeiro
>
> When running 2.0.0 with m2eclipse 0.9.9, I get java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-1601) Can't run in m2eclipse 0.9.9

Posted by "Fernando Ribeiro (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780656#action_12780656 ] 

Fernando Ribeiro commented on FELIX-1601:
-----------------------------------------

Asked for confirmation in the M2Eclipse Developers list.

> Can't run in m2eclipse 0.9.9
> ----------------------------
>
>                 Key: FELIX-1601
>                 URL: https://issues.apache.org/jira/browse/FELIX-1601
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: maven-bundle-plugin-2.0.0, maven-bundle-plugin-2.0.1
>            Reporter: Fernando Ribeiro
>
> When running on m2eclipse 0.9.9, I get java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-1601) Can't run in m2eclipse 0.9.9

Posted by "Stuart McCulloch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779953#action_12779953 ] 

Stuart McCulloch commented on FELIX-1601:
-----------------------------------------

This must be an issue with the version of Maven3 used in m2eclipse, because I can use the bundleplugin on the command line with Maven 3.0-alpha-3 or later.

> Can't run in m2eclipse 0.9.9
> ----------------------------
>
>                 Key: FELIX-1601
>                 URL: https://issues.apache.org/jira/browse/FELIX-1601
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: maven-bundle-plugin-2.0.0, maven-bundle-plugin-2.0.1
>            Reporter: Fernando Ribeiro
>
> When running on m2eclipse 0.9.9, I get java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FELIX-1601) Can't run in m2eclipse 0.9.9

Posted by "Fernando Ribeiro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fernando Ribeiro updated FELIX-1601:
------------------------------------

          Description: 
When running on m2eclipse 0.9.9, I get java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.


  was:
When running 2.0.0 with m2eclipse 0.9.9, I get java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.


    Affects Version/s: maven-bundle-plugin-2.0.1

> Can't run in m2eclipse 0.9.9
> ----------------------------
>
>                 Key: FELIX-1601
>                 URL: https://issues.apache.org/jira/browse/FELIX-1601
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: maven-bundle-plugin-2.0.0, maven-bundle-plugin-2.0.1
>            Reporter: Fernando Ribeiro
>
> When running on m2eclipse 0.9.9, I get java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-1601) Can't run in m2eclipse 0.9.9

Posted by "Fernando Ribeiro (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781088#action_12781088 ] 

Fernando Ribeiro commented on FELIX-1601:
-----------------------------------------

Fixed in 0.9.9_200911171109.

> Can't run in m2eclipse 0.9.9
> ----------------------------
>
>                 Key: FELIX-1601
>                 URL: https://issues.apache.org/jira/browse/FELIX-1601
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: maven-bundle-plugin-2.0.0, maven-bundle-plugin-2.0.1
>            Reporter: Fernando Ribeiro
>
> When running on m2eclipse 0.9.9, I get java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-1601) Can't run in m2eclipse 0.9.9

Posted by "Stuart McCulloch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart McCulloch closed FELIX-1601.
-----------------------------------

    Resolution: Invalid

Confirmed by the following message from the maven commits mailing list:

   http://www.mail-archive.com/commits@maven.apache.org/msg27688.html

which clearly shows the missing method being added back into MavenProject.

> Can't run in m2eclipse 0.9.9
> ----------------------------
>
>                 Key: FELIX-1601
>                 URL: https://issues.apache.org/jira/browse/FELIX-1601
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: maven-bundle-plugin-2.0.0, maven-bundle-plugin-2.0.1
>            Reporter: Fernando Ribeiro
>
> When running on m2eclipse 0.9.9, I get java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.getGoalConfiguration(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/plexus/util/xml/Xpp3Dom.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.