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

I'm experiencing this too, and figured out a solution. I needed to disable saving messages.
http://social.msdn.microsoft.com/Forums/en-US/60bc9dbf-5557-46d4-8905-d850286b8787/could-not-import-all-messages-error-supression has a good description of the problem and solution, but I'll repeat it here.
I'm using an .fxcop file to configure the rules, and occasionally open/edit that using FXCop directly. In my jenkins configuration, I add a command line argument to load up my .fxcop file. Using the fxcop defaults, it's trying to save the warnings in the fxcop file every time, and fxcopcmd will emit warnings that trigger build instability.
To fix it, in my fxcop file (which is XML), I changed SaveMessages/Project/Status to "Excluded", which might not be the best setting, but it made it work for me. In Fxcop GUI this is done via:
Started by user (null) Building remotely on MY_JENKINS_SLAVE in workspace C:\Jenkins\workspace\MY_PROJECT Checkout:MY_PROJECT / C:\Jenkins\workspace\MY_PROJECT - hudson.remoting.Channel@3ecfea4e:MY_JENKINS_SLAVE Using strategy: Default Last Built Revision: Revision 655c79fcdeaef3d871d0dfe941f083e83e475b68 (origin/master) Fetching changes from 1 remote Git repository Fetching upstream changes from origin Commencing build of Revision bb32fd2e656441de1f65daf3a1019ad20a7ba858 (origin/master) Checking out Revision bb32fd2e656441de1f65daf3a1019ad20a7ba858 (origin/master) Cleaning workspace Resetting working tree [MY_PROJECT] $ cmd /c call C:\Users\jenkins\AppData\Local\Temp\hudson2073588205894679312.batAfter changing my fxcop config I don't get these messages:
There were non-critical errors loading FxCop project: * Could not import all messages. * End of project load errors.