Skip to content

Commit

Permalink
Removed Graphviz restriction comments
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Dec 18, 2006
1 parent 1e5ab99 commit 83e945e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,7 @@ <h2>SchemaSpy</h2><h3>Graphical Database Schema Metadata Browser</h3>
style="font-style: italic;">dot</span> program should be in your PATH
(not CLASSPATH) when running SchemaSpy or none of the graphs will be generated.

<p><b>Note that SchemaSpy currently doesn't support versions of Graphviz greater than 2.8.</b>
If you use 2.9 or higher you will get an <code>ExceptionInInitializerError</code> when
SchemaSpy tries to parse the version information.
This limitation will be resolved in the next release of SchemaSpy (the code change is
<a href="http://schemaspy.svn.sourceforge.net/viewvc/schemaspy/trunk/src/net/sourceforge/schemaspy/util/Dot.java?view=log">here</a>),
but until then please use version
<a target="_blank" href="http://graphviz.org/pub/graphviz/ARCHIVE/">2.8</a>.

<br>Also note that some Linux users have experienced problems with Graphviz version 2.6.
<p>Note that some Linux users have experienced problems with Graphviz version 2.6.
Versions 2.6 to 2.8 are preferred, but if they don't work then try
<a target="_blank" href="http://graphviz.org/pub/graphviz/ARCHIVE/">2.2.1</a>.
Note that SchemaSpy takes advantage of some 2.6+ features so graphs won't be
Expand Down Expand Up @@ -217,11 +209,13 @@ <h3><a name="Running_SchemaSpy">Running SchemaSpy </a></h3>
<td class="param">Don't display table-based comments.
for databases like MySQL that stuff unrelated data where comments belong.</td>
</tr>
<!--
<tr>
<td>&nbsp;</td>
<td class="param"><code>-norows</code></td>
<td class="param">Don't display row counts.</td>
</tr>
-->
<tr>
<td>&nbsp;</td>
<td class="param"><code>-noimplied</code></td>
Expand Down

0 comments on commit 83e945e

Please sign in to comment.