You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2013/03/27 07:02:07 UTC

svn commit: r1461421 - in /ant/core/trunk/manual/Tasks: ear.html jar.html war.html zip.html

Author: bodewig
Date: Wed Mar 27 06:02:07 2013
New Revision: 1461421

URL: http://svn.apache.org/r1461421
Log:
typo reported by Charles Antony

Modified:
    ant/core/trunk/manual/Tasks/ear.html
    ant/core/trunk/manual/Tasks/jar.html
    ant/core/trunk/manual/Tasks/war.html
    ant/core/trunk/manual/Tasks/zip.html

Modified: ant/core/trunk/manual/Tasks/ear.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/ear.html?rev=1461421&r1=1461420&r2=1461421&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/ear.html (original)
+++ ant/core/trunk/manual/Tasks/ear.html Wed Mar 27 06:02:07 2013
@@ -227,7 +227,7 @@ to a value other than its default, <code
     <td valign="top">createUnicodeExtraFields</td>
     <td valign="top">Whether to create unicode extra fields to store
       the file names a second time inside the entry's metadata.
-      <br>Possible values are "never", "always" and "not-encodable"
+      <br>Possible values are "never", "always" and "not-encodeable"
       which will only add Unicode extra fields if the file name cannot
       be encoded using the specified encoding.
       <em>Since Ant 1.8.0</em>.

Modified: ant/core/trunk/manual/Tasks/jar.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/jar.html?rev=1461421&r1=1461420&r2=1461421&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/jar.html (original)
+++ ant/core/trunk/manual/Tasks/jar.html Wed Mar 27 06:02:07 2013
@@ -283,7 +283,7 @@ to a value other than its default, <code
     <td valign="top">createUnicodeExtraFields</td>
     <td valign="top">Whether to create unicode extra fields to store
       the file names a second time inside the entry's metadata.
-      <br>Possible values are "never", "always" and "not-encodable"
+      <br>Possible values are "never", "always" and "not-encodeable"
       which will only add Unicode extra fields if the file name cannot
       be encoded using the specified encoding.
       <em>Since Ant 1.8.0</em>.

Modified: ant/core/trunk/manual/Tasks/war.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/war.html?rev=1461421&r1=1461420&r2=1461421&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/war.html (original)
+++ ant/core/trunk/manual/Tasks/war.html Wed Mar 27 06:02:07 2013
@@ -230,7 +230,7 @@ to a value other than its default, <code
     <td valign="top">createUnicodeExtraFields</td>
     <td valign="top">Whether to create unicode extra fields to store
       the file names a second time inside the entry's metadata.
-      <br>Possible values are "never", "always" and "not-encodable"
+      <br>Possible values are "never", "always" and "not-encodeable"
       which will only add Unicode extra fields if the file name cannot
       be encoded using the specified encoding.
       <em>Since Ant 1.8.0</em>.

Modified: ant/core/trunk/manual/Tasks/zip.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/zip.html?rev=1461421&r1=1461420&r2=1461421&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/zip.html (original)
+++ ant/core/trunk/manual/Tasks/zip.html Wed Mar 27 06:02:07 2013
@@ -256,7 +256,7 @@ archive.</p>
     <td valign="top">createUnicodeExtraFields</td>
     <td valign="top">Whether to create unicode extra fields to store
       the file names a second time inside the entry's metadata.
-      <br>Possible values are "never", "always" and "not-encodable"
+      <br>Possible values are "never", "always" and "not-encodeable"
       which will only add Unicode extra fields if the file name cannot
       be encoded using the specified encoding.
       <em>Since Ant 1.8.0</em>.



Re: svn commit: r1461421 - in /ant/core/trunk/manual/Tasks: ear.html jar.html war.html zip.html

Posted by Stefan Bodewig <bo...@apache.org>.
On 2013-03-27, Jesse Glick wrote:

> On 03/27/2013 02:02 AM, bodewig@apache.org wrote:
>> URL: http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/zip.html?rev=1461421&r1=1461420&r2=1461421&view=diff
>> -      <br>Possible values are "never", "always" and "not-encodable"
>> +      <br>Possible values are "never", "always" and "not-encodeable"

> Is this the actual enum value?

yes.  Zip.java line 2150

> Because “encodable” would be the correct English
> spelling. (java.lang.Cloneable was the product of ignorance and seems
> to have spawned a generation of mistakes.)

Quite possible.  I didn't spell check it when I wrote the code and
nobody seems to have spotted it either.  Added in 1.8.0.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r1461421 - in /ant/core/trunk/manual/Tasks: ear.html jar.html war.html zip.html

Posted by Jesse Glick <ty...@gmail.com>.
On 03/27/2013 02:02 AM, bodewig@apache.org wrote:
> URL: http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/zip.html?rev=1461421&r1=1461420&r2=1461421&view=diff
> -      <br>Possible values are "never", "always" and "not-encodable"
> +      <br>Possible values are "never", "always" and "not-encodeable"

Is this the actual enum value? Because “encodable” would be the correct English spelling. (java.lang.Cloneable was the product of ignorance and seems to have spawned a 
generation of mistakes.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org