A minor update to Glean, v1.3.1, is available at
http://jbrugge.com/glean/download.html. It includes fixes for issues pointed out by users of v1.3.
Fixes:
- Windows pathing issues
- File encoding support in Javadoc
- Tool download script update to work with Ant 1.6.5
- CSS tweaks for better report readability
There is also a new Findbugs report XSL that produces links to the source xref pages, letting you jump from the feedback report items directly to the source line that's identified. This is now the default Findbugs report format. You can still use the XSL files that are included with the Findbugs package by overriding the report.stylesheet property in the Findbugs tool.override.properties file.
Thanks to all for providing feedback and suggesting fixes.
John