Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse complains missing classes folder when publishing an app
Eclipse complains missing classes folder when publishing an app [message #795754] Fri, 10 February 2012 22:27 Go to next message
Peter Li is currently offline Peter LiFriend
Messages: 2
Registered: February 2012
Junior Member
Hi,
When I publish an app for Red5 server runtime, I got the following error:

Buildfile: C:\workspace\.metadata\.plugins\org.eclipse.jst.server.generic.core\sjsas.xml
-checkWebDeploy:
deploy.j2ee.web:

BUILD FAILED
C:\workspace\.metadata\.plugins\org.eclipse.jst.server.generic.core\sjsas.xml:42: C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\my_app\WEB-INF\classes does not exist.

Total time: 348 milliseconds

Does anyone know how to work around it?

I started my project by renaming an existing project.

Thanks,
Peter
Re: Eclipse complains missing classes folder when publishing an app [message #796639 is a reply to message #795754] Sun, 12 February 2012 09:25 Go to previous messageGo to next message
Nick Clevery is currently offline Nick CleveryFriend
Messages: 50
Registered: January 2012
Member
Check if the path is correct and existed.
Re: Eclipse complains missing classes folder when publishing an app [message #797484 is a reply to message #795754] Mon, 13 February 2012 14:48 Go to previous message
Eclipse UserFriend
Hi,

I don't think you can just rename a project and expect it to be a valid
webserver war project. There are certain required set of files and
directories and internal settings for a war project.

You're best bet is to create a new project as a File->New->Web->Dynamic
Web Project and then move your source from the older project to the new
projects JavaSource folder.

--
Thanks,
Rich Kulp
Previous Topic:Using Eclipse Refactoring API in a wide term
Next Topic:Help with setting up the debugger scripts JavaScript in Eclipse JSDT
Goto Forum:
  


Current Time: Fri Apr 19 20:02:01 GMT 2024

Powered by FUDForum. Page generated in 0.03063 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top