You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Kuno Baeriswyl (JIRA)" <ji...@codehaus.org> on 2008/03/26 14:30:58 UTC

[jira] Created: (MECLIPSE-412) Generation of jst.java Facet for EAR packaging kills my RAD workspace

Generation of jst.java Facet for EAR packaging kills my RAD workspace
---------------------------------------------------------------------

                 Key: MECLIPSE-412
                 URL: http://jira.codehaus.org/browse/MECLIPSE-412
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Bug
          Components: RAD support, WTP support
    Affects Versions: 2.5
         Environment: Windows, RAD  7.0.0.5
            Reporter: Kuno Baeriswyl
         Attachments: EclipseWtpFacetsWriter-RAD-patch.txt

The eclipse:eclipse or eclipse:rad goals generate jst.java Facets like :

<faceted-project>
  <fixed facet="jst.java"/>
  <runtime name="WebSphere Application Server v6.1"/>
  <installed facet="com.ibm.websphere.extended.ear" version="6.1"/>
  <installed facet="com.ibm.websphere.coexistence.ear" version="6.1"/>
  <fixed facet="jst.ear"/>
  <installed facet="jst.ear" version="1.4"/>
  <installed facet="jst.java" version="5.0"/>
</faceted-project>

This facets aren't necessary for EAR artifacts in RAD, brings it in a strange state and kills my workspace. The side effects are particularly annoying in the debug mode, where on every step an error message pop-ups. The maven-eclipse-plugin must avoid this facets and generate them like following:

<faceted-project>
  <runtime name="WebSphere Application Server v6.1"/>
  <installed facet="com.ibm.websphere.extended.ear" version="6.1"/>
  <installed facet="com.ibm.websphere.coexistence.ear" version="6.1"/>
  <fixed facet="jst.ear"/>
  <installed facet="jst.ear" version="1.4"/>
</faceted-project>

I think you have done a great work with the recent 2.5 release. Just need to have fixed this. Thanks for everything. 

-- 
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: (MECLIPSE-412) Generation of jst.java Facet for EAR packaging kills my RAD workspace

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

Arnaud Heritier updated MECLIPSE-412:
-------------------------------------

    Fix Version/s: 2.5.1

> Generation of jst.java Facet for EAR packaging kills my RAD workspace
> ---------------------------------------------------------------------
>
>                 Key: MECLIPSE-412
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-412
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: RAD support, WTP support
>    Affects Versions: 2.5
>         Environment: Windows, RAD  7.0.0.5
>            Reporter: Kuno Baeriswyl
>             Fix For: 2.5.1
>
>         Attachments: EclipseWtpFacetsWriter-RAD-patch.txt
>
>
> The eclipse:eclipse or eclipse:rad goals generate jst.java Facets like :
> <faceted-project>
>   <fixed facet="jst.java"/>
>   <runtime name="WebSphere Application Server v6.1"/>
>   <installed facet="com.ibm.websphere.extended.ear" version="6.1"/>
>   <installed facet="com.ibm.websphere.coexistence.ear" version="6.1"/>
>   <fixed facet="jst.ear"/>
>   <installed facet="jst.ear" version="1.4"/>
>   <installed facet="jst.java" version="5.0"/>
> </faceted-project>
> This facets aren't necessary for EAR artifacts in RAD, brings it in a strange state and kills my workspace. The side effects are particularly annoying in the debug mode, where on every step an error message pop-ups. The maven-eclipse-plugin must avoid this facets and generate them like following:
> <faceted-project>
>   <runtime name="WebSphere Application Server v6.1"/>
>   <installed facet="com.ibm.websphere.extended.ear" version="6.1"/>
>   <installed facet="com.ibm.websphere.coexistence.ear" version="6.1"/>
>   <fixed facet="jst.ear"/>
>   <installed facet="jst.ear" version="1.4"/>
> </faceted-project>
> I think you have done a great work with the recent 2.5 release. Just need to have fixed this. Thanks for everything. 

-- 
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: (MECLIPSE-412) Generation of jst.java Facet for EAR packaging kills my RAD workspace

Posted by "Kuno Baeriswyl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MECLIPSE-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=129214#action_129214 ] 

