|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

So a couple other things to check:
-The exclude paths are depot paths, not workspace paths. I suspect you are using depot paths already, but I just wanted to double check.
-Are you using anything odd in your view spec? It should look like:
//depot/project/a/... //workspace/a/...
//depot/project/b/*.java //workspace/b/*.java
Only ... and * are currently supported as matchers. Named matchers (%%1, %%2, etc) don't work yet and will break the file exclusion code, since it will think all files are outside of the current view.