FindBugs requires 1.4.0 or later (see http://findbugs.sourceforge.net/).
> -----Original Message----- > From: Colin Chalmers [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 03, 2004 6:45 PM > To: Maven Users List > Subject: Re: [ANN] Maven FindBugs Plugin 0.8.2 released > > > JVM = 1.3.1_08 > > Didn't see any notes pertaining to a specific version of JVM that had to > be used. > > /c > > Charles Daniels wrote: > > >Colin Chalmers wrote: > > > > > >>>I tried adding it to the reports section of my project.xml but I got an > >>> > >>> > >error > > > >I assumed this meant that you got an error message ;-) > > > >Anyway, which version of the jvm are you using to run FindBugs > when you get > >java.lang.UnsupportedClassVersionError? > > > > > > > >>-----Original Message----- > >>From: Colin Chalmers [mailto:[EMAIL PROTECTED] > >>Sent: Tuesday, August 03, 2004 5:08 PM > >>To: Maven Users List > >>Subject: Re: [ANN] Maven FindBugs Plugin 0.8.2 released > >> > >> > >>Hey Chuck, > >> > >>Well initially I didn't get any message except that it wasn't > >>registered, otherwise I would have posted it ;-) > >> > >>Today that problem seems to be resolved, now I get the following error > >>message > >> > >> [echo] Running the FindBugs task... > >> [findbugs] Running FindBugs... > >> [findbugs] java.lang.UnsupportedClassVersionError: > >>edu/umd/cs/findbugs/FindB > >>ugs (Unsupported major.minor version 48.0) > >> [findbugs] at java.lang.ClassLoader.defineClass0(Native Method) > >> [findbugs] at > java.lang.ClassLoader.defineClass(ClassLoader.java:488) > >> [findbugs] at > >>java.security.SecureClassLoader.defineClass(SecureClassLoader > >>.java:106) > >> [findbugs] at > >>java.net.URLClassLoader.defineClass(URLClassLoader.java:243) > >> [findbugs] at > >>java.net.URLClassLoader.access$100(URLClassLoader.java:51) > >> [findbugs] at > java.net.URLClassLoader$1.run(URLClassLoader.java:190) > >> [findbugs] at java.security.AccessController.doPrivileged(Native > >>Method) > >> [findbugs] at > >>java.net.URLClassLoader.findClass(URLClassLoader.java:183) > >> [findbugs] at java.lang.ClassLoader.loadClass(ClassLoader.java:294) > >> [findbugs] at > >>sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:281) > >> > >> [findbugs] at java.lang.ClassLoader.loadClass(ClassLoader.java:250) > >> [findbugs] at > >>java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310) > >> > >>Colin > >> > >>Charles Daniels wrote: > >> > >> > >> > >>>How about posting the errors you are getting? > >>> > >>> > >>> > >>> > >>> > >>>>-----Original Message----- > >>>>From: Colin Chalmers [mailto:[EMAIL PROTECTED] > >>>>Sent: Monday, August 02, 2004 6:22 PM > >>>>To: Maven Users List > >>>>Subject: Re: [ANN] Maven FindBugs Plugin 0.8.2 released > >>>> > >>>> > >>>>Hi, > >>>> > >>>>I am interested in adding this to our reports but couldn't > quite get it > >>>>to work. > >>>> > >>>>I tried adding it to the reports section of my project.xml > but I got an > >>>>error. Then I tried to run it by hand and got the message > that it wasn't > >>>>registered :-( > >>>> > >>>>Any ideas what's going wrong? > >>>> > >>>>Colin > >>>> > >>>> > >>>>Jerome Lacoste wrote: > >>>> > >>>> > >>>> > >>>> > >>>> > >>>>>On Sat, 2004-07-31 at 13:48 +0200, Eric Pugh wrote: > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>>I have updated the docs at > >>>>>>http://maven-plugins.sourceforge.net/maven-findbugs-plugin/ind > >>>>>> > >>>>>> > >ex.html to > > > > > >>>>>include the findbugs report that is used while testing the > >>>>> > >>>>> > >>>>> > >>>>> > >>>plugin itself. > >>> > >>> > >>> > >>> > >>>>>This will give you a feeling for what the report looks like... > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>Just a note for anyone who will be searching the report in the Project > >>>>Reports section. > >>>> > >>>>It's not there but located in the Overview / sample report. > >>>> > >>>>Jerome > >>>> > >>>> > >>>>--------------------------------------------------------------------- > >>>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>>For additional commands, e-mail: [EMAIL PROTECTED] > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>> > >>> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > >> > >> > >> > >> > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
