bundle problem

2005-06-10 Thread Iktorn
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

Re: bundle problem

2005-06-10 Thread Steve Molloy
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 +, 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) whic

Re: bundle problem

2005-06-11 Thread Iktorn
Thanks, That is some solution , but is there a way to easily include jar libs in just created/deployed jar ? Artur Couldn't you use project inheritance to have A extend B so that whenever B changes, it would be reflected in A. Steve --

Re: bundle problem

2005-06-13 Thread Iktorn
Steve Molloy convera.com> writes: > > Couldn't you use project inheritance to have A extend B so that whenever > B changes, it would be reflected in A. > Hi , The next problem is that , in my project , I need to inherit from many libs. Is there another inheritance solution beside ? Artur

Re: bundle problem

2005-06-13 Thread Haryon
There is only one inheritence option, that is extend. If you use it for maintain version value equals across all maven projects of a same "business" project, but want different dependencies for each... you are toast :) you have to pick one or the other, can't have both. What you can't inherit, yo

[m2] resource bundle problem in pmd plugin

2005-10-25 Thread Wim Deblauwe
Hi, The pmd plugin seems to have the same resource bundle problem: java.util.MissingResourceException: Can't find bundle for base name pmd-report, locale nl_NL at java.util.ResourceBundle.throwMissingResourceException( ResourceBundle.java:837) at java.util.ResourceBundle.getBundl

Re: [m2] resource bundle problem in pmd plugin

2005-10-25 Thread Jason van Zyl
On Tue, 2005-10-25 at 13:41 +0200, Wim Deblauwe wrote: > Hi, > > The pmd plugin seems to have the same resource bundle problem: > > java.util.MissingResourceException: Can't find bundle for base name > pmd-report, locale nl_NL There is a "pmd-report.properties"

Re: [m2] resource bundle problem in pmd plugin

2005-10-25 Thread Wim Deblauwe
plugin seems to have the same resource bundle problem: > > > > java.util.MissingResourceException: Can't find bundle for base name > > pmd-report, locale nl_NL > > There is a "pmd-report.properties" in the PMD plugin in SVN. Can you > take a lo