Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-03-06 21:55:41 +0000
committerSam Davis2014-03-07 01:08:28 +0000
commit37bff9e370ec63a451f9bde44e41ce1447158486 (patch)
tree6065360e7ea42d3d7f63912053bbbf53c027f62e /org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
parent420ced4a70084c5e1e72f38c9cdbb894d6c76855 (diff)
downloadorg.eclipse.mylyn.tasks-37bff9e370ec63a451f9bde44e41ce1447158486.tar.gz
org.eclipse.mylyn.tasks-37bff9e370ec63a451f9bde44e41ce1447158486.tar.xz
org.eclipse.mylyn.tasks-37bff9e370ec63a451f9bde44e41ce1447158486.zip
428590: rebuild help documentation
Change-Id: Ic6dbcac7b0eb118a0293b76dcf14e2cbfec37d3e Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=428590
Diffstat (limited to 'org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html')
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
index 02b2802f4..291b2d794 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
@@ -37,7 +37,7 @@
</p>
<h2 id="Command_Line">Command Line</h2>
<p>The system properties below can used to change the behavior of Mylyn. To set a property pass it on the command line when starting Eclipse:
-<code> eclipse -argument</code>.</p>
+<code>eclipse -argument</code>.</p>
<table>
<tr>
<td>Argument</td>
@@ -52,7 +52,7 @@
</table>
<h2 id="System_Properties">System Properties</h2>
<p>The system properties below can used to change the behavior of Mylyn. To set a property pass it on the command line when starting Eclipse:
-<code> eclipse -vmargs -Dorg.eclipse.mylyn.property=value</code>.</p>
+<code>eclipse -vmargs -Dorg.eclipse.mylyn.property=value</code>.</p>
<table>
<tr>
<td>System Property</td>
@@ -95,6 +95,7 @@
<tr>
<td><code>mylyn.test.exclude</code></td>
<td><center>3.7</center></td>
+ <td></td>
<td>This is a comma separated list of test repository URLs that should be excluded when running tests. Example:
<a href="http://mylyn.org/bugs36,http://mylyn.org/bugs40" target="mylyn_external">http://mylyn.org/bugs36,http://mylyn.org/bugs40</a>
</td>
@@ -102,10 +103,19 @@
<tr>
<td><code>org.eclipse.mylyn.https.protocols</code></td>
<td><center>3.7</center></td>
+ <td></td>
<td>A comma separated list of
<a href="http://docs.oracle.com/javase/1.4.2/docs/guide/plugin/developer_guide/faq/troubleshooting.html" target="mylyn_external">SSL protocols</a> that should be enabled when connecting through https. Example: SSLv3
</td>
</tr>
+ <tr>
+ <td><code>mylyn.test.skipBrowserTests</code></td>
+ <td><center>3.10</center></td>
+ <td>false</td>
+ <td>Set to true to skip browser tests that may cause JVM to crash. See
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=413191" target="mylyn_external">bug 413191</a> for more info.
+ </td>
+ </tr>
</table>
<h2 id="How_can_I_report_a_dead-lock_or_a_problem_about_a_stalled_UI.3F">How can I report a dead-lock or a problem about a stalled UI?</h2>
<p>The recommended way is to file a bug with a full thread dump using jstack which is part of the Java Development Kit 6. These wiki pages have more details on using jstack on different platforms: </p>
@@ -127,9 +137,12 @@
-Dorg.apache.commons.logging.simplelog.log.httpclient.wire.header=debug
-Dorg.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=off
-Dorg.apache.commons.logging.simplelog.log.org.apache.axis.message=debug
+-Dorg.apache.commons.logging.simplelog.log.org.apache.http=debug
+-Dorg.apache.commons.logging.simplelog.log.org.apache.http.wire=error
</pre>
<p>To also enable logging of message content, also add this lines:</p>
<pre>-Dorg.apache.commons.logging.simplelog.log.httpclient.wire.content=debug
+-Dorg.apache.commons.logging.simplelog.log.org.apache.http.wire=debug
</pre>
<h2 id="How_do_I_enable_debugging_output_for_plug-ins.3F">How do I enable debugging output for plug-ins?</h2>
<p>Create a

Back to the top