multi projects dependencies: WebApp and an Applet [message #195081] |
Wed, 27 June 2007 09:39 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03727 seconds