From 51fa6c6e412765a4540fd0d597b4b1805d189376 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 22 Apr 2003 15:31:03 +0000 Subject: [PATCH] Some improvements on "you need cvs in your PATH". Submitted by: Chris Reeves git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274497 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/changelog.html | 3 +++ docs/manual/CoreTasks/cvs.html | 6 +++--- docs/manual/CoreTasks/cvstagdiff.html | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/changelog.html b/docs/manual/CoreTasks/changelog.html index 7a81c8b20..733fd54ec 100644 --- a/docs/manual/CoreTasks/changelog.html +++ b/docs/manual/CoreTasks/changelog.html @@ -11,6 +11,9 @@

Description

Generates an XML-formatted report file of the change logs recorded in a CVS repository.

+

Important: This task needs "cvs" on the path. If it isn't, you will get +an error (such as error 2 on windows). If <cvs> doesn't work, try to execute cvs.exe +from the command line in the target directory in which you are working.

Parameters

diff --git a/docs/manual/CoreTasks/cvs.html b/docs/manual/CoreTasks/cvs.html index d25e088ab..2089fff11 100644 --- a/docs/manual/CoreTasks/cvs.html +++ b/docs/manual/CoreTasks/cvs.html @@ -13,9 +13,9 @@ CVS repository.

When doing automated builds, the get task should be preferred over the checkout command, because of speed.

-

ImportantThis task needs "cvs" on the path. If it isn't, you will get -an error (such as error 2 on windows). If <cvs> doesn't work, try and execute -it from the command line in the target directory you are working in. +

Important: This task needs "cvs" on the path. If it isn't, you will get +an error (such as error 2 on windows). If <cvs> doesn't work, try to execute cvs.exe +from the command line in the target directory in which you are working.

Parameters

diff --git a/docs/manual/CoreTasks/cvstagdiff.html b/docs/manual/CoreTasks/cvstagdiff.html index 032b3c6d8..6dbb8e76c 100644 --- a/docs/manual/CoreTasks/cvstagdiff.html +++ b/docs/manual/CoreTasks/cvstagdiff.html @@ -8,6 +8,9 @@

Description

Generates an XML-formatted report file of the changes between two tags or dates recorded in a CVS repository.

+

Important: This task needs "cvs" on the path. If it isn't, you will get +an error (such as error 2 on windows). If <cvs> doesn't work, try to execute cvs.exe +from the command line in the target directory in which you are working.

Parameters