Eclipse 3.1, Workbench 4.0, CommonClipse plugin. WIndows XP.
The formatter will reformat the following jsp (of 1 line):
<jsp:include page=”/include/incfooter.jsp” />
to
<jsp:include page=”/include/incfooter.jsp” /
>
(note the ending chevron). This does this every time for me, but *ONLY* if it’s the last line, and not followed by any CR’s. If there any blank lines following that line, the formatter leaves it alone.