« Return to Thread: why so many missing class errors?

Re: why so many missing class errors?

by Jeff Jensen-2 :: Rate this Message:

| View in Thread

Which version of Maven do you use?

Do you have all of those artifacts (jars) as dependencies in the pom?

And David is right - this issue is more correct to start with on a Maven user
list, as it is probably a config issue or plugin problem.


Quoting David Hovemeyer <david.hovemeyer@...>:

> On 2/12/07, VedavalliRadhika.KaniyalarVijayakumar@... <
> VedavalliRadhika.KaniyalarVijayakumar@...> wrote:
> >
> >  I am coming across a similar kind of issue, when I use Maven-findbugs
> > plugin.
> >
> >
> >
> > Console Output:
> >
> > The following classes needed for analysis were missing:
> > javax.servlet.http.HttpServlet
> >
> > javax.servlet.GenericServlet
> >
> > …………
> >
> > …………
> >
> >
> >
> > Is this also a bug???
> >
>
> It is hard to say.  FindBugs is trying to find these classes, but it is
> complaining
> that they are not available.  Using FindBugs in command-line mode, you would
> specify the jar file these classes are in (j2ee.jar?) as part of the
> -auxClasspath option.  I'm not sure how this works with Maven, however.
>
> Is this the right forum for me to discuss the issue??
> >
> If the problem is a bug in FindBugs, then yes.  If it is a problem with the
> maven
> plugin, no.
>
> -Dave
>



_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

 « Return to Thread: why so many missing class errors?