I will look into this.
I have a few things to finish up in my day job and will get to it this
weekend.
Regards,
Garvin LeClaire
[EMAIL PROTECTED]
Wendy Smoak wrote:
On Sun, Aug 17, 2008 at 10:02 PM, Garvin LeClaire
<[EMAIL PROTECTED]> wrote:
Let me know if you encounter any other issues.
(Would you rather have these reports in JIRA?)
With a simple project created from the quickstart archetype, the
findbugs gui will start, but it doesn't come up 'pre-configured'. I
have to add the binaries to scan and the sources, and then invoke a
scan.
With SVN URL https://svn.apache.org/repos/asf/continuum/trunk/continuum-core
I just see the findbugs splash screen, and in the console I get:
[INFO] [findbugs:gui]
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
edu.umd.cs.findbugs.LaunchAppropriateUI.main(LaunchAppropriateUI.java:48)
Caused by: java.lang.NoSuchMethodError:
org.jaxen.dom4j.DocumentNavigator.getInstance()Lorg/jaxen/dom4j/DocumentNavigator;
at org.jaxen.dom4j.XPath.getNavigator(XPath.java:19)
at org.jaxen.BaseXPath.getContextSupport(BaseXPath.java:614)
at org.jaxen.BaseXPath.setNamespaceContext(BaseXPath.java:418)
at org.dom4j.xpath.DefaultXPath.setNSContext(DefaultXPath.java:325)
at org.dom4j.xpath.DefaultXPath.valueOf(DefaultXPath.java:178)
at org.dom4j.tree.AbstractNode.valueOf(AbstractNode.java:193)
at edu.umd.cs.findbugs.PluginLoader.init(PluginLoader.java:164)
at edu.umd.cs.findbugs.PluginLoader.<init>(PluginLoader.java:96)
at
edu.umd.cs.findbugs.DetectorFactoryCollection$1.run(DetectorFactoryCollection.java:279)
at
edu.umd.cs.findbugs.DetectorFactoryCollection$1.run(DetectorFactoryCollection.java:278)
at java.security.AccessController.doPrivileged(Native Method)
at
edu.umd.cs.findbugs.DetectorFactoryCollection.loadPlugins(DetectorFactoryCollection.java:275)
at
edu.umd.cs.findbugs.DetectorFactoryCollection.ensureLoaded(DetectorFactoryCollection.java:219)
at
edu.umd.cs.findbugs.DetectorFactoryCollection.instance(DetectorFactoryCollection.java:102)
at edu.umd.cs.findbugs.gui2.Driver.main(Driver.java:139)
... 5 more
^C[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Java returned: 130
[INFO] ------------------------------------------------------------------------
[INFO] Trace
: Java returned: 130
at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at groovy.util.AntBuilder.nodeCompleted(AntBuilder.java:199)
at groovy.util.BuilderSupport.doInvokeMethod(BuilderSupport.java:153)
at groovy.util.AntBuilder.doInvokeMethod(AntBuilder.java:149)
at groovy.util.BuilderSupport.invokeMethod(BuilderSupport.java:64)
at
org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:784)
at
org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:758)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:170)
at
org.codehaus.mojo.findbugs.FindBugsGui.execute(FindBugsGui.groovy:150)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:461)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:672)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:555)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:525)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:373)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:334)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:185)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:302)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 minutes 19 seconds
[INFO] Finished at: Mon Aug 18 07:52:08 MST 2008
imbrium:continuum-core wsmoak$
$ mvn -version
Maven version: 2.0.10-RC8
Java version: 1.5.0_13
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.4" arch: "i386" family: "unix"