Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1185)

Side by Side Diff: doc/manual/installing.html

Issue 139673002: Updating Findbugs from 2.0.1 to 2.0.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/findbugs.git@master
Patch Set: bulach's nits Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « doc/manual/index.html ('k') | doc/manual/introduction.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html><head> 1 <html><head>
2 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 2 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
3 <title>Chapter&nbsp;2.&nbsp;Installing FindBugs&#8482;</title><meta name="gen erator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.h tml" title="FindBugs&#8482; Manual"><link rel="up" href="index.html" title="Find Bugs&#8482; Manual"><link rel="prev" href="introduction.html" title="Chapter&nbs p;1.&nbsp;Introduction"><link rel="next" href="building.html" title="Chapter&nbs p;3.&nbsp;Building FindBugs&#8482; from Source"></head><body bgcolor="white" tex t="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"> <table width="100%" summary="Navigation header"><tr><th colspan="3" align="cente r">Chapter&nbsp;2.&nbsp;Installing <span class="application">FindBugs</span>&#84 82;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="introductio n.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width=" 20%" align="right">&nbsp;<a accesskey="n" href="building.html">Next</a></td></tr ></table><hr></div><div class="chapter" title="Chapter&nbsp;2.&nbsp;Installing F indBugs&#8482;"><div class="titlepage"><div><div><h2 class="title"><a name="inst alling"></a>Chapter&nbsp;2.&nbsp;Installing <span class="application">FindBugs</ span>&#8482;</h2></div></div></div><div class="toc"><p><b>Table of Contents</b>< /p><dl><dt><span class="sect1"><a href="installing.html#d0e98">1. Extracting the Distribution</a></span></dt></dl></div><p> 3 <title>Chapter&nbsp;2.&nbsp;Installing FindBugs&#8482;</title><meta name="gen erator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.h tml" title="FindBugs&#8482; Manual"><link rel="up" href="index.html" title="Find Bugs&#8482; Manual"><link rel="prev" href="introduction.html" title="Chapter&nbs p;1.&nbsp;Introduction"><link rel="next" href="building.html" title="Chapter&nbs p;3.&nbsp;Building FindBugs&#8482; from Source"></head><body bgcolor="white" tex t="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"> <table width="100%" summary="Navigation header"><tr><th colspan="3" align="cente r">Chapter&nbsp;2.&nbsp;Installing <span class="application">FindBugs</span>&#84 82;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="introductio n.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width=" 20%" align="right">&nbsp;<a accesskey="n" href="building.html">Next</a></td></tr ></table><hr></div><div class="chapter" title="Chapter&nbsp;2.&nbsp;Installing F indBugs&#8482;"><div class="titlepage"><div><div><h2 class="title"><a name="inst alling"></a>Chapter&nbsp;2.&nbsp;Installing <span class="application">FindBugs</ span>&#8482;</h2></div></div></div><div class="toc"><p><b>Table of Contents</b>< /p><dl><dt><span class="sect1"><a href="installing.html#d0e98">1. Extracting the Distribution</a></span></dt></dl></div><p>
4 This chapter explains how to install <span class="application">FindBugs</span>. 4 This chapter explains how to install <span class="application">FindBugs</span>.
5 </p><div class="sect1" title="1.&nbsp;Extracting the Distribution"><div class="t itlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e98"></a>1. &nbsp;Extracting the Distribution</h2></div></div></div><p> 5 </p><div class="sect1" title="1.&nbsp;Extracting the Distribution"><div class="t itlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e98"></a>1. &nbsp;Extracting the Distribution</h2></div></div></div><p>
6 The easiest way to install <span class="application">FindBugs</span> is to downl oad a binary distribution. 6 The easiest way to install <span class="application">FindBugs</span> is to downl oad a binary distribution.
7 Binary distributions are available in 7 Binary distributions are available in
8 <a class="ulink" href="http://prdownloads.sourceforge.net/findbugs/findbugs-2.0. 1.tar.gz?download" target="_top">gzipped tar format</a> and 8 <a class="ulink" href="http://prdownloads.sourceforge.net/findbugs/findbugs-2.0. 3.tar.gz?download" target="_top">gzipped tar format</a> and
9 <a class="ulink" href="http://prdownloads.sourceforge.net/findbugs/findbugs-2.0. 1.zip?download" target="_top">zip format</a>. 9 <a class="ulink" href="http://prdownloads.sourceforge.net/findbugs/findbugs-2.0. 3.zip?download" target="_top">zip format</a>.
10 Once you have downloaded a binary distribution, extract it into a directory of y our choice. 10 Once you have downloaded a binary distribution, extract it into a directory of y our choice.
11 </p><p> 11 </p><p>
12 Extracting a gzipped tar format distribution: 12 Extracting a gzipped tar format distribution:
13 </p><pre class="screen"> 13 </p><pre class="screen">
14 <code class="prompt">$ </code><span class="command"><strong>gunzip -c findbugs-2 .0.1.tar.gz | tar xvf -</strong></span> 14 <code class="prompt">$ </code><span class="command"><strong>gunzip -c findbugs-2 .0.3.tar.gz | tar xvf -</strong></span>
15 </pre><p> 15 </pre><p>
16 </p><p> 16 </p><p>
17 Extracting a zip format distribution: 17 Extracting a zip format distribution:
18 </p><pre class="screen"> 18 </p><pre class="screen">
19 <code class="prompt">C:\Software&gt;</code><span class="command"><strong>unzip f indbugs-2.0.1.zip</strong></span> 19 <code class="prompt">C:\Software&gt;</code><span class="command"><strong>unzip f indbugs-2.0.3.zip</strong></span>
20 </pre><p> 20 </pre><p>
21 </p><p> 21 </p><p>
22 Usually, extracting a binary distribution will create a directory ending in 22 Usually, extracting a binary distribution will create a directory ending in
23 <code class="filename">findbugs-2.0.1</code>. For example, if you extracted 23 <code class="filename">findbugs-2.0.3</code>. For example, if you extracted
24 the binary distribution from the <code class="filename">C:\Software</code> 24 the binary distribution from the <code class="filename">C:\Software</code>
25 directory, then the <span class="application">FindBugs</span> software will be e xtracted into the directory 25 directory, then the <span class="application">FindBugs</span> software will be e xtracted into the directory
26 <code class="filename">C:\Software\findbugs-2.0.1</code>. 26 <code class="filename">C:\Software\findbugs-2.0.3</code>.
27 This directory is the <span class="application">FindBugs</span> home directory. We'll refer to it as 27 This directory is the <span class="application">FindBugs</span> home directory. We'll refer to it as
28 <em class="replaceable"><code>$FINDBUGS_HOME</code></em> (or <em class="replacea ble"><code>%FINDBUGS_HOME%</code></em> for Windows) throughout this manual. 28 <em class="replaceable"><code>$FINDBUGS_HOME</code></em> (or <em class="replacea ble"><code>%FINDBUGS_HOME%</code></em> for Windows) throughout this manual.
29 </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigati on footer"><tr><td width="40%" align="left"><a accesskey="p" href="introduction. html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40 %" align="right">&nbsp;<a accesskey="n" href="building.html">Next</a></td></tr>< tr><td width="40%" align="left" valign="top">Chapter&nbsp;1.&nbsp;Introduction&n bsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home< /a></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;3.&nbsp;Bu ilding <span class="application">FindBugs</span>&#8482; from Source</td></tr></t able></div></body></html> 29 </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigati on footer"><tr><td width="40%" align="left"><a accesskey="p" href="introduction. html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40 %" align="right">&nbsp;<a accesskey="n" href="building.html">Next</a></td></tr>< tr><td width="40%" align="left" valign="top">Chapter&nbsp;1.&nbsp;Introduction&n bsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home< /a></td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;3.&nbsp;Bu ilding <span class="application">FindBugs</span>&#8482; from Source</td></tr></t able></div></body></html>
OLDNEW
« no previous file with comments | « doc/manual/index.html ('k') | doc/manual/introduction.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698