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=40946>. 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=40946 Summary: stcheckout ignores convertEOL when used with "asofdate" Product: Ant Version: 1.6.5 Platform: Other OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Optional SCM tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] The ant task, stcheckout, ignores the "convertEOL" option if used in conjunction with the option,"asofdate", see example here: <stcheckout servername="STARTEAMSERVER" serverport="49201" projectname="MyProject" viewname="MyView" username="user" password="secret" rootlocalfolder="C:\MyProject" asofdate="20061110121500" asofdateformat="yyyyMMddHHmmss" forced="false" userepositorytimestamp="true" convertEOL="false"/> I suspect line 493 from the sources taken from the Nov 07, 2006 build. boolean success = eachFile.checkoutByLabelID( localFile, getIDofLabelInUse(), this.lockStatus, !this.useRepositoryTimeStamp, true,<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Hard Coded to true false); -- 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]