标签:facet fail efi module val clip attr tomcat eclips
问题:用eclipse导入一个myeclipse的web项目后,不能添加到tomcat中,在修改project facets的相关属性时报:Failed while installing Dynamic Web Module 2.5. Project facet jst.web.jstl has not been defined.
原因是myeclipse里用到了jstl,所以要去掉jstl.
1、修改项目.setting文件夹下的org.eclipse.wst.common.project.facet.core.xml文件,把
这两个标签去掉。
2、修改.classpath文件,去掉 <attribute name="owner.project.facets" value="jst.web.jstl"/>
Failed while installing Dynamic Web Module 2.5. Project facet jst.web.jstl has not been defined.
标签:facet fail efi module val clip attr tomcat eclips
原文地址:http://www.cnblogs.com/bmw320li/p/7359713.html