Hello I was doing some Java Stack Trace Console operations in Eclipse Helios
now I am getting this error:
Buildfile: C:\eclipse\plugins\org.eclipse.jst.server.generic.jboss_1.6.1.v200904151730\buildfiles\jboss323.xml
deploy.j2ee.web:
[jar] Building jar: C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\MMP.war
[move] Moving 1 file to C:\Apps\JBoss\jboss-5.1.0.GA\server\default\deploy
BUILD FAILED
C:\eclipse\plugins\org.eclipse.jst.server.generic.jboss_1.6.1.v200904151730\buildfiles\jboss323.xml:12: Unable to remove existing file C:\Apps\JBoss\jboss-5.1.0.GA\server\default\deploy\MMP.war
Total time: 28 seconds
I do not know what is going on.
I noticed that there were four or so servlets that took a servlet-api.jar file from an adjacent project's Tomcat Jakarta before this but nothing else.
On the problems tab it says this:
Description Resource Path Location Type
Classpath entry C:/jakarta-tomcat/lib/servlet.jar will not be exported or published. Runtime ClassNotFoundExceptions may result. MMP P/MMP Classpath Dependency Validator Message
Description Resource Path Location Type
Classpath entry C:/jakarta-tomcat/common/lib/servlet-api.jar will not be exported or published. Runtime ClassNotFoundExceptions may result. MMP P/MMP Classpath Dependency Validator Message