Findbugs: Difference between revisions
From CBLFS
Jump to navigationJump to search
New page: {|style="text-align: left; background-color: AliceBlue;" |- !Download Source: |http://prdownloads.sourceforge.net/findbugs/findbugs-1.3.0.tar.gz?download |} ---- == Dependencies == * [[... |
Weibullguy (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
|http://prdownloads.sourceforge.net/findbugs/findbugs- | |http://prdownloads.sourceforge.net/findbugs/findbugs-{{Findbugs-Version}}.tar.gz | ||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|Findbugs is used to find bugs in Java programs.|http://findbugs.sourceforge.net}} | |||
== Dependencies == | == Dependencies == | ||
=== Required === | |||
* [[Apache Ant]] | * [[Apache Ant]] | ||
* [[OpenJDK]] or [[JDK]] | * [[OpenJDK]] or [[JDK]] | ||
== Non-Multilib == | == Non-Multilib == | ||
| Line 18: | Line 20: | ||
vim build.properties (need to change this to a sed command) | vim build.properties (need to change this to a sed command) | ||
local.software.home =/opt/findbugs | local.software.home =/opt/findbugs | ||
Build the package: | Build the package: | ||
ant build | ant build | ||
| Line 30: | Line 32: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | !Installed Programs: | ||
| | | | ||
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | !Installed Libraries: | ||
| | | | ||
|-valign="top" | |-valign="top" | ||
! Installed Directories: | !Installed Directories: | ||
| | | | ||
|} | |} | ||
| Line 44: | Line 46: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|-valign="top" | |-valign="top" | ||
! findbugs | !findbugs | ||
| | | | ||
|} | |} | ||
Revision as of 06:31, 10 November 2007
| 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:
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 |
|---|