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
Summary: cvspass file won't be read properly if it uses dos
instead of unix line terminator
Product: Ant
Version: 1.6.5
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: dev@ant.apache.org
ReportedBy: beafdefx@yahoo.com
This is using a Windows/Cygwin environment.
When doing any cvs operation that requires use of cvspass, if that cvspass file
uses dos style line terminators, you will get an "authorization failed" message
from the CVS server. I presume this is because the extra carriage return \r is
interpreted to be part of the password in cvspass.
If the file uses unix-style line terminators, this is not a problem. However,
anyone who has installed their Cygwin to use dos style line terminators will
automatically get a dos style .cvspass which will always cause ant cvs tasks to
fail.
--
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|