When using Jalopy as Eclipse plugin no more formatting is possible after the first faild formatting process. The way the _mode field in Jalopy.java is modified causes this behaviour. Instead of adding bit values to _mode they have to be changed bitwise.
If your Java code contains non-ASCII characters the formatting fails with:
MitÜ.java:9:17: unexpected char: 0xDC
at de.hunsicker.jalopy.language.antlr.InternalJavaLexer.nextToken(InternalJavaLexer.java:403)
at antlr.TokenStreamHiddenTokenFilter.consume(TokenStreamHiddenTokenFilter.java:38)
at...
I have created a Maven2 buildfile for FileDrop. Maybe it is useful. It would be great if FileDrop could be uploaded to Maven's central repository as described here: http://maven.apache.org/guides/mini/guide-central-repository-upload.html.