|
|
|
Re: eclipse cannot recognize ${spring.version} in pom.xml properties, which lead to dependies fail [message #1792984 is a reply to message #1792879] |
Fri, 27 July 2018 03:43  |
Jerry zhou Messages: 4 Registered: July 2018 |
Junior Member |
|
|
Jerry zhou wrote on Wed, 25 July 2018 10:41Jerry zhou wrote on Wed, 25 July 2018 10:34Do I have to edit the project's .classpath file manually?
It can't works, my modifies are replaced automatically, because the .classpath file, will be updated by eclipse,
OK, this problem has been resloved~
after I delete the project from eclipse, and delete all eclipse related project file: .classpath ...;
import the project again, the .classpath file was changed, these content dispear:
<classpathentry kind="var" path="TOMCAT_HOME/lib/servlet-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/jasper.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/jsp-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/el-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/annotations-api.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/springframework/spring-webmvc/${spring.version}/spring-webmvc-${spring.version}.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/springframework/spring-tx/${spring.version}/spring-tx-${spring.version}.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/aspectj/aspectjweaver/${aspectjweaver.version}/aspectjweaver-${aspectjweaver.version}.jar"/>
......
[Updated on: Fri, 27 July 2018 03:46] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03364 seconds