Findbugs: Difference between revisions

From CBLFS
Jump to navigationJump to search
Webstar (talk | contribs)
Webstar (talk | contribs)
Undo revision 13706 by Webstar (Talk)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
|http://prdownloads.sourceforge.net/findbugs/findbugs-{{Findbugs-Version}}.tar.gz
|http://prdownloads.sourceforge.net/findbugs/findbugs-{{Findbugs-Version}}-source.zip
|}
|}


Line 15: Line 15:
* [[Apache Ant]]
* [[Apache Ant]]
* [[OpenJDK]] or [[JDK]]
* [[OpenJDK]] or [[JDK]]
* [[Unzip]]


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