[jira] (MCHECKSTYLE-186) FileTabCharacter check not working

2013-07-18 Thread Dipti Desai (JIRA)

[ 
https://jira.codehaus.org/browse/MCHECKSTYLE-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=328950#comment-328950
 ] 

Dipti Desai commented on MCHECKSTYLE-186:
-

{code}

org.apache.maven.plugins
maven-checkstyle-plugin
2.10


verify

check




**\/*.xml,**\/*.java
**/target/**/*,**/test/**/*

checkstyle/kepler-checkstyle-config.xml

${project.parent.basedir}${file.separator}checkstyle/kepler-checkstyle-suppressions.xml


{code}

> FileTabCharacter check not working
> --
>
> Key: MCHECKSTYLE-186
> URL: https://jira.codehaus.org/browse/MCHECKSTYLE-186
> Project: Maven 2.x Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Dipti Desai
>Priority: Minor
>
> The FileTabCharacter check doesnt seem to work. Below is my config:
> {code:xml}
> 
> ..
> ..
> 
> 
> 
> 
> 
> ..
> ..
> 
> ..
> ..
> 
> 
> {code}
> I have my xml files - pom.xml and checkstyle config xml containing tabs but 
> none of them are flagged as violations.
> Some additional info - my plugin config looks like this:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-checkstyle-plugin
> 2.9.1
> 
> 
> verify
> 
> check
> 
> 
> 
> 
> 
> checkstyle/kepler-checkstyle-config.xml
> 
> ${project.parent.basedir}${file.separator}checkstyle/kepler-checkstyle-suppressions.xml
> 
> 
> {code}

--
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


[jira] (MCHECKSTYLE-186) FileTabCharacter check not working

2013-07-18 Thread Dipti Desai (JIRA)

[ 
https://jira.codehaus.org/browse/MCHECKSTYLE-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=328928#comment-328928
 ] 

Dipti Desai commented on MCHECKSTYLE-186:
-

This is what I am currently using in my checkstyle-config.xml
Hope this helps.

{code}





{code}

> FileTabCharacter check not working
> --
>
> Key: MCHECKSTYLE-186
> URL: https://jira.codehaus.org/browse/MCHECKSTYLE-186
> Project: Maven 2.x Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Dipti Desai
>Priority: Minor
>
> The FileTabCharacter check doesnt seem to work. Below is my config:
> {code:xml}
> 
> ..
> ..
> 
> 
> 
> 
> 
> ..
> ..
> 
> ..
> ..
> 
> 
> {code}
> I have my xml files - pom.xml and checkstyle config xml containing tabs but 
> none of them are flagged as violations.
> Some additional info - my plugin config looks like this:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-checkstyle-plugin
> 2.9.1
> 
> 
> verify
> 
> check
> 
> 
> 
> 
> 
> checkstyle/kepler-checkstyle-config.xml
> 
> ${project.parent.basedir}${file.separator}checkstyle/kepler-checkstyle-suppressions.xml
> 
> 
> {code}

--
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


[jira] (MCHECKSTYLE-186) FileTabCharacter check not working

