[jbosstools-issues] [JBoss JIRA] (JBIDE-12591) Disable WTP Facelet validator for JBT JSF projects

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Sep 17 19:03:34 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719290#comment-12719290 ] 

Alexey Kazakov commented on JBIDE-12591:
----------------------------------------

Disabled the validator for all the KB projects via the following extension point in plugin.xml:
{code}
<extension
         id="FaceletValidatorExclude"
         point="org.eclipse.wst.validation.exclude">
         <validator
               id="org.eclipse.jst.jsf.facelet.ui.FaceletHTMLValidator">
            <exclude>
               <rules>
               	    <projectNature
                         id="org.jboss.tools.jst.web.kb.kbnature">
                    </projectNature>
               </rules>
            </exclude>
         </validator>
{code}
                
> Disable WTP Facelet validator for JBT JSF projects
> --------------------------------------------------
>
>                 Key: JBIDE-12591
>                 URL: https://issues.jboss.org/browse/JBIDE-12591
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: JSF
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>             Fix For: 4.0.0.Alpha2
>
>
> WTP Facelet validator has a lot of critical bugs. We keep reporting them to Eclipse bug tracker but until it's stabilized I would disable WTP Facelet validator for JBT JSF Projects.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list