[ 
http://jira.codehaus.org/browse/MECLIPSE-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=128496#action_128496
 ] 

stevy edited comment on MECLIPSE-266 at 3/25/08 3:36 AM:
---------------------------------------------------------------

Although there is a patch, this issue is still marked "open". Why is that? Is 
it resolved in versions 2.4 and 2.5?

Edit:
Looking through version 2.5 of 
org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpFacetsWriter I see that 
the Java facet is again assigned to all types of WTP projects (war, ejb and 
also ear).
Would you please take care NOT to assign the Java facet to EAR projects.

Stefan

      was (Author: stevy):
    Although there is a patch, this issue is still marked "open". Why is that? 
Is it resolved in versions 2.4 and 2.5?
  
> plugin applies java facet to ear project
> ----------------------------------------
>
>                 Key: MECLIPSE-266
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-266
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: WTP support
>    Affects Versions: 2.3
>         Environment: Windows XP
>            Reporter: Srepfler Srgjan
>         Attachments: MECLIPSE-266-maven-eclipse-plugin.patch, 
> MECLIPSE-266.patch
>
>
> In .settings/org.eclipse.wst.common.project.facet.core.xml of the EAR module 
> I'm getting this:
> <faceted-project>
>   <fixed facet="jst.java"/>
>   <fixed facet="jst.ear"/>
>   <installed facet="jst.ear" version="1.3"/>
>   <installed facet="jst.java" version="1.4"/>
> </faceted-project>
> This is a wrong facet on a EAR module and I can't compile if I don't edit 
> this file manually (I can't do it from the project properties - facets dialog)

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

        

Reply via email to