Couldn't you use project inheritance to have A extend B so that whenever B changes, it would be reflected in A.
Steve On Fri, 2005-10-06 at 15:03 +0000, Iktorn wrote: > Hi, > I'v got following problem with jar libs. > my web application (let say A ) depend on other part of the project (B) which > have its own dependencies ( C,D.. etc) . But when I try to deploy 'A', > subproject libs from B are not deployed to Tomcat and the site doesn't work > properly. Is it possible to bundle 'C,D...' libs in B so that Tomcat could > use > them? (I dont want to add dependencies 'C,D..' to 'A' because when 'B' > changes > I would have to change also A's project.xml) > > Thanks in advance > Artur > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
