RE: maintaining correct style

2004-05-19 Thread Brett Porter
4 1:59 AM > To: Maven Developers List > Subject: maintaining correct style > > > > > An other approach is to change automatically the code on the server > > with a cron like this every day: > > - checkout the code > > - run jalopy or other code formatter

maintaining correct style

2004-05-19 Thread Jerome Lacoste
> An other approach is to change automatically the code on the server with a > cron like this every day: > - checkout the code > - run jalopy or other code formatter > - checkin all changes with [Maven formatter] in message. > > With this process, we'll have only files checkin in the day that wil