Peter-
What is the solution?
M-
----- Original Message -----
From: "Peter Reilly" <peterreilly@apache.org>
To: "Ant Developers List" <dev@ant.apache.org>
Sent: Tuesday, May 17, 2005 12:50 PM
Subject: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html
> Martin Gainty wrote:
>
>> Not to mention > and other escaped characters
>
> No,
> Dominique was correctly compaining about the needless escaping of the
> quote characters
>
> Peter
>
>> Can the Ant mail server either parse the html escaped characters and
>> insert the correct character representation -OR-
>> Reject the transmission altogether?
>> Vielen Danke,
>> Martin-
>>
>> ----- Original Message ----- From: "Dominique Devienne"
>> <ddevienne@gmail.com>
>> To: "Ant Developers List" <dev@ant.apache.org>
>> Sent: Monday, May 16, 2005 10:21 PM
>> Subject: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html
>>
>>
>> On 14 May 2005 13:14:15 -0000, scohen@apache.org <scohen@apache.org>
>> wrote:
>>
>>> +<pre>
>>> + <ftp action="get"
>>> + server="ftp.hypthetical.fr"
>>> + userid="anonymous"
>>> + password="me@myorg.com"
>>> + defaultDateFormatConfig="d MMM yyyy"
>>> + recentDateFormatConfig="d MMM HH:mm"
>>> + serverLanguageCodeConfig="fr">
>>> + <fileset dir="htdocs/manual">
>>> + <include name="**/*.html"/>
>>> + </fileset>
>>> + </ftp>
>>> +</pre>
>>
>>
>> The " are not necessary, are they Steven?
>> Makes it a lot harder to read, no? --DD
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> For additional commands, e-mail: dev-help@ant.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> For additional commands, e-mail: dev-help@ant.apache.org
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|