Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » [wtp2] is it possible to define dependencies on war files?
[wtp2] is it possible to define dependencies on war files? [message #209597] Wed, 05 March 2008 08:13
Eclipse UserFriend
Originally posted by: bmf1972.fastmail.fm

Hi all,

I am using Eclipse SDK 3.3.2 with WTP 2.0.2 and I am trying to setup a
WAR dependency in my Dynamic Web Project.

Using Maven 2, WAR dependencies are overlayed on the generated WAR, so
if I have JavaScript or image files in the imported WAR, they find their
way into the generated WAR.

The maven-eclipse-plugin adds the following to the .components file:
<dependent-module archiveName="extjs2-2.0.2-SNAPSHOT.war"
deploy-path="/"
handle=" module:/classpath/var/M2_REPO/org/wirexn/sandbox/extjs2/extj s2/2.0.2-SNAPSHOT/extjs2-2.0.2-SNAPSHOT.war ">
<dependency-type>uses</dependency-type>
</dependent-module>
However, its files are not deployed on the internal server :(

Any suggestions?

TIA,
Adrian.
Previous Topic:Connecting to a Remote Server
Next Topic:Errors when a Jsp page includes a Jsp that includes an other jsp
Goto Forum:
  


Current Time: Thu Apr 25 11:53:16 GMT 2024

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

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

Back to the top