2013-04-18 Thread Dipti Desai (JIRA)

 [ 
https://jira.codehaus.org/browse/MCHECKSTYLE-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dipti Desai closed MCHECKSTYLE-186.
---

Resolution: Not A Bug

> FileTabCharacter check not working
> --
>
> Key: MCHECKSTYLE-186
> URL: https://jira.codehaus.org/browse/MCHECKSTYLE-186
> Project: Maven 2.x Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Dipti Desai
>Priority: Minor
>
> The FileTabCharacter check doesnt seem to work. Below is my config:
> {code:xml}
> 
> ..
> ..
> 
> 
> 
> 
> 
> ..
> ..
> 
> ..
> ..
> 
> 
> {code}
> I have my xml files - pom.xml and checkstyle config xml containing tabs but 
> none of them are flagged as violations.
> Some additional info - my plugin config looks like this:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-checkstyle-plugin
> 2.9.1
> 
> 
> verify
> 
> check
> 
> 
> 
> 
> 
> checkstyle/kepler-checkstyle-config.xml
> 
> ${project.parent.basedir}${file.separator}checkstyle/kepler-checkstyle-suppressions.xml
> 
> 
> {code}

--
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


[jira] (MCHECKSTYLE-186) FileTabCharacter check not working

2013-04-18 Thread Dipti Desai (JIRA)

[ 
https://jira.codehaus.org/browse/MCHECKSTYLE-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=323906#comment-323906
 ] 

Dipti Desai commented on MCHECKSTYLE-186:
-

This has been resolved. You may close this. Thanks for all your help.
I am not sure what exactly fixed the problem but I poked around a bit in the 
maven checkstyle code and got the exact default expression for includes and 
excludes and modified and used that in my POMs. Also, upgraded to 2.10.

> FileTabCharacter check not working
> --
>
> Key: MCHECKSTYLE-186
> URL: https://jira.codehaus.org/browse/MCHECKSTYLE-186
> Project: Maven 2.x Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Dipti Desai
>Priority: Minor
>
> The FileTabCharacter check doesnt seem to work. Below is my config:
> {code:xml}
> 
> ..
> ..
> 
> 
> 
> 
> 
> ..
> ..
> 
> ..
> ..
> 
> 
> {code}
> I have my xml files - pom.xml and checkstyle config xml containing tabs but 
> none of them are flagged as violations.
> Some additional info - my plugin config looks like this:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-checkstyle-plugin
> 2.9.1
> 
> 
> verify
> 
> check
> 
> 
> 
> 
> 
> checkstyle/kepler-checkstyle-config.xml
> 
> ${project.parent.basedir}${file.separator}checkstyle/kepler-checkstyle-suppressions.xml
> 
> 
> {code}

--
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


[jira] (MCHECKSTYLE-186) FileTabCharacter check not working

2013-03-21 Thread Dipti Desai (JIRA)

[ 
https://jira.codehaus.org/browse/MCHECKSTYLE-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=322344#comment-322344
 ] 

Dipti Desai commented on MCHECKSTYLE-186:
-

@Dennis, have you had a chance to look into my query above?

> FileTabCharacter check not working
> --
>
> Key: MCHECKSTYLE-186
> URL: https://jira.codehaus.org/browse/MCHECKSTYLE-186
> Project: Maven 2.x Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Dipti Desai
>Priority: Minor
>
> The FileTabCharacter check doesnt seem to work. Below is my config:
> {code:xml}
> 
> ..
> ..
> 
> 
> 
> 
> 
> ..
> ..
> 
> ..
> ..
> 
> 
> {code}
> I have my xml files - pom.xml and checkstyle config xml containing tabs but 
> none of them are flagged as violations.
> Some additional info - my plugin config looks like this:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-checkstyle-plugin
> 2.9.1
> 
> 
> verify
> 
> check
> 
> 
> 
> 
> 
> checkstyle/kepler-checkstyle-config.xml
> 
> ${project.parent.basedir}${file.separator}checkstyle/kepler-checkstyle-suppressions.xml
> 
> 
> {code}

--
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


[jira] (MCHECKSTYLE-186) FileTabCharacter check not working

2013-02-27 Thread Dipti Desai (JIRA)

[ 
https://jira.codehaus.org/browse/MCHECKSTYLE-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=320572#comment-320572
 ] 

Dipti Desai commented on MCHECKSTYLE-186:
-

Thanks for your help. I am still facing issues with it. I am not sure what I 
could be doing wrong here.

{code}  

org.apache.maven.plugins

maven-checkstyle-plugin
2.9.1


**/*.xml,**/*.java

${project.basedir}

checkstyle/kepler-checkstyle-config.xml

${project.parent.basedir}${file.separator}checkstyle/kepler-checkstyle-suppressions.xml

{code}
In the  tag, I tried ${project.basedir} as well as 
${project.parent.basedir} to make it look through all possible files but the 
XMLs are still not being flagged for containing tabs. Do you see something that 
I might be missing? Could you please help?

> FileTabCharacter check not working
> --
>
> Key: MCHECKSTYLE-186
> URL: https://jira.codehaus.org/browse/MCHECKSTYLE-186
> Project: Maven 2.x Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Dipti Desai
>Priority: Minor
>
> The FileTabCharacter check doesnt seem to work. Below is my config:
> {code:xml}
> 
> ..
> ..
> 
> 
> 
> 
> 
> ..
> ..
> 
> ..
> ..
> 
> 
> {code}
> I have my xml files - pom.xml and checkstyle config xml containing tabs but 
> none of them are flagged as violations.
> Some additional info - my plugin config looks like this:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-checkstyle-plugin
> 2.9.1
> 
> 
> verify
> 
> check
> 
> 
> 
> 
> 
> checkstyle/kepler-checkstyle-config.xml
> 
> ${project.parent.basedir}${file.separator}checkstyle/kepler-checkstyle-suppressions.xml
> 
> 
> {code}

--
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


[jira] (MCHECKSTYLE-186) FileTabCharacter check not working

2013-02-22 Thread Dipti Desai (JIRA)

[ 
https://jira.codehaus.org/browse/MCHECKSTYLE-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=320335#comment-320335
 ] 

Dipti Desai commented on MCHECKSTYLE-186:
-

I did try this

{code}**/*.xml,**/*.java{code}

with and without the 

{code}{code}

but the xml files are not getting flagged. Any idea what might be going wrong?

> FileTabCharacter check not working
> --
>
> Key: MCHECKSTYLE-186
> URL: https://jira.codehaus.org/browse/MCHECKSTYLE-186
> Project: Maven 2.x Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Dipti Desai
>Priority: Minor
>
> The FileTabCharacter check doesnt seem to work. Below is my config:
> {code:xml}
> 
> ..
> ..
> 
> 
> 
> 
> 
> ..
> ..
> 
> ..
> ..
> 
> 
> {code}
> I have my xml files - pom.xml and checkstyle config xml containing tabs but 
> none of them are flagged as violations.
> Some additional info - my plugin config looks like this:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-checkstyle-plugin
> 2.9.1
> 
> 
> verify
> 
> check
> 
> 
> 
> 
> 
> checkstyle/kepler-checkstyle-config.xml
> 
> ${project.parent.basedir}${file.separator}checkstyle/kepler-checkstyle-suppressions.xml
> 
> 
> {code}

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




[jira] (MCHECKSTYLE-186) FileTabCharacter check not working

2013-02-18 Thread Dipti Desai (JIRA)

[ 
https://jira.codehaus.org/browse/MCHECKSTYLE-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=319889#comment-319889
 ] 

Dipti Desai commented on MCHECKSTYLE-186:
-

Thanks for your reply. I went through the linked issue and the revisions 
mentioned there. I may be missing something out here but I didn't really find 
anything specific that could validate my xml files. Could you please elaborate 
a little on what could fix this issue?

> FileTabCharacter check not working
> --
>
> Key: MCHECKSTYLE-186
> URL: https://jira.codehaus.org/browse/MCHECKSTYLE-186
> Project: Maven 2.x Checkstyle Plugin
>  Issue Type: Bug
>Reporter: Dipti Desai
>Priority: Minor
>
> The FileTabCharacter check doesnt seem to work. Below is my config:
> {code:xml}
> 
> ..
> ..
> 
> 
> 
> 
> 
> ..
> ..
> 
> ..
> ..
> 
> 
> {code}
> I have my xml files - pom.xml and checkstyle config xml containing tabs but 
> none of them are flagged as violations.
> Some additional info - my plugin config looks like this:
> {code:xml}
> 
> org.apache.maven.plugins
> maven-checkstyle-plugin
> 2.9.1
> 
> 
> verify
> 
> check
> 
> 
> 
> 
> 
> checkstyle/kepler-checkstyle-config.xml
> 
> ${project.parent.basedir}${file.separator}checkstyle/kepler-checkstyle-suppressions.xml
> 
> 
> {code}

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




[jira] (MCHECKSTYLE-186) FileTabCharacter check not working

2013-01-31 Thread Dipti Desai (JIRA)
Dipti Desai created MCHECKSTYLE-186:
---

 Summary: FileTabCharacter check not working
 Key: MCHECKSTYLE-186
 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-186
 Project: Maven 2.x Checkstyle Plugin
  Issue Type: Bug
Reporter: Dipti Desai
Priority: Minor


The FileTabCharacter check doesnt seem to work. Below is my config:


..
..





..
..

..
..



I have my xml files - pom.xml and checkstyle config xml containing tabs but 
none of them are flagged as violations.

Some additional info - my plugin config looks like this:


org.apache.maven.plugins
maven-checkstyle-plugin
2.9.1


verify

check





checkstyle/kepler-checkstyle-config.xml

${project.parent.basedir}${file.separator}checkstyle/kepler-checkstyle-suppressions.xml



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