Findbugs: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) No edit summary |
|||
| Line 18: | Line 18: | ||
== Non-Multilib == | == Non-Multilib == | ||
Change installation path: | Change installation path: | ||
sed -i -e 's@=/fs/pugh/pugh@=/opt/findbugs@g' build.properties | |||
Build the package: | Build the package: | ||
Revision as of 10: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
- Apache Ant
- OpenJDK or JDK
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 |
|---|