Author: abogachuk
Date: 2010-05-22 15:01:42 -0400 (Sat, 22 May 2010)
New Revision: 22266
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml
Log:
imagehttps://jira.jboss.org/browse/TOOLSDOC-73
missing natures dialog is documented
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml 2010-05-22 19:00:53
UTC (rev 22265)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml 2010-05-22 19:01:42
UTC (rev 22266)
@@ -78,7 +78,42 @@
</listitem>
</orderedlist>
</section>
+
+ <section id="question_0x2">
+ <title>Visual Editor starts OK, but the Missing Natures dialog
appears</title>
+ <figure>
+ <title>Missing Nature</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/faq/missingnauture.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+
+ <para>
+
+ Some functionality of Visual Editor may not work if a project doesn't have
<property>org.jboss.tools.jsf.jsfnature</property> or
<property>org.jboss.tools.jst.web.kb.kbnature</property> in
<property>.project</property> configuration. To fix this problem and turn off
the message box execute next steps:
+</para>
+<orderedlist>
+<listitem><para>
+ Right mouse button click on a project in Package Explorer.
+ </para></listitem>
+ <listitem><para>
+ Select <property>Configure -> Add JSF Capabilities</property> from the
context menu.
+ </para></listitem>
+ <listitem><para>
+ Configure your project using Add JSF Capabilities wizard and press Finish.
+</para></listitem>
+
+</orderedlist>
+<para>
+If you are shure that your project does not need JSF capabilities, just disable this
message box by checking <property>Do not show this dialog again!</property>
checkbox.
+ </para>
+
+ </section>
+
<section id="question_2">
<title>Do I need to have JBoss Server installed to run JBoss Developer
Studio?</title>