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=28333>. 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=28333 Add info on cvs login to tomcat build file. Summary: Add info on cvs login to tomcat build file. Product: Tomcat 5 Version: Unknown Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] On the building doc: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/building.html you are told to download and run an ant build file: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/build.xml to checkout tomcat sources. For people running this the first time the checkout target will fail because they need to login to CVS. It would be nice if the following task was added near the top of the checkout target to inform the developer of what needs to be done. <echo level="info" message="If the checkouts fail, run `cvs -d ${cvsroot} login` and try again."/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]