|
From: <tho...@tr...> - 2004-07-19 15:32:27
|
We had the same problem way back when we moved the codebase from com.interface12 to org.springframework. That time it was because I moved Rod's Windows files to a Linux box and did create the new project with these files without stripping the '0D' character. The CVS client built into Eclipse seemed to mask this problem but anybody using a regular CVS client did notice it. Thomas Quoting "jürgen höller [werk3AT]" <jue...@we...>: > I've just checked that too: Actually, the JMS source files use 0D 0D 0A = > - i.e. double carriage return. I've just converted them to 0D 0A, just = > like our other files have. I'll commit them in a second. > > Juergen > > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...]On Behalf > Of Darren Davison > Sent: Monday, July 19, 2004 4:46 PM > To: spr...@li... > Subject: RE: [Springframework-developer] Final preparations for 1.1 RC1 > > > > > Hi, > > > >> - We need to adapt the source code formatting of the JMS > >> support: I still see nasty empty lines after each code line > >> on Windows: maybe Unix/Windows line feed differences? > > > > I'm not seeing this, if you show me how you are detecting this I can = > clean > > it up. > > The JMS files are using windows EOL markers (0A 0D) the other files use > the Unix convention (0A). You can verify by opening the files with any > binary viewer (TextPad on Windows will do it, any Hex viewer on = > Unix/Linux > will show it too). I thought the CVS server should automatically = > convert > to the Unix format..? > > I downloaded AbstractJmsTemplate.java and checked it with both TextPad = > on > 'doze and the nano editor (pico clone) on Linux; they formatted OK on = > both > for me. Emacs would probably show the JMS source as having ^M at the = > end > of each line. > > > --=20 > Darren Davison > Public Key: http://www.davison.uk.net/pages/key.htm > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id=10040&op=3Dick > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |