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
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"
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
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
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
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
--
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
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