[JIRA] [warnings] (JENKINS-24011) Filtering of compiler warnings by regexp not working well

2014-07-30 Thread ullrich.haf...@gmail.com (JIRA)














































Ulli Hafner
 commented on  JENKINS-24011


Filtering of compiler warnings by regexp not working well















Did you try 
{nofromat}
./log4cxx/source/.


? 
The patterns are Java regular expressions (and not ant patterns). 



























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/d/optout.


[JIRA] [warnings] (JENKINS-24011) Filtering of compiler warnings by regexp not working well

2014-07-30 Thread ullrich.haf...@gmail.com (JIRA)












































 
Ulli Hafner
 edited a comment on  JENKINS-24011


Filtering of compiler warnings by regexp not working well
















Did you try 

.*/log4cxx/source/.*

? 
The patterns are Java regular expressions (and not ant patterns). 



























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/d/optout.


[JIRA] [warnings] (JENKINS-24011) Filtering of compiler warnings by regexp not working well

2014-07-30 Thread ullrich.haf...@gmail.com (JIRA)












































 
Ulli Hafner
 edited a comment on  JENKINS-24011


Filtering of compiler warnings by regexp not working well
















Did you try 

.*log4cxx/source/.*

? 
The patterns are Java regular expressions (and not ant patterns). 



























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/d/optout.


[JIRA] [warnings] (JENKINS-24011) Filtering of compiler warnings by regexp not working well

2014-07-30 Thread jpsch...@mtu.net (JIRA)














































jpschewe
 commented on  JENKINS-24011


Filtering of compiler warnings by regexp not working well















Yes, I realize that they are not ant expressions, but given the problems I have been having I figured I would try all options. Here are the expressions that I have tried:

log4cxx/source
.*/log4cxx/source
.*/log4cxx/source/.*
log4cxx/source/**
.*log4cxx.*source.*
.*log4cxx.source.*






























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/d/optout.


[JIRA] [warnings] (JENKINS-24011) Filtering of compiler warnings by regexp not working well

2014-07-29 Thread jpsch...@mtu.net (JIRA)














































jpschewe
 commented on  JENKINS-24011


Filtering of compiler warnings by regexp not working well















This is using the GCC 4 parser of the console output.



























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/d/optout.


[JIRA] [warnings] (JENKINS-24011) Filtering of compiler warnings by regexp not working well

2014-07-28 Thread jpsch...@mtu.net (JIRA)














































jpschewe
 created  JENKINS-24011


Filtering of compiler warnings by regexp not working well















Issue Type:


Bug



Assignee:


Ulli Hafner



Components:


warnings



Created:


28/Jul/14 9:49 PM



Description:


I see that under the advanced section of the compiler warnings module there is an option to ignore files based on their absolute file path. I have a directory at the top of my workspace named "log4cxx/source". I don't want to be notified of any warnings in that directory. The warnings are found in the console output. I have tried the following filters, all without success
log4cxx/source
./log4cxx/source/.
log4cxx/source/**

When I look at the compiler output I see output like this:

14:45:01 /bin/sh /d/workspace-jnlp/workspace/log4cxx/label/windigo-jnlp/log4cxx/source/apr-1.4.6/libtool --silent --mode=compile gcc -g -O2   -DHAVE_CONFIG_H -DWIN32 -D_MSVCRT_ -D_LARGEFILE64_SOURCE   -I./include -I/d/workspace-jnlp/workspace/log4cxx/label/windigo-jnlp/log4cxx/source/apr-1.4.6/include/arch/win32 -I./include/arch/unix -I/d/workspace-jnlp/workspace/log4cxx/label/windigo-jnlp/log4cxx/source/apr-1.4.6/include/arch/unix -I/d/workspace-jnlp/workspace/log4cxx/label/windigo-jnlp/log4cxx/source/apr-1.4.6/include  -o atomic/win32/apr_atomic.lo -c atomic/win32/apr_atomic.c  touch atomic/win32/apr_atomic.lo
14:45:01 atomic/win32/apr_atomic.c:31:5: warning: 'dllimport' attribute ignored -Wattributes
14:45:01  (apr_uint32_t volatile *);
14:45:01  ^
14:45:01 atomic/win32/apr_atomic.c:34:6: warning: 'dllimport' attribute ignored -Wattributes
14:45:01   apr_uint32_t);
14:45:01   ^
14:45:01 atomic/win32/apr_atomic.c:37:6: warning: 'dllimport' attribute ignored -Wattributes
14:45:01   apr_uint32_t, apr_uint32_t);
14:45:01   ^
14:45:01 atomic/win32/apr_atomic.c:40:6: warning: 'dllimport' attribute ignored -Wattributes
14:45:01   void *, const void *);
14:45:01   ^
14:45:01 atomic/win32/apr_atomic.c:43:6: warning: 'dllimport' attribute ignored -Wattributes
14:45:01   void *);
14:45:01   ^

If I list "atomic/win32/apr_atomic.c" in the excludes, then these warnings are ignored by the warnings plugin. However I would much rather be able to specify "./log4cxx/source/." to make sure I only exclude warnings from that subdirectory. The full path information must be available because the links that the plugin creates for the warnings link to the actual file in the workspace.

I'm using Jenkins 1.532.2 with Warnings plugin 4.39.





Environment:


Jenkins 1.532.2 with Warnings plugin 4.39




Project:


Jenkins



Priority:


Major



Reporter:


jpschewe

























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/d/optout.