I tried to deploy the sample projects… looks like everything is fine… but not. I got a warning after the deployment, showed in ‘problems’ view:
“Deployment failure on MyEclipse Tomcat . Could not copy all resources to C:\Java\workspace-myeclipse-6.5\.metadata\.plugins\com.genuitec.eclipse.easie.tomcat.myeclipse\tomcat\webapps\frontend. If a file is locked, you can wait until the lock times out to redeploy, or stop the server and redeploy, or manually remove the deployment at C:\Java\workspace-myeclipse-6.5\.metadata\.plugins\com.genuitec.eclipse.easie.tomcat.myeclipse\tomcat\webapps\frontend”
If you put a dependency in the library project pom.xml like:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.5.4</version>
</dependency>
And try to deploy frontend again, the spring.jar doesn’t not appear in the web-inf/lib after deployment, but in eclipse, it’s ok.
Thanks for reply!