Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » programatically add jar to deployment assembly?
programatically add jar to deployment assembly? [message #557368] Tue, 07 September 2010 07:07 Go to next message
Eclipse UserFriend
Originally posted by: andre.dietisheim.gmail.com

Hi

I currently create a facet for GWT projects. I got stuck where I have to
add a jar to the deployment assembly programatically (gwt-servlet.jar in
/WebContent/WEB-INF/lib).
Unfortunately I cannot find any piece of documentation and the links to
the WTP Developer docs on eclipse.org are broken. I'd appreciate any
hint a lot! Thanks in advance!

Cheers
André
Re: programatically add jar to deployment assembly? [message #557371 is a reply to message #557368] Tue, 07 September 2010 07:42 Go to previous message
Kaloyan Raev is currently offline Kaloyan RaevFriend
Messages: 201
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
The deployment assembly page is a UI for the "flexible module structure" model of WTP projects.

There is a public API available: check IVirtualComponent and IVirtualReference interfaces. This should be in the org.eclipse.wst.common.modulecore plugin. There is JavaDoc available in the code.

http://www.eclipse.org/webtools/wst/api/org/eclipse/wst/comm on/componentcore/resources/IVirtualComponent.html
Previous Topic:Axis2 webservice for tomcat 6 using eclipse wtp
Next Topic:tomcat and WTP: How to get class files from dependent projectsinto WEB-INF/lib
Goto Forum:
  


Current Time: Thu Apr 25 03:55:47 GMT 2024

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

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

Back to the top