Author: ochikvina
Date: 2009-10-07 06:14:09 -0400 (Wed, 07 Oct 2009)
New Revision: 17952
Modified:
trunk/seam/docs/reference/en/modules/seam_editors.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-773 - updating the 'Seam Validation'
section, adding new screenshots and description on the new validation feature;
Modified: trunk/seam/docs/reference/en/modules/seam_editors.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_editors.xml 2009-10-07 10:11:52 UTC (rev
17951)
+++ trunk/seam/docs/reference/en/modules/seam_editors.xml 2009-10-07 10:14:09 UTC (rev
17952)
@@ -637,9 +637,45 @@
<para>On WTP projects validation are enabled by default and thus executed
automatically, but
on normal Java projects you will have to go and add the Validation builder of
your
project . It is available in the properties of your project under
- <property>Validation</property>. The validations can be run
manually by clicking
- <property>Validate</property> via the context menu on your
project which will
- execute all the active WTP validations.</para>
+
<emphasis><property>Validation</property>.</emphasis></para>
+
+ <figure>
+ <title>Enabling the Validation Builder</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/validator1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>The validations can be run manually by clicking
+ <emphasis><property>Validate</property></emphasis> via
the context menu on your project (folder or file inside your project) which will
+ execute all the active WTP validations. Following to the project's
preferences under <emphasis>
+ <property>Validation</property></emphasis> it's
possible to enable/disable any validator.
+ </para>
+
+ <para>It's also possible to turn off the validation for some resource
(a file, folder) inside your project via the <emphasis>
+ <property>Exclude Validation</property></emphasis> context menu
option.</para>
+
+ <figure>
+ <title>Excluding Validation for the WebContent Folder</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/validator2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>As a result, if you've turned off the validation for a folder
(or file), it is put to the excluded group of the Validation filters and be ignored during
the validation.</para>
+
+ <figure>
+ <title>Validation Filters</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/validator3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
</section>
</section>