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 formatting changes in this file a couple of
weeks ago. Apparently every other line was a blank line, for some reason?
The blank lines appeared when Rob Leland made some minor changes about 7 weeks
ago. In my copy, if I just replace the "^M"s (what shows in XEmacs) with a
newline, the file looks fine, and the "od" output shows normal newlines (just
like other files).
I also notice that in "src/share/org/apache/struts/validator",
"ValidatorForm.java" and "DynaValidatorForm.java" are in the same state.
I can verify that using vim under cygwin. It looks Ok using IntelliJ. I'll see if I can figure out which program is doing that and STOP using it!
-Rob -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>
