Hi Christophe, for the first question, I'm unsure of what exactly are you looking for, maybe you could use maven-clirr-plugin [#1] on the war module :-?
for the second, on Eclipse you can define a Code Formatter and then right click any node (class, package, module) on the Explorer view -> source -> format, if I recall correctly. Not exactly batch, but you can reformat your code in one go. You can also look at [#2] for the list of classes' changes between 2.9 and 2.10 just for the sake of curiosity, how are your modifications organized? My point is, JSPWiki is pretty modular, so it should be easy to ship modifications without having to modify the code, which should save the hassle of keeping a modified copy up to date.. Another thing to ease the hassle could be filing JIRAs requesting functionalities/improvements/whatever (with maybe some patches, we love patches O:-)), provided that these modifications are shareable, and of course if you think that they could make a common use-case. HTH, juan pablo [#1]: http://mojo.codehaus.org/clirr-maven-plugin/examples/specific-artifacts.htmlç [#2]: http://svn.apache.org/repos/asf/jspwiki/trunk/jspwiki-war/src/main/config/doc/2.10-API.txt On Fri, May 30, 2014 at 12:23 AM, Christophe Dupriez <dupr...@destin.be> wrote: > Congratulations to the developers community for this new release! > > I have one question: I have many mods to JSPWiki that I carry on from > release to release. > The package name change to "org.apache" (+licence header) was some hassle > but the global reformatting in 2.10 is much more! > > Could you advise me either: > * a tool to compare Java code without taking end of lines into account > (I did not found any) > * a tool to massively reformat (in batch) all my modified 2.9 code so I > could compare it to the new 2.10 > > Thanks a lot! > > Christophe Dupriez > Twitter @ChristopheDupri > > Le 30/05/2014 00:05, Juan Pablo Santos Rodríguez a écrit : > > The Apache JSPWiki team is pleased to announce the release of JSPWiki >> 2.10.1. >> >> This is the second release on the 2.10 series of Apache JSPWiki, a >> feature-rich and >> extensible WikiWiki engine built around the standard JEE components. >> >> The release is available here: >> http://www.apache.org/dyn/closer.cgi/jspwiki/ >> >> JSPWiki Maven artifacts are available under org.apache.jspwiki groupId, >> version 2.10.1 >> >> The full change log is available here: >> https://issues.apache.org/jira/secure/ReleaseNote.jspa? >> projectId=12310732&version=12325764 >> >> A curated change log is also available here: >> https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.10# >> section-NewIn2.10-NewInJSPWiki2.10.1ReleasedOn29052014 >> >> We welcome your help and feedback. For more information on how to report >> problems >> and to get involved, visit the project website at >> http://jspwiki.apache.org/ >> >> >> The Apache JSPWiki Team >> >> >