DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38407>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38407





------- Additional Comments From [EMAIL PROTECTED]  2006-01-27 19:29 -------
Here's what's confusing.  The JDK doesn't run as a cygwin-controlls process, so
it should be bound to cygwin's notion of a line terminator.  It should use the
platform default, which for Windows is CRLF.  Therefore, everything that deals
with lines in Java/Windows should consider CRLF to be a line terminator.

My cygwin is set up to use CRLF as a line terminator.  One of the reasons for
this is to smooth interactions like this between cygwin and Java.  I don't want
to have to worry about line terminator differences.  So even if theoretically
Java is asking cygwin for its line terminator, it should also be getting CRLF.

I looked at AbstractCVSTask and it wasn't immediately evident how the cvspass
file is being dealt with.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to