Difference between revisions of "Findbugs"
From CBLFS
Jump to navigationJump to searchLine 19: | Line 19: | ||
== Non-Multilib == | == Non-Multilib == | ||
Change installation path: | Change installation path: | ||
− | sed | + | 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 |
---|
Contents
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 |
---|