|
No indication of a javascript error in IE, IE-64, Firefox, or Google Chrome. Unfortunately, I'm not a Javascript developer, so I am not confident I've enabled the correct options in the browser to show me all javascript errors. The Firefox "error console" reports: Warning: Error in parsing value for 'white-space'. Declaration dropped. I assume that is harmless, since it is a warning and not an error. The Hudson log (http://192.168.0.2:8080/log/all May 11, 2010 9:39:03 AM hudson.plugins.analysis.core.BuildResult loadResult May 11, 2010 9:39:02 AM hudson.plugins.analysis.core.ParserResult populateFileNameCache I believe the second of those messages is reporting that I have more than one copy of the file "errors.h" in my workspace. That is correct, but I assume it is irrelevant to the problem. Here is an Hudson instance that shows the problem: I'm using the following piece of JavaScript to fill a tab: YAHOO.plugin.Dispatcher.delegate (new YAHOO.widget.Tab({ label: '${%Modules}', dataSrc: 'tab.modules', cacheData: true, active: false }), myTabs); And the jelly pages contain: <script type="text/javascript">
Behaviour.apply(document);
</script>
I don't think there is any way for me to tell the Warnings plugin the absolute path to my source files (the errors.h file), and I believe it has some heuristics in it which attempt to guess the location of the file based on relative paths and searching the file tree. I'm pretty sure the findbugs plugin is not attempting to do anything with errors.h, since that is a C source file, rather than a Java source file. Code changed in hudson |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Any error messages in Hudson webserver log? Any javascript errors in your browser?