Release 2.0.5 - Fixed jOOQ-console manual section

This commit is contained in:
Lukas Eder 2012-02-26 21:42:43 +00:00
parent c22f600838
commit 7ee15e5513
5 changed files with 4 additions and 4 deletions

View File

@ -5951,7 +5951,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);</fo:block>
Use this command to start the console:
</fo:block>
<fo:block font-family="Courier" linefeed-treatment="preserve" white-space-collapse="false" white-space-treatment="preserve" font-size="6pt" margin="12pt" padding="4pt" border="2px solid #882222" background-color="#FFEEDD" page-break-inside="avoid">java -jar jooq-console-2.0.5.jar [host] [port]</fo:block>
<fo:block font-family="Courier" linefeed-treatment="preserve" white-space-collapse="false" white-space-treatment="preserve" font-size="6pt" margin="12pt" padding="4pt" border="2px solid #882222" background-color="#FFEEDD" page-break-inside="avoid">java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]</fo:block>
<fo:block font-size="11pt">
<fo:block text-align="center">

View File

@ -4466,7 +4466,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);</pre>
Use this command to start the console:
</p>
<pre class="prettyprint">java -jar jooq-console-2.0.5.jar [host] [port]</pre>
<pre class="prettyprint">java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]</pre>
<div class="screenshot">

View File

@ -70,7 +70,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);</pre>
Use this command to start the console:
</p>
<pre class="prettyprint">java -jar jooq-console-2.0.5.jar [host] [port]</pre>
<pre class="prettyprint">java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]</pre>
<div class="screenshot">

View File

@ -4246,7 +4246,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);</java>
Use this command to start the console:
</p>
<config>java -jar jooq-console-2.0.5.jar [host] [port]</config>
<config>java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]</config>
<div class="screenshot">
<img class="screenshot" src="&lt;?=$root?&gt;/img/jooq-console-01.png" alt="jOOQ Console example"/>