All -- but mostly Janne:
The last checkin broke a lot of the JSPs because SearchResult,
TextUtil, and FileUtil moved to sub-packages. I decided to add code to
fix this problem in JspMigrator.
In general, JspMigrator proving to be pretty damn handy in fixing
JSPs. I've already used it to automatically create
stripes:useActionBean tags based on regex matches. It is still an
evolving piece of code, but if you find it useful it is easy to extend
via the JspTransformer interface.
(Of course, to do that it needs to accurately parse and model a JSP:
not the easiest thing to do -- took me several weeks -- but I'm glad I
did it...)
Andrew
- JspMigrator Andrew Jaquith
-