/usr/share/doc/libcolt-free-java/readme.html is in libcolt-free-java-doc 1.2.0+dfsg-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Do not edit this autogenerated HTML file; edit src/xdocs files instead. --><html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css"> @import url("style.css"); </style><title>Colt - Readme</title><meta content="Wolfgang Hoschek" name="author"><meta content="whoschek.AT.lbl.DOT.gov" name="email"></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><!--HEADER--><table bgcolor="#ffffff" cellspacing="0" width="100%" border="0"><tr><td align="left" width="33%">
<a href="http://dsd.lbl.gov/~hoschek/colt">
<img src="images/colt-logo.gif" border="0" width="160" height="100" alt="">
</a>
</td><td align="center" width="33%">
<img src="images/colt-title.jpg" alt="">
</td><td align="right" width="33%">
<a href="http://www.cern.ch">
<img src="images/cern-logo.gif" border="0" alt="">
</a>
</td></tr></table><!--TOP LINK MENU NAVIGATION--><div class="link"><table cellspacing="0" cellpadding="0" width="100%" border="0"><tr valign="baseline"><td align="left"><a href="http://dsd.lbl.gov/~hoschek/colt" title="Click to jump to Colt"><font color="#3366ff">Colt</font></a><a href="http://dsd.lbl.gov/sea/" title="Click to jump to Sea"><font color="#3366ff">Sea</font></a><a href="http://dsd.lbl.gov/firefish" title="Click to jump to Firefish"><font color="#3366ff">Firefish</font></a></td><td align="right"> Version 1.2.0 - Last published Sep 9, 2004</td></tr></table></div><table cellspacing="4" width="100%" border="0"><tr><!--LEFT SIDE NAVIGATION--><td class="leftcol" nowrap="nowrap" align="left" valign="top"><div class="frame item"><div class="name">Software</div><div class="content"><a href="./index.html">Home</a><a href="http://dsd.lbl.gov/~hoschek/colt-download">Download</a><a href="./install.html">Installation</a><a href="./readme.html">Readme</a><a href="./mailing.html">Mailing List</a><a href="./changelog.html">Changelog</a></div></div><div class="frame item"><div class="name">Development</div><div class="content"><a href="./dependencies.html">Dependencies</a><a href="./api/index.html">Javadoc API</a><a href="./license.html">License</a></div></div><div class="frame item"><div class="name">Search</div><div class="content"><form method="get" action="http://www.google.com/search"><input name="as_sitesearch" type="hidden" value="dsd.lbl.gov"><input name="as_q" maxLength="256" size="13" value="" type="text"></form></div></div></td><!--LEFT SIDE SUBNAVIGATION--><!--RIGHT SIDE MAIN BODY--><td valign="top" align="left"><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Quick File Overview"><strong>Quick File Overview</strong></a></font></td></tr><tr><td><blockquote>
<pre class="source">
doc/readme.html - this file
doc/changelog.html - lists recent changes to the source code (release notes)
doc/license.html - the license defining the terms of use of the software
</pre>
<p>
The project website is a copy of the <code> doc/ </code> directory.
</p>
</blockquote></td></tr></table><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Directories necessary for users of a binary distribution"><strong>Directories necessary for users of a binary distribution</strong></a></font></td></tr><tr><td><blockquote>
<pre class="source">
doc/ - guides, tutorials, FAQ, etc.
doc/api/ - generated javadoc HTML documentation
lib/ - jar files for client usage
</pre>
</blockquote></td></tr></table><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Directories necessary for developers"><strong>Directories necessary for developers</strong></a></font></td></tr><tr><td><blockquote>
<pre class="source">
src/ - java source code
xdocs/ - HTML for website generation
build.xml - ant build file to build the entire thing from scratch.
The build file contains build instructions
build/classes/ - temporary dir for compilation upon build
</pre>
</blockquote></td></tr></table><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Building from source"><strong>Building from source</strong></a></font></td></tr><tr><td><blockquote>
Most users will not need to build from source as a binary distribution of all
libraries is included in the download.
If you are a developer, then see the
build, tarball, etc. instructions in the ant build file <code>build.xml</code>.
<div class="frame listing"><div class="name"><a name="Build Requirements">Build Requirements</a></div><div class="listingcontent">
jdk-1.2 or higher ('java' must be in your PATH)
ant-1.5.3 or higher (http://jakarta.apache.org/ant)
</div></div>
<p></p>
<div class="frame listing"><div class="name"><a name="Define the path to your java installation and ant software. For example">Define the path to your java installation and ant software. For example</a></div><div class="listingcontent">
UNIX bash-style:
export PATH=/usr/local/java2/jdk/jdk-1.4/bin:$PATH
export PATH=/usr/local/java2/share/apache/ant/bin:$PATH
export JAVA_HOME=/usr/local/java2/jdk/jdk-1.4
(ant works without this but reports a warning)
Windows:
set PATH=e:\java\jdk\sun-1.4.2\bin;%PATH%
set PATH=e:\java\share\apache\ant-1.5.4\bin;%PATH%
set JAVA_HOME=e:\java\jdk\sun-1.4.2
(ant works without this but reports a warning)
</div></div>
<p></p>
<div class="frame listing"><div class="name"><a name="To build everything from scratch">To build everything from scratch</a></div><div class="listingcontent">
cd /opt/colt
ant build
</div></div>
<p></p>
<div class="frame listing"><div class="name"><a name="To get more information on other targets">To get more information on other targets</a></div><div class="listingcontent">
ant help
</div></div>
</blockquote></td></tr></table><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Feedback"><strong>Feedback</strong></a></font></td></tr><tr><td><blockquote>
Comments are always welcome at <code>whoschek@lbl.gov</code>.
</blockquote></td></tr></table></td><!--RIGHT SIDE NAVIGATION--></tr></table><!--FOOTER SEPARATOR--><hr size="1" noshade="noshade"><!--FOOTER--><table bgcolor="#ffffff" cellspacing="0" width="100%" border="0"><tr><td align="left" width="33%">
</td><td align="center" width="33%">
<font color="#525D76" size="-1">
<em>
Copyright © 1999, <a href="http://www.cern.ch/">CERN - European Organization for Nuclear Research</a>
</em>
</font>
</td><td align="right" width="33%">
<a href="http://validator.w3.org/check/referer"><img src="images/valid-html401.png" alt="Valid HTML 4.01!" width="88" height="31" border="0"> </a>
<a href="http://jigsaw.w3.org/css-validator/"><img src="images/valid-css.png" alt="Valid CSS!" width="88" height="31" border="0"> </a>
</td></tr></table></body></html>
|