Re: Maven findbugs Settings

2006-07-09 Thread Janhavi Phirke

To get the plugin into ur local repository, first you have to run the
command mvn install and then mvn findbugs:findbugs...did u do this? if
not, try this...


On 7/7/06, tulasi [EMAIL PROTECTED] wrote:



Dear friend ...

its failing...

[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for
maven-plugins/maven-findbugs-plugin/1.0-SNAPSHOT/maven-
findbugs-plugin-1.0-SNAPSHOT.pom
- IGNORING
Downloading:

http://snapshots.maven.codehaus.org/maven2/maven-plugins/maven-findbugs-plugin/1.0-SNAPSHOT/maven-findbugs-plugin-1.0-SNAPSHOT.jar
5K downloaded
Downloading:

http://snapshots.maven.codehaus.org/maven2/maven-plugins/maven-findbugs-plugin/1.0-SNAPSHOT/maven-findbugs-plugin-1.0-SNAPSHOT.jar
5K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'ad4ee38165e2235a24330a063a0d7961'; remote = '?N??e?#Z$3
ya' - IGNORING
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] null
[INFO]

[INFO] Trace
java.lang.NullPointerException
   at
org.apache.maven.plugin.DefaultPluginManager.addPlugin(
DefaultPluginManager.java:292)
   at
org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(
DefaultPluginManager.java:198)
   at
org.apache.maven.plugin.DefaultPluginManager.verifyReportPlugin(
DefaultPluginManager.java:487)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyReportPlugin(
DefaultLifecycleExecutor.java:1292)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(
DefaultLifecycleExecutor.java:657)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(
DefaultLifecycleExecutor.java:637)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:512)
   at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
(DefaultLifecycleExecutor.java:475)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(
DefaultLifecycleExecutor.java:454)
   at

org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecycleExecutor.java:306)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.java:273)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
DefaultLifecycleExecutor.java:140)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
   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: 39 seconds
[INFO] Finished at: Fri Jul 07 19:08:31 GMT+05:30 2006
[INFO] Final Memory: 11M/20M
[INFO]


--
View this message in context:
http://www.nabble.com/Maven-findbugs-Settings-tf1906038.html#a5217462
Sent from the Maven - Users forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Maven findbugs Settings

2006-07-07 Thread Jeff Jensen
In the reports section, add an entry like other reports:

/reports
  ...
  reportmaven-findbugs-plugin/report
  ...
/reports

(I will add this to the docs - thanks).


