Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception.

This commit is contained in:
jeb228 2010-01-29 22:13:57 +00:00
commit 4f2e303079
1839 changed files with 235630 additions and 0 deletions

View file

@ -0,0 +1,27 @@
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<html>
<head>
<title>Jena Admin Actions</title>
</head>
<body>
<h1>Jena Admin Actions</h1>
<p>(Right click and Save Target As with the following links)</p>
<ul>
<li>
<a href="../jenaAdmin?action=output">output entire in-memory model</a>
</li>
<li>
<a href="../jenaAdmin?action=output&amp;assertionsOnly=true">output in-memory assertions</a>
</li>
<li>
<a href="../jenaAdmin?action=output&amp;inferences=true">output in-memory inferences</a>
</li>
<li>
<a href="../jenaAdmin?action=output&amp;pellet=pellet">output Pellet model</a>
<li>
<a href="../jenaAdmin?action=outputTaxonomy">output taxonomy</a>
</li>
<ul>
</body>
</html>