Web项目转换为groovy项目的步骤
环境:eclipse juno 3.8(安装有Groovy组件)
转换步骤如下:
a、转到Navigator视图;
b、创建空的groovy项目,并与web项目对比;
c、web的.setting下少文件org.eclipse.jdt.groovy.core.prefs;
d、.project中缺少配置<nature>org.eclipse.jdt.core.javanature</nature>;
e、.classpath中少配置<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>;
f、增加以上配置,并在IDE的提示下引入Groovy Libraries即可。