5c722a4f15
they've got because it seems to work. STOP DOING THAT, though.
149 lines
4.7 KiB
HTML
149 lines
4.7 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<!-- @author David Chandler -->
|
|
<!-- @date late 2002, first half of 2003? See CVS records. -->
|
|
<!-- @editor Emacs, baby! -->
|
|
|
|
|
|
<head>
|
|
<title>THDL Tools Nightly Builds</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<script type="text/javascript" src="/scripts/thdl_scripts.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="/style/thdl-styles.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="banner">
|
|
<a id="logo" href="/index.html"><img id="test" alt="THDL Logo" src="/images/logo.png"/></a>
|
|
<h1>The Tibetan & Himalayan Digital Library</h1>
|
|
|
|
<div id="menubar">
|
|
<script type='text/javascript'>function Go(){return}</script>
|
|
<script type='text/javascript' src='/thdl/scripts/new/thdl_menu_config.js'></script>
|
|
|
|
<script type='text/javascript' src='/thdl/scripts/new/menu_new.js'></script>
|
|
<script type='text/javascript' src='/thdl/scripts/new/menu9_com.js'></script>
|
|
<noscript><p>Your browser does not support javascript.</p></noscript>
|
|
<div id='MenuPos' >Menu Loading... </div>
|
|
</div><!--END menubar-->
|
|
|
|
</div><!--END banner-->
|
|
|
|
<div id="sub_banner">
|
|
<div id="search">
|
|
<form method="get" action="http://www.google.com/u/thdl">
|
|
<p>
|
|
<input type="text" name="q" id="q" size="15" maxlength="255" value="" />
|
|
<input type="submit" name="sa" id="sa" value="Search"/>
|
|
<input type="hidden" name="hq" id="hq" value="inurl:orion.lib.virginia.edu"/>
|
|
</p>
|
|
</form>
|
|
|
|
</div>
|
|
<div id="breadcrumbs">
|
|
<a href="/index.html">Home</a> > <a href="/tools/index.html">Tools</a> > <a href="/tools/software.html">Software</a> > Nightly Builds
|
|
</div>
|
|
</div><!--END banner-->
|
|
|
|
|
|
<div id="main">
|
|
|
|
<h2>THDL Tools Nightly Builds</h2>
|
|
|
|
<p>
|
|
Here you'll find last night's latest and greatest builds of the THDL
|
|
tools. You may find new features and bug fixes, but you may
|
|
find new bugs too.
|
|
</p>
|
|
|
|
<p>End users will be interested in the following:</p>
|
|
<ul>
|
|
<li>
|
|
Today's Java Web Start binaries (signed with a throwaway key, so
|
|
you have to trust that the server hasn't been compromised and click
|
|
through the warnings):
|
|
<ul>
|
|
<li>
|
|
<a href="java-web-start/Jskad.jnlp">Jskad</a> (which contains
|
|
converters)
|
|
</li>
|
|
<!-- DLC FIXME: this just asks for a dictionary; talk to AM about a fix
|
|
<li>
|
|
<a href="java-web-start/DictionarySearchAppletAndJavaWebStart.jnlp">Translation Tool</a>
|
|
</li>
|
|
-->
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
Self-contained JARs that are not signed:
|
|
<ul>
|
|
<li>
|
|
All-in-one <a
|
|
href="lib-vanilla/Jskad-self-contained.jar">Jskad</a> (which
|
|
contains converters)
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
Plain Jane, bare-minimum JARs that are not signed:
|
|
<ul>
|
|
<li>
|
|
<a href="lib-vanilla/TiblEdit.jar">TiblEdit (TIBBIBL editor)</a>
|
|
</li>
|
|
<li>
|
|
<a href="lib-vanilla/Jskad.jar">Jskad</a> (which contains
|
|
converters)
|
|
</li>
|
|
<li>
|
|
<a href="lib-vanilla/DictionarySearchStandalone.jar">Standalone Translation Tool</a>
|
|
</li>
|
|
<li>
|
|
<a href="lib-vanilla/DictionarySearchHandheld.jar">Translation Tool for Handheld Devices</a>
|
|
</li>
|
|
<li>
|
|
<a href="lib-vanilla/DictionarySearchAppletAndJavaWebStart.jar">Translation Tool for Applets</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<p>Developers will be interested in the following:</p>
|
|
<ul>
|
|
<li>
|
|
Today's source distribution (for all the tools combined): <a href="source/THDL-Tools-src-today.zip">zip file</a>
|
|
</li>
|
|
<li>
|
|
Today's Javadocs: [<a href="docs/public">public</a> <a href="docs/public-javadocs-today.zip">(zip file)</a>]
|
|
[<a href="docs/private">private</a> <a href="docs/private-javadocs-today.zip">(zip file)</a>]
|
|
</li>
|
|
<li>
|
|
See <a href="junit-noframes.html">here</a> for results of the
|
|
nightly JUnit tests. Note that errors on DuffPaneTest
|
|
are quite normal; this test runs only when an X11 display can be
|
|
opened, and I'm too lazy to run the tests with a framebuffer X
|
|
display. Run 'ant clean check' manually and this test
|
|
should pass with flying colors.
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
If the builds failed last night, then you're actually looking at
|
|
builds that are a little bit older. The actual date these
|
|
builds were done (from clean repository sources) can be found <a
|
|
href="DateStampForNightlyBuilds.html">here</a>.
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
Comments and suggestions about the content of this page should be
|
|
addressed to <a href="mailto:dchandler@users.sourceforge.net">David
|
|
Chandler</a>.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|