[JIRA] [warnings] (JENKINS-18290) cpplint.py outputs not handled by Warnings plugin

2013-06-28 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-18290


cpplint.py outputs not handled by Warnings plugin















Code changed in jenkins
User: Ulli Hafner
Path:
 src/main/java/hudson/plugins/warnings/parser/CppLintParser.java
 src/test/java/hudson/plugins/warnings/parser/CppLintParserTest.java
 src/test/resources/hudson/plugins/warnings/parser/issue18290.txt
http://jenkins-ci.org/commit/warnings-plugin/1248c6e958d5ad2c58906043e522f337c813d947
Log:
  FIXED JENKINS-18290 Improved regexp of CPPLint parser.
Now old and new formats could be parsed.






























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [warnings] (JENKINS-18290) cpplint.py outputs not handled by Warnings plugin

2013-06-28 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-18290 as Fixed


cpplint.py outputs not handled by Warnings plugin
















Change By:


SCM/JIRA link daemon
(28/Jun/13 5:09 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [warnings] (JENKINS-18290) cpplint.py outputs not handled by Warnings plugin

2013-06-25 Thread ullrich.haf...@gmail.com (JIRA)














































Ulli Hafner
 commented on  JENKINS-18290


cpplint.py outputs not handled by Warnings plugin















Thanks, that is sufficient. The regualar _expression_ needs to be improved to capture both formats...



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [warnings] (JENKINS-18290) cpplint.py outputs not handled by Warnings plugin

2013-06-24 Thread gkem...@csir.co.za (JIRA)














































Gerard Kempff
 commented on  JENKINS-18290


cpplint.py outputs not handled by Warnings plugin















Hi
Is the information sufficient? Please let me know if you require something else.
Thanks!



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [warnings] (JENKINS-18290) cpplint.py outputs not handled by Warnings plugin

2013-06-18 Thread gkem...@csir.co.za (JIRA)














































Gerard Kempff
 commented on  JENKINS-18290


cpplint.py outputs not handled by Warnings plugin















I used the latest "cpplint.py" downloaded from "http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py".

It seems that there is an extra ":" in the latest message format and without the "()" around the line numbers, see below:


/opt/ros/fuerte/stacks/Mule/Mapping/Local_map/src/LocalCostMap.cpp:399:  Missing space before {  whitespace/braces 5
/opt/ros/fuerte/stacks/Mule/Mapping/Local_map/src/LocalCostMap.cpp:400:  Tab found; better to use spaces  whitespace/tab 1

Thanks!



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [warnings] (JENKINS-18290) cpplint.py outputs not handled by Warnings plugin

2013-06-15 Thread ullrich.haf...@gmail.com (JIRA)














































Ulli Hafner
 commented on  JENKINS-18290


cpplint.py outputs not handled by Warnings plugin















Seems that the syntax changed. Which cpp lint version are you using?

Can you please attach a log with some more messages?

Here the current format: 

c:\Workspace\Trunk\Project\P1\class.h(320):  At least two spaces is best between code and comments  [whitespace/comments] [2]
c:\Workspace\Trunk\Project\P1\class.h(320):  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]

filename.cpp:18: Missing space after , [whitespace/comma] [3]




























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [warnings] (JENKINS-18290) cpplint.py outputs not handled by Warnings plugin

2013-06-15 Thread ullrich.haf...@gmail.com (JIRA)












































 
Ulli Hafner
 edited a comment on  JENKINS-18290


cpplint.py outputs not handled by Warnings plugin
















Seems that the syntax changed. Which cpp lint version are you using?

Can you please attach a log with some more messages?

Here the current format: 

c:\Workspace\Trunk\Project\P1\class.h(320):  At least two spaces is best between code and comments  [whitespace/comments] [2]
c:\Workspace\Trunk\Project\P1\class.h(320):  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]




























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [warnings] (JENKINS-18290) cpplint.py outputs not handled by Warnings plugin

2013-06-11 Thread gkem...@csir.co.za (JIRA)














































Gerard Kempff
 created  JENKINS-18290


cpplint.py outputs not handled by Warnings plugin















Issue Type:


Bug



Affects Versions:


current



Assignee:


Ulli Hafner



Components:


warnings



Created:


11/Jun/13 1:13 PM



Description:


I added an 'Execute shell' build step in Jenkins to run the cpplint.py

python /var/lib/jenkins/scripts/cpplint.py --counting=detailed `find path -name *.cpp
I also added 'Scan for compiler warnings' and added CppLint.

However it always gets 0 warnings even though it displayed in the Console output some warnings such as

filename.cpp:18: Missing space after , whitespace/comma 3




Due Date:


14/Jun/13 12:00 AM




Environment:


Ubuntu 12.04




Project:


Jenkins



Labels:


plugin




Priority:


Major



Reporter:


Gerard Kempff

























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.