Tomas Westling
unread,Jan 9, 2013, 1:33:18 AM1/9/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkin...@googlegroups.com, jenkins...@googlegroups.com, robert....@sonymobile.com, tomas.w...@sonymobile.com, jhooms...@netscape.net
Hello Jhoom,
the build failure analyzer uses Matcher.matches() to see if a regular expression matches its target.
The reason for this is performance, we used find() earlier but we saw very long scan times.
This means that you have to match the entire line, not just something that exists in the line, e.g.
.*Cannot find parent.*
This would match for "Cannot find parent" anywhere in a line.
Br Tomas Westling
Sony Mobile Communications AB