Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Project setup question. A question for the gurus.
Project setup question. A question for the gurus. [message #524123] Tue, 30 March 2010 20:23
sasha is currently offline sashaFriend
Messages: 58
Registered: July 2009
Member
I have the following setup that I am trying to move to WTP.

eclipse ModuleA:
webapp1- jsps + src + 3rd party taglibs
webapp2- jsps + src + thirdparty taglibs
webapp3-jsps + src + 3rd party taglibs

we currently use eclipse just almost like an editor and use build files to
generate

giant.ear-- which contains
giantearlib->allclasses.jar (this has ALL classes from webapp1, webapp2,
webapp3 + some 3rd party framework classes)
webapp1.war- only jsp files
webapp2.war- only jsp files
webapp3.war- only jsp files

There is a META_INF/MANIFESt.MF which has allclasses.jar in the classpath
and this lets all the webapps access it.

I want to be able to deploy this ear inside eclipse server without changing
its structure AND have the output of my webapp/source file modifications
make it into the classes jar with eclipse autocompile.

Is there any way to make a dynamic web project, output its compiled
classfiles to some other project in the directory ?
I hope I am being clear in what I want..
Previous Topic:xDoclet tags in source code?
Next Topic:the librares are null under the src in the web project
Goto Forum:
  


Current Time: Fri Apr 26 13:11:24 GMT 2024

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

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

Back to the top