Hi Oliver!
> Is there a formatting preferences file for eclipse available to ensure
> code formatting?
There is no such file.
Right now we are trying to setup jalopy plugin, but there are some
roadblocks on the way, see
http://code.google.com/p/architecturerules/issues/detail?id=58
> I'd like to help implementing a few features but fear
> to mess up a lot of existing code by using the autoformatting feature
> of Eclipse.
My choice is 'Format edited lines on save' feature available in the
latest 3.4, see
http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/whatsnew3.4/eclipse-news-part2.html
--
MAN-UANIC
> Its in SVN:
> http://code.google.com/p/architecturerules/source/browse/#svn/trunk/architecture-rules
> jalopy.xml
jalopy.xml from svn and http://jalopy.sourceforge.net/jalopy-eclipse/
may be a solution, but we don't have a formatting preferences file for
eclipse ;-)
--
MAN-UANIC
> Mykola, what IDE do you use? I rockin' out IntelliJ.
IDEA is a great product, but... I use Eclipse.
--
MAN-UANIC
>> Is there a formatting preferences file for eclipse available to ensure
>> code formatting?
>
> There is no such file.
>
> Right now we are trying to setup jalopy plugin, but there are some
> roadblocks on the way, see
> http://code.google.com/p/architecturerules/issues/detail?id=58
I think issue #58 fixed. So don't worry about formatting, just run 'mvn
jalopy:format' or 'mvn package' and sources would be formatted
automatically.
Btw, I use Maven Integration for Eclipse
(http://m2eclipse.sonatype.org/). It works great for me ;-)
--
MAN-UANIC