Tuesday, November 1, 2011

Re: Findbugs problem by GWT Project.

Do you really have no output from findbugs? What if you add <xmlOutput>true</xmlOutput> (as suggested by the last line your copy/pasted)?

We do have:
          <findbugsXmlOutput>true</findbugsXmlOutput>
          <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
          <xmlOutput>true</xmlOutput>
in our config. I can't remember what each one does and whether they're required or even useful, but it works (and by that, I mean that our Jenkins job correctly shows us findbugs results)

BTW, this is not an error.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/FckxCeCJHuMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment