List <[EMAIL PROTECTED]>
cc: (bcc: Kevin Bedell/Systems/USHO/SunLife)
Subject:Re: javadoc & Weird state of
org/apache/struts/util/AppException.java
On 7 Nov 2002, David M. Karr wrote:
> Date: 07 Nov 2002 22:10:21 -0800
> From: David M. Karr <[EMAIL PROTECTE
On 7 Nov 2002, David M. Karr wrote:
> Date: 07 Nov 2002 22:10:21 -0800
> From: David M. Karr <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: javadoc & Weird state of org/apache/struts/util/AppExceptio
: Struts Developers List <[EMAIL PROTECTED]>
Subject: Re: javadoc & Weird state of
org/apache/struts/util/AppException.java
Date: Fri, 08 Nov 2002 10:41:37 -0500
David Graham wrote:
Yes, I removed all the empty lines because it made the file very long.
I'm not sure why it would
David Graham wrote:
Yes, I removed all the empty lines because it made the file very
long. I'm not sure why it would show up as a single line though with
^M. That character normally shows up from windows systems right? I
used Eclipse to make the changes and it shows up fine in my editor.
I
FWIW...
This is usually caused by manually copying files from a DOS/Windows
machine to a Unix machine and then checking them in. However it
is caused, it happens when you check a DOS-formatted file in from a
Unix machine. In this case, CVS stores the file as-is with \r\n's
intact. If checked in
o see some javadoc for AppException as I'm still unclear on
why it's needed.
David
From: [EMAIL PROTECTED] (David M. Karr)
Reply-To: "Struts Developers List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: javadoc & Weird state of org/apache/struts/util/AppExc
David M. Karr wrote:
When I view the file
"src/share/org/apache/struts/util/AppException.java" in
Cygwin/XEmacs (binmode), it shows up as a SINGLE line (the entire
file), with
linefeeds ("\r" in "od") instead of newlines. I see just about the
same in
"vi". I noticed David G. made some format
When I view the file "src/share/org/apache/struts/util/AppException.java" in
Cygwin/XEmacs (binmode), it shows up as a SINGLE line (the entire file), with
linefeeds ("\r" in "od") instead of newlines. I see just about the same in
"vi". I noticed David G. made some formatting changes in this file