Difference between revisions of "Findbugs"

From CBLFS
Jump to navigationJump to search
(Non-Multilib)
Line 18: Line 18:
 
== Non-Multilib ==
 
== Non-Multilib ==
 
Change installation path:
 
Change installation path:
  vim build.properties (need to change this to a sed command)
+
  sed -i -e 's@=/fs/pugh/pugh@=/opt/findbugs@g' build.properties
local.software.home =/opt/findbugs  
 
  
 
Build the package:
 
Build the package:

Revision as of 11:39, 21 March 2008

Download Source: http://prdownloads.sourceforge.net/findbugs/findbugs-1.3.2.tar.gz



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:

sed -i -e 's@=/fs/pugh/pugh@=/opt/findbugs@g' build.properties

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