Kuno Baeriswyl commented on MECLIPSE-412:
-----------------------------------------

I've reviewed the source code, installed and tested the 2.5.1 tagged version. Looks fine to me.

Thanks.

> Generation of jst.java Facet for EAR packaging kills my RAD workspace
> ---------------------------------------------------------------------
>
>                 Key: MECLIPSE-412
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-412
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: RAD support, WTP support
>    Affects Versions: 2.5
>         Environment: Windows, RAD  7.0.0.5
>            Reporter: Kuno Baeriswyl
>            Assignee: Arnaud Heritier
>             Fix For: 2.5.1
>
>         Attachments: EclipseWtpFacetsWriter-RAD-patch.txt
>
>
> The eclipse:eclipse or eclipse:rad goals generate jst.java Facets like :
> <faceted-project>
>   <fixed facet="jst.java"/>
>   <runtime name="WebSphere Application Server v6.1"/>
>   <installed facet="com.ibm.websphere.extended.ear" version="6.1"/>
>   <installed facet="com.ibm.websphere.coexistence.ear" version="6.1"/>
>   <fixed facet="jst.ear"/>
>   <installed facet="jst.ear" version="1.4"/>
>   <installed facet="jst.java" version="5.0"/>
> </faceted-project>
> This facets aren't necessary for EAR artifacts in RAD, brings it in a strange state and kills my workspace. The side effects are particularly annoying in the debug mode, where on every step an error message pop-ups. The maven-eclipse-plugin must avoid this facets and generate them like following:
> <faceted-project>
>   <runtime name="WebSphere Application Server v6.1"/>
>   <installed facet="com.ibm.websphere.extended.ear" version="6.1"/>
>   <installed facet="com.ibm.websphere.coexistence.ear" version="6.1"/>
>   <fixed facet="jst.ear"/>
>   <installed facet="jst.ear" version="1.4"/>
> </faceted-project>
> I think you have done a great work with the recent 2.5 release. Just need to have fixed this. Thanks for everything. 

-- 
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: (MECLIPSE-412) Generation of jst.java Facet for EAR packaging kills my RAD workspace

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

Arnaud Heritier closed MECLIPSE-412.
------------------------------------

    Resolution: Duplicate

Fixed in maven-eclipse-plugin 2.5.1-20080327.221549-3

> Generation of jst.java Facet for EAR packaging kills my RAD workspace
> ---------------------------------------------------------------------
>
>                 Key: MECLIPSE-412
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-412
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: RAD support, WTP support
>    Affects Versions: 2.5
>         Environment: Windows, RAD  7.0.0.5
>            Reporter: Kuno Baeriswyl
>            Assignee: Arnaud Heritier
>             Fix For: 2.5.1
>
>         Attachments: EclipseWtpFacetsWriter-RAD-patch.txt
>
>
> The eclipse:eclipse or eclipse:rad goals generate jst.java Facets like :
> <faceted-project>
>   <fixed facet="jst.java"/>
>   <runtime name="WebSphere Application Server v6.1"/>
>   <installed facet="com.ibm.websphere.extended.ear" version="6.1"/>
>   <installed facet="com.ibm.websphere.coexistence.ear" version="6.1"/>
>   <fixed facet="jst.ear"/>
>   <installed facet="jst.ear" version="1.4"/>
>   <installed facet="jst.java" version="5.0"/>
> </faceted-project>
> This facets aren't necessary for EAR artifacts in RAD, brings it in a strange state and kills my workspace. The side effects are particularly annoying in the debug mode, where on every step an error message pop-ups. The maven-eclipse-plugin must avoid this facets and generate them like following:
> <faceted-project>
>   <runtime name="WebSphere Application Server v6.1"/>
>   <installed facet="com.ibm.websphere.extended.ear" version="6.1"/>
>   <installed facet="com.ibm.websphere.coexistence.ear" version="6.1"/>
>   <fixed facet="jst.ear"/>
>   <installed facet="jst.ear" version="1.4"/>
> </faceted-project>
> I think you have done a great work with the recent 2.5 release. Just need to have fixed this. Thanks for everything. 

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