[Fb-contrib-commit] SF.net SVN: fb-contrib:[1581] trunk/fb-contrib/htdocs/index.shtml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-07-17 15:41:02
|
Revision: 1581
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1581&view=rev
Author: dbrosius
Date: 2010-07-17 15:40:55 +0000 (Sat, 17 Jul 2010)
Log Message:
-----------
add more info about how to install the plugin
Modified Paths:
--------------
trunk/fb-contrib/htdocs/index.shtml
Modified: trunk/fb-contrib/htdocs/index.shtml
===================================================================
--- trunk/fb-contrib/htdocs/index.shtml 2010-07-16 04:29:12 UTC (rev 1580)
+++ trunk/fb-contrib/htdocs/index.shtml 2010-07-17 15:40:55 UTC (rev 1581)
@@ -40,10 +40,29 @@
<p>fb-contrib™ is an extra detector plugin to be used with the static bug
finder FindBugs™ (findbugs.sourceforge.net). Just download the fb-contrib.jar
- file, and place it in your FindBugs™' plugin directory. FindBugs™ will
+ file, and place it in the appropriate location based on how you wish to use it. (See below). FindBugs™ will
automatically pick up the jar file, and incorporate these detectors with its
own.
</p>
+ <div style="margin: 15px; padding: 10px 5px 10px 5px; font-size: 14px; color: #4444FF;">
+ <p>
+ fb-contrib can be used from the Findbugs™ Gui, Ant, or the eclipse plugin.<br/>
+ <ul>
+ <li style="margin-left: -10px; padding-bottom: 10px;">
+ To run fb-contrib from the gui, or ant, just place the fb-contrib jar in the plugins directory inside of the
+ Findbugs™ directory.
+ </li>
+ <li style="margin-left: -10px;">
+ To run fb-contrib from eclipse, you will need to find the plugin directory for Findbugs™ inside
+ of Eclipse's plugin directory. The directory will look something like
+ <div style="color: #FF2266; margin: 10px;">
+ eclipse\plugins\edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821\plugin
+ </div>
+ depending on what version of Findbugs™ you are using.
+ </li>
+ </ul>
+ </p>
+ </div>
<a href="http://www.sourceforge.net/projects/fb-contrib">Project Page</a>
<img src="vbar.gif" height="12"/>
<a href="javadoc/index.html">JavaDoc</a>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|