[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4487) Turn off validation by a per folder basis

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Thu Jun 25 17:37:56 EDT 2009


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

Snjezana Peco commented on JBIDE-4487:
--------------------------------------

I have created the Exclude/Include Validation actions.
The user can exclude and include the V2 validators for some resource (a file, folder, project). See http://screencast.com/t/fiAgJ9Tx
ValidationFramework.getDefault().enableValidation()/disableValidation() is used for projects.
These methods don't work for a file/folder. It is possible that this is a bug in webtools.
As to a file/folder, the action finds all the V2 validators and exclude/include the resource.

Since JBoss Tools validators are the V1 validators , these actions don't work for them.
We would need to convert these validators to the V2 validators.

I have added these actions to the org.jboss.tools.runtime plugin.
Max, do I need to move them to any other plugin?

The code isn't committed yet.


> Turn off validation by a per folder basis
> -----------------------------------------
>
>                 Key: JBIDE-4487
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4487
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: core
>    Affects Versions: 3.0.2.GA
>            Reporter: Shaun Appleton
>            Assignee: Snjezana Peco
>            Priority: Minor
>
> User would like the validation to be able to be turned off on a per folder basis. 
> Currently, if you wish to turn validations off you have to go to each validator and ensure that folder is ignored.
> If you wish to turn off Java compiler warnings on a per folder basis you can't - it has to be done on a project basis.
> This could be useful if there is a build folder in every project that the validator does not like.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list