On Wed, Jul 20, 2016 at 9:57 PM, Martin Spielmann < [email protected]> wrote:
> We faced the ame problem and created a small maven plugin. > Now that i heard that others might need this too, i uploaded our > solution to github: https://github.com/pingunaut/wicketmessages-maven-p > lugin > > It's a small maven plugin available from maven central which generates > an excel file from your properties.xml files, so you can easily sort, > filter, ... > > To test it you can simply type: > > mvn com.pingunaut.maven.plugin:wicketmessages-maven-plugin:generateXls > > This will generate a file called messages.xlsx in your project's root > folder. > > > Don't expect to much we just started to use it by ourselves so this > still in development... > > Hope it helps, > Thanks for sharing, Martin! > > Best regards > Martin > > On Sun, 2016-07-10 at 11:58 +0200, Thorsten Schöning wrote: > > Guten Tag Per Newgro, > > am Freitag, 8. Juli 2016 um 16:37 schrieben Sie: > > > > > > > > I wrote my own tool as my search wasn't successful. But it is > > > simply a > > > main method loading the files and compares keys. > > > > Thanks, I had the same approach in my mind. > > > > Mit freundlichen Grüßen, > > > > Thorsten Schöning > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
