Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Dependant Project not being copied on deployment of Web Project
Dependant Project not being copied on deployment of Web Project [message #119758] Tue, 12 July 2005 04:40 Go to next message
Eclipse UserFriend
Originally posted by: imoolla.computicket.com

Hi there,

I am running eclipse 3,.1 and wtp 0.7 M5. my server is tomcat 5.5.9
though i think the server has nothing to do with my problem.

I have a web project X and it depends on a java project y. when I do a
clean build of my project, it does not generate the jar for the project it
depends on. The result is that my web project cannot function because the
classes of the project it depends on are not there. What do i do to make
sure the build generates the jar of the project mine depends on.

thanks
Re: Dependant Project not being copied on deployment of Web Project [message #119778 is a reply to message #119758] Tue, 12 July 2005 04:42 Go to previous message
Eclipse UserFriend
Sheva wrote:
> Hi there,
>
> I am running eclipse 3,.1 and wtp 0.7 M5. my server is tomcat 5.5.9
> though i think the server has nothing to do with my problem.
>
> I have a web project X and it depends on a java project y. when I do a
> clean build of my project, it does not generate the jar for the project
> it depends on. The result is that my web project cannot function
> because the classes of the project it depends on are not there. What do
> i do to make sure the build generates the jar of the project mine
> depends on.
>
> thanks
>
It's old problem, one of many :). The solution we are using is create
another java source folder. The new folder should be linked to real
source folder where source of dependend project is. To run such app from
wtp you should also change output from bin to .deployable\<your
project>\WEB-INF\classes
Previous Topic:open xml file in xml editor
Next Topic:Ctrl-Shift-R shows files in .deployables
Goto Forum:
  


Current Time: Sat Apr 26 21:04:03 EDT 2025

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

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

Back to the top