remm 2004/04/25 05:01:28 Modified: resources build.xml Log: - Add a message about cvs login in the case where checkout fails. - Bug 28333, submitted by Sandy McArthur. Revision Changes Path 1.5 +3 -0 jakarta-tomcat-5/resources/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/resources/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build.xml 15 Jan 2004 09:50:56 -0000 1.4 +++ build.xml 25 Apr 2004 12:01:28 -0000 1.5 @@ -54,6 +54,9 @@ <target name="checkout" description="Update or checkout required sources from CVS"> + <echo level="info" + message="If the checkout fails, run `cvs -d ${cvsroot} login` and try again. The password for the anonymous CVS access is `anoncvs`" /> + <cvs cvsroot="${cvsroot}" quiet="true" command="checkout -P ${tomcat.project}" dest="${basedir}" compression="true" />
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]