Re: End-of-line style plugin

2008-01-23 Thread Antonio Petrelli
2008/1/23, John Coleman [EMAIL PROTECTED]: I quickly threw together an end-of-line style plugin yesterday becausee of problems I had importing a large Maven project into subversion. The plugin will list any files under the src tree that have inconsistent CR, CRLF or LF line endings. It's a

RE: End-of-line style plugin

2008-01-23 Thread nicklist
', command) if status: print 'Command %s failed with exit status %s' \ 140c140 sys.exit(1) --- sys.exit(1) -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wed 1/23/2008 10:01 AM To: Maven Users List Subject: Re: End-of-line

RE: End-of-line style plugin

2008-01-23 Thread Jörg Schaible
[EMAIL PROTECTED] wrote: For what it is worth, I've adjusted the svn_apply_autoprops.py script of subversion to apply dos2unix to all files, which should have the svn:eol-style property set. This clearly makes it much easier to clean your repository or import code into your svn repository.

RE: End-of-line style plugin

2008-01-23 Thread nicklist
files, that need it, before applying the autoprops. Hth, Nick Stolwijk -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Wed 1/23/2008 10:23 AM To: Maven Users List Subject: RE: End-of-line style plugin [EMAIL PROTECTED] wrote: For what it is worth, I've adjusted

RE: End-of-line style plugin

2008-01-23 Thread nicklist
this, by running dos2unix to your files, that need it, before applying the autoprops. Hth, Nick Stolwijk -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Wed 1/23/2008 10:23 AM To: Maven Users List Subject: RE: End-of-line style plugin [EMAIL PROTECTED] wrote: For what

RE: End-of-line style plugin

2008-01-23 Thread John Coleman
:01 To: Maven Users List Subject: Re: End-of-line style plugin 2008/1/23, John Coleman [EMAIL PROTECTED]: I quickly threw together an end-of-line style plugin yesterday becausee of problems I had importing a large Maven project into subversion. The plugin will list any files under

RE: End-of-line style plugin

2008-01-23 Thread John Coleman
To: Maven Users List Subject: RE: End-of-line style plugin Just checked it with subversion 1.4.4 and it seems to work automatically now. Is this a recent fix? I know I've had problems with it. Hth, Nick Stolwijk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: End-of-line style plugin

2008-01-23 Thread deckrider
- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wed 1/23/2008 10:01 AM To: Maven Users List Subject: Re: End-of-line style plugin 2008/1/23, John Coleman [EMAIL PROTECTED]: I quickly threw together an end-of-line style plugin yesterday becausee of problems I had importing a large

RE: End-of-line style plugin

2008-01-23 Thread nicklist
inconsistent new lines, so mixed up windows/unix eol style. Applying dos2unix to those solved that. Hth, Nick Stolwijk -Original Message- From: deckrider [mailto:[EMAIL PROTECTED] Sent: Wed 1/23/2008 3:09 PM To: Maven Users List Subject: Re: End-of-line style plugin I personally dislike any

RE: End-of-line style plugin

2008-01-23 Thread Brian E. Fox
Couldn't this already be checked with checkstyle and/or pmd? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 9:38 AM To: Maven Users List Subject: RE: End-of-line style plugin The original svn_auto_props works only on your working