-Original Message-
From: tulasi [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 07, 2006 7:07 AM
To: users@maven.apache.org
Subject: Maven findbugs Settings


Hi,

Any know how to configure maven-findbugs-plugin (sourceforge pulgin) for
site generation.

Thanks  Regards,
Tulasi


--
View this message in context:
http://www.nabble.com/Maven-findbugs-Settings-tf1906038.html#a5216122
Sent from the Maven - Users forum at Nabble.com.


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



RE: Maven findbugs Settings

2006-07-07 Thread tulasi

Dear friends,

its not working.. i have tried like this
reporting
plugin
groupIdmaven-findbugs/groupId
artifactIdmaven-findbugs-plugin/artifactId
/plugin
/reporting

-- 
View this message in context: 
http://www.nabble.com/Maven-findbugs-Settings-tf1906038.html#a5216460
Sent from the Maven - Users forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Maven findbugs Settings

2006-07-07 Thread Jeff Jensen
The SourceForge plugins are for Maven 1.x, not 2.x.


-Original Message-
From: tulasi [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 07, 2006 7:32 AM
To: users@maven.apache.org
Subject: RE: Maven findbugs Settings


Dear friends,

its not working.. i have tried like this reporting
plugin
groupIdmaven-findbugs/groupId
artifactIdmaven-findbugs-plugin/artifactId
/plugin
/reporting

--
View this message in context:
http://www.nabble.com/Maven-findbugs-Settings-tf1906038.html#a5216460
Sent from the Maven - Users forum at Nabble.com.


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



RE: Maven findbugs Settings

2006-07-07 Thread tulasi

for Maven 2.0 .

Any FindBugs plugin  and also plz give me configuration

Thanks in advance
tulsi
-- 
View this message in context: 
http://www.nabble.com/Maven-findbugs-Settings-tf1906038.html#a5216921
Sent from the Maven - Users forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven findbugs Settings

2006-07-07 Thread Janhavi Phirke

please add following in your pom.xml:

dependencies
   dependency
  groupIdjaxen/groupId
  artifactIdjaxen/artifactId
  version1.1-beta-8/version
  scopecompile/scope
   /dependency
 /dependencies

 pluginRepositories
 pluginRepository
  idMaven Snapshots/id
  urlhttp://snapshots.maven.codehaus.org/maven2/url
 /pluginRepository
 /pluginRepositories

 reporting
 plugins
 plugin
 groupIdmaven-plugins/groupId
 artifactIdmaven-findbugs-plugin/artifactId
 version1.0-SNAPSHOT/version
 /plugin
 /plugins
 /reporting


Point the repository to the http://snapshots.maven.codehaus.org/maven2 and
dependency for jaxen is added since I was getting an error for dom4j for
jaxen. For the same, I have commented/removed the optional tag for the
jaxen in pom file of dom4j (i.e. dom4j-1.6.1.pom) from my local repository.

Try this




On 7/7/06, Jeff Jensen [EMAIL PROTECTED] wrote:


The SourceForge plugins are for Maven 1.x, not 2.x.


-Original Message-
From: tulasi [mailto:[EMAIL PROTECTED]
Sent: Friday, July 07, 2006 7:32 AM
To: users@maven.apache.org
Subject: RE: Maven findbugs Settings


Dear friends,

its not working.. i have tried like this reporting
   plugin
   groupIdmaven-findbugs/groupId
   artifactIdmaven-findbugs-plugin/artifactId
   /plugin
/reporting

--
View this message in context:
http://www.nabble.com/Maven-findbugs-Settings-tf1906038.html#a5216460
Sent from the Maven - Users forum at Nabble.com.


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




Re: Maven findbugs Settings

2006-07-07 Thread tulasi

Dear friend ...

its failing...

[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for
maven-plugins/maven-findbugs-plugin/1.0-SNAPSHOT/maven-findbugs-plugin-1.0-SNAPSHOT.pom
- IGNORING
Downloading:
http://snapshots.maven.codehaus.org/maven2/maven-plugins/maven-findbugs-plugin/1.0-SNAPSHOT/maven-findbugs-plugin-1.0-SNAPSHOT.jar
5K downloaded
Downloading:
http://snapshots.maven.codehaus.org/maven2/maven-plugins/maven-findbugs-plugin/1.0-SNAPSHOT/maven-findbugs-plugin-1.0-SNAPSHOT.jar
5K downloaded
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'ad4ee38165e2235a24330a063a0d7961'; remote = '?N??e?#Z$3
ya' - IGNORING
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] null
[INFO]

[INFO] Trace
java.lang.NullPointerException
at
org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginManager.java:292)
at
org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:198)
at
org.apache.maven.plugin.DefaultPluginManager.verifyReportPlugin(DefaultPluginManager.java:487)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyReportPlugin(DefaultLifecycleExecutor.java:1292)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(DefaultLifecycleExecutor.java:657)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getReports(DefaultLifecycleExecutor.java:637)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:512)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
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: 39 seconds
[INFO] Finished at: Fri Jul 07 19:08:31 GMT+05:30 2006
[INFO] Final Memory: 11M/20M
[INFO]


-- 
View this message in context: 
http://www.nabble.com/Maven-findbugs-Settings-tf1906038.html#a5217462
Sent from the Maven - Users forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]