Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » multi projects dependencies: WebApp and an Applet
multi projects dependencies: WebApp and an Applet [message #195081] Wed, 27 June 2007 09:39
Eclipse UserFriend
Originally posted by: cyrille37.news.eclipse.org

Hello,

I have 2 projects: one for the WebApplication and the other one for a Java
Apllet which is used in the WebApplication.

While the WebApplication is running with Tomcat5.5 (launched from Eclipse in the
Server view) I need to make change to the applet and see the new version in the
WebApplication.

At the moment the solution I've found is :

- add a build.xml in the Applet project with a copy task which is copying the
applet's jar in the webapplication's WebContent.

After a change in the Applet source code, Eclipse call the buil.xml which is
making the applet's jar and copy it in the webapplication's WebContent folder.
But I've to manually call a 'refresh' on the the webapplication project.

Is there another method to make all thats stages running automatically ??
Is there some project dependencies that could be use to resolve this case ?

Thanks
cyrille
Previous Topic:100% CPU usage in RC3
Next Topic:mime:multipartRelated not properly serialized?
Goto Forum:
  


Current Time: Thu Apr 25 04:20:31 GMT 2024

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

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

Back to the top