Can someone tell me what I'm doing wrong? I tried to submit the following
patch:
Index: index.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/index.html,v
retrieving revision 1.114
diff -u -r1.114 index.html
--- index.html 2000/09/24 08:52:33 1.114
+++ index.html 2000/09/25 08:54:43
@@ -180,7 +180,7 @@
option, where <i><property></i> is the name of the property and
<i><value></i>
the value. This can also be used (and is the only way since Java can not
access them)
to have access to your environment variables, just pass -DMYVAR=%MYVAR%
(Windows) or
--DMYVAR=$MYVAR (Unix) do Ant, you can then access these variables inside
your build-file
+-DMYVAR=$MYVAR (Unix) to Ant, you can then access these variables inside
your build-file
as ${MYVAR}.</p>
<p>Two more options are <i>-quiet</i> which instructs Ant to print less
information on the console when running. The option <i>-verbose</i> on the
other
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 25, 2000 4:46 PM
Subject: cvs commit: jakarta-ant/docs index.html
> bodewig 00/09/25 07:46:17
>
> Modified: docs index.html
> Log:
> Second try to fix a typo.
> Submitted by: Nico Seessle <[EMAIL PROTECTED]>
>
> Revision Changes Path
> 1.115 +1 -1 jakarta-ant/docs/index.html
>
> Index: index.html
> ===================================================================
> RCS file: /home/cvs/jakarta-ant/docs/index.html,v
> retrieving revision 1.114
> retrieving revision 1.115
> diff -u -r1.114 -r1.115
> --- index.html 2000/09/24 08:52:33 1.114
> +++ index.html 2000/09/25 14:46:01 1.115
> @@ -256,7 +256,7 @@
> </tr>
> <tr>
> <td valign="top">name</td>
> - <td valign="top">the name of the project.</td>
> + <td valign="top">the name of the target.</td>
> <td align="center" valign="top">Yes</td>
> </tr>
> <tr>
>
>
>