|
From: Darren D. <da...@da...> - 2004-07-19 14:46:05
|
> 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 cl= ean > 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/Linu= x 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 bot= h 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 |