[jbosstools-commits] JBoss Tools SVN: r35998 - trunk/documentation/guides/GettingStartedGuide/en-US.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Oct 25 20:23:18 EDT 2011


Author: irooskov at redhat.com
Date: 2011-10-25 20:23:18 -0400 (Tue, 25 Oct 2011)
New Revision: 35998

Modified:
   trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml
Log:
updated for TOOLSDOC-265


Modified: trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml	2011-10-25 23:32:56 UTC (rev 35997)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml	2011-10-26 00:23:18 UTC (rev 35998)
@@ -58,16 +58,18 @@
 				<para>If none of these work, do the following:</para>
 				<itemizedlist>
 					<listitem>
-						<para>Clear the Eclipse log file,<filename>&lt;workspace&gt;\.metadata\.log</filename>
-						</para>
+						<para>Clear the JBoss Developer Studio log file,<filename>&lt;workspace&gt;\.metadata\.log</filename>
+					</para>
+				</listitem>
+				<listitem>
+					<para>Start JBoss Developer Studio with the -debug option:</para>
+					<programlisting role="JAVA">
+						<![CDATA[jbdevstudio -debug]]>
+						</programlisting>
 					</listitem>
 					<listitem>
-						<para>Start Eclipse with the -debug option:</para>
-						<programlisting role="JAVA"><![CDATA[eclipse -debug]]></programlisting>
+						<para>Post the JBoss Developer Studio log file(<filename>&lt;workspace&gt;\.metadata\.log</filename>) on the forums.</para>
 					</listitem>
-					<listitem>
-						<para>Post the Eclipse log file(<filename>&lt;workspace&gt;\.metadata\.log</filename>) on the forums.</para>
-					</listitem>
 				</itemizedlist>
 			</listitem>
 		</orderedlist>



More information about the jbosstools-commits mailing list