efa8fc1f25
clean check'. Right now there are tests to ensure that typing certain sequences of keys in the Extended Wylie keyboard gives the expected Extended Wylie back when "Tools/Convert Tibetan to Wylie" is invoked. The syntactically illegal d.wa now converts to Tibetan and then back to d.wa (not dwa, as it did); likewise with the illegal g.wa. wa doesn't take any prefixes, but I prefer clean end-to-end behavior. (jeskd doesn't go end-to-end, though.) Note that you cannot successfully run the DuffPane tests on a Linux box unless your DISPLAY variable is set correctly. Thus, my nightly builds will fail with an Error (as opposed to a Failure).
85 lines
2.5 KiB
HTML
85 lines
2.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>THDL Tools Nightly Builds</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>THDL Tools Nightly Builds</h1>
|
|
|
|
<p>
|
|
Here you'll find last night's latest and greatest builds of the THDL tools.
|
|
</p>
|
|
|
|
<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>
|
|
|
|
<ul>
|
|
<li>
|
|
See <a href="junit-noframes.html">here</a> for results of the
|
|
nightly JUnit tests. Note that an error on DuffPaneTest is
|
|
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 DuffPaneTest
|
|
should pass with flying colors.
|
|
</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>
|
|
Today's source distribution (for all the tools combined): <a href="source/THDL-Tools-src-today.zip">zip file</a>
|
|
</li>
|
|
<li>
|
|
Today's Java Web Start binaries (signed with a throwaway key, so
|
|
you have to trust that my server hasn't been compromised and click
|
|
through the warnings):
|
|
<ul>
|
|
<li>
|
|
<a href="java-web-start/DictionarySearchAppletAndJavaWebStart.jnlp">Translation Tool</a>
|
|
</li>
|
|
<li>
|
|
<a href="java-web-start/Jskad.jnlp">Jskad</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>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
Plain Jane, bare-minimum JARs that are not signed:
|
|
<ul>
|
|
<li>
|
|
<a href="lib-vanilla/Tibbibl.jar">Tibbibl</a>
|
|
</li>
|
|
<li>
|
|
<a href="lib-vanilla/Jskad.jar">Jskad</a>
|
|
</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>
|
|
|
|
|
|
|
|
<hr>
|
|
<address><a href="mailto:dchandler@users.sourceforge.net">David Chandler</a></address>
|
|
</body>
|
|
</html>
|