Findbugs: Difference between revisions

From CBLFS
Jump to navigationJump to search
Webstar (talk | contribs)
No edit summary
Webstar (talk | contribs)
Undo revision 13706 by Webstar (Talk)
 
Line 19: Line 19:
== Non-Multilib ==
== Non-Multilib ==
Change installation path:
Change installation path:
  sed -i -e 's@=/fs/pugh/pugh@=/opt/findbugs@g' build.properties
  vim build.properties (need to change this to a sed command)
local.software.home =/opt/findbugs  


Build the package:
Build the package:

Latest revision as of 11:00, 21 March 2008

Download Source: http://prdownloads.sourceforge.net/findbugs/findbugs-1.3.2-source.zip



Introduction to Findbugs

Findbugs is used to find bugs in Java programs.

Project Homepage: http://findbugs.sourceforge.net

Dependencies

Required

Non-Multilib

Change installation path:

vim build.properties (need to change this to a sed command)
local.software.home =/opt/findbugs 

Build the package:

ant build
cp -a . /opt/findbugs
chown root:root /opt/findbugs

Multilib

Contents

Installed Programs:
Installed Libraries:
Installed Directories:

Short Descriptions

findbugs