Re: [ant] branch master updated: Incorrect HTML

2019-03-06 Thread Jaikiran Pai
Hi Eugène,

I have updated that manual and also marked this bugzilla as resolved.
Thanks for bringing this up.

-Jaikiran


On 06/03/19 12:50 PM, Eugène Adell wrote:
> Hello Jaikiran,
> 
> if you are changing the doc, there's one bug that I opened a couple of
> days ago ( https://bz.apache.org/bugzilla/show_bug.cgi?id=63226 ) and
> which is trivial. Maybe could you have a look ?
> 
> best regards
> E.A.
> 
> Le mer. 6 mars 2019 à 07:51,  a écrit :
>>
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> jaikiran pushed a commit to branch master
>> in repository https://gitbox.apache.org/repos/asf/ant.git
>>
>>
>> The following commit(s) were added to refs/heads/master by this push:
>>  new 9e1bd14  Incorrect HTML
>> 9e1bd14 is described below
>>
>> commit 9e1bd1445d4269320e861ed05845e48e57f6f762
>> Author: twogee 
>> AuthorDate: Fri Mar 1 22:34:05 2019 +0100
>>
>> Incorrect HTML
>> ---
>>  manual/Tasks/conditions.html   |  3 +--
>>  manual/Tasks/ejb.html  |  1 -
>>  manual/Tasks/javadoc.html  | 14 +++---
>>  manual/Tasks/scriptdef.html|  2 +-
>>  manual/Tasks/serverdeploy.html |  6 +++---
>>  manual/Tasks/sshsession.html   |  1 -
>>  manual/Tasks/subant.html   |  2 +-
>>  manual/Tasks/wljspc.html   |  2 +-
>>  manual/cover.html  |  2 +-
>>  manual/properties.html |  2 +-
>>  manual/targets.html|  4 ++--
>>  manual/tutorial-tasks-filesets-properties.html |  9 +++--
>>  src/tutorial/tasks-filesets-properties/final/find.html |  6 +++---
>>  13 files changed, 24 insertions(+), 30 deletions(-)
>>
>> diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html
>> index c494a30..f995e8e 100644
>> --- a/manual/Tasks/conditions.html
>> +++ b/manual/Tasks/conditions.html
>> @@ -217,11 +217,10 @@ URL. By default, HTTP responses errors of 400 or 
>> greater are viewed as invalid.<
>>
>>
>>  readTimeout
>> -Read timeout, in milli second, that will be used while reading from 
>> the target URL.
>> +Read timeout, in milliseconds, that will be used while reading from 
>> the target URL.
>>Accepts any value ≥ 0. Value of 0 implies wait indefinitely. Value 
>> < 0 will be silently
>>ignored.
>>since Ant 1.10.6
>> -
>>  No; defaults to 0
>>
>>  
>> diff --git a/manual/Tasks/ejb.html b/manual/Tasks/ejb.html
>> index 9fa87b5..f5bf654 100644
>> --- a/manual/Tasks/ejb.html
>> +++ b/manual/Tasks/ejb.html
>> @@ -1523,7 +1523,6 @@ example, suffix). Refer to the appropriate 
>> documentation for more det
>>this if you prefer to run GenIC at deployment time.
>>No; defaults to false
>>  
>> -
>>
>>  
>>
>> diff --git a/manual/Tasks/javadoc.html b/manual/Tasks/javadoc.html
>> index 2f0abe3..0ba51ae 100644
>> --- a/manual/Tasks/javadoc.html
>> +++ b/manual/Tasks/javadoc.html
>> @@ -608,11 +608,11 @@ Same as for package.
>>  Same as one entry in the list given by modulenames.
>>
>>  Parameters
>> -
>> +
>>
>> -Attribute
>> -Description
>> -Required
>> +Attribute
>> +Description
>> +Required
>>
>>
>>  name
>> @@ -871,7 +871,7 @@ See Command line 
>> arguments.
>>> packages="com.dummy.test.b*:com.dummy.test.c*"/>
>>> href="https://docs.oracle.com/javase/8/docs/api/"; 
>> packagelistLoc="C:\tmp"/>
>>;
>> -
>> +
>>
>>  is the same as
>>
>> @@ -894,7 +894,7 @@ See Command line 
>> arguments.
>>> packages="com.dummy.test.b*:com.dummy.test.c*"/>
>>> href="https://docs.oracle.com/javase/8/docs/api/"; 
>> packagelistLoc="C:\tmp"/>
>>;
>> -
>> +
>>
>>  or
>>
>> @@ -917,7 +917,7 @@ See Command line 
>> arguments.
>>> packages="com.dummy.test.b*:com.dummy.test.c*"/>
>>> href="https://docs.oracle.com/javase/8/docs/api/"; 
>> packagelistLoc="C:\tmp"/>
>>;
>> -
>> +
>>
>>  
>>  
>> diff --git a/manual/Tasks/scriptdef.html b/manual/Tasks/scriptdef.html
>> index 384d6c5..798d5c8 100644
>> --- a/manual/Tasks/scriptdef.html
>> +++ b/manual/Tasks/scriptdef.html
>> @@ -226,7 +226,7 @@ through them
>>  + filesets.get(i).getDir(project));
>>  }
>>]]>
>> -
>> +
>>
>>  
>>
>> diff --git a/manual/Tasks/serverdeploy.html b/manual/Tasks/serverdeploy.html
>> index

Re: [ant] branch master updated: Incorrect HTML

2019-03-05 Thread Eugène Adell
Hello Jaikiran,

if you are changing the doc, there's one bug that I opened a couple of
days ago ( https://bz.apache.org/bugzilla/show_bug.cgi?id=63226 ) and
which is trivial. Maybe could you have a look ?

best regards
E.A.

Le mer. 6 mars 2019 à 07:51,  a écrit :
>
> This is an automated email from the ASF dual-hosted git repository.
>
> jaikiran pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/ant.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>  new 9e1bd14  Incorrect HTML
> 9e1bd14 is described below
>
> commit 9e1bd1445d4269320e861ed05845e48e57f6f762
> Author: twogee 
> AuthorDate: Fri Mar 1 22:34:05 2019 +0100
>
> Incorrect HTML
> ---
>  manual/Tasks/conditions.html   |  3 +--
>  manual/Tasks/ejb.html  |  1 -
>  manual/Tasks/javadoc.html  | 14 +++---
>  manual/Tasks/scriptdef.html|  2 +-
>  manual/Tasks/serverdeploy.html |  6 +++---
>  manual/Tasks/sshsession.html   |  1 -
>  manual/Tasks/subant.html   |  2 +-
>  manual/Tasks/wljspc.html   |  2 +-
>  manual/cover.html  |  2 +-
>  manual/properties.html |  2 +-
>  manual/targets.html|  4 ++--
>  manual/tutorial-tasks-filesets-properties.html |  9 +++--
>  src/tutorial/tasks-filesets-properties/final/find.html |  6 +++---
>  13 files changed, 24 insertions(+), 30 deletions(-)
>
> diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html
> index c494a30..f995e8e 100644
> --- a/manual/Tasks/conditions.html
> +++ b/manual/Tasks/conditions.html
> @@ -217,11 +217,10 @@ URL. By default, HTTP responses errors of 400 or 
> greater are viewed as invalid.<
>
>
>  readTimeout
> -Read timeout, in milli second, that will be used while reading from 
> the target URL.
> +Read timeout, in milliseconds, that will be used while reading from 
> the target URL.
>Accepts any value ≥ 0. Value of 0 implies wait indefinitely. Value 
> < 0 will be silently
>ignored.
>since Ant 1.10.6
> -
>  No; defaults to 0
>
>  
> diff --git a/manual/Tasks/ejb.html b/manual/Tasks/ejb.html
> index 9fa87b5..f5bf654 100644
> --- a/manual/Tasks/ejb.html
> +++ b/manual/Tasks/ejb.html
> @@ -1523,7 +1523,6 @@ example, suffix). Refer to the appropriate 
> documentation for more det
>this if you prefer to run GenIC at deployment time.
>No; defaults to false
>  
> -
>
>  
>
> diff --git a/manual/Tasks/javadoc.html b/manual/Tasks/javadoc.html
> index 2f0abe3..0ba51ae 100644
> --- a/manual/Tasks/javadoc.html
> +++ b/manual/Tasks/javadoc.html
> @@ -608,11 +608,11 @@ Same as for package.
>  Same as one entry in the list given by modulenames.
>
>  Parameters
> -
> +
>
> -Attribute
> -Description
> -Required
> +Attribute
> +Description
> +Required
>
>
>  name
> @@ -871,7 +871,7 @@ See Command line 
> arguments.
> packages="com.dummy.test.b*:com.dummy.test.c*"/>
> href="https://docs.oracle.com/javase/8/docs/api/"; 
> packagelistLoc="C:\tmp"/>
>;
> -
> +
>
>  is the same as
>
> @@ -894,7 +894,7 @@ See Command line 
> arguments.
> packages="com.dummy.test.b*:com.dummy.test.c*"/>
> href="https://docs.oracle.com/javase/8/docs/api/"; 
> packagelistLoc="C:\tmp"/>
>;
> -
> +
>
>  or
>
> @@ -917,7 +917,7 @@ See Command line 
> arguments.
> packages="com.dummy.test.b*:com.dummy.test.c*"/>
> href="https://docs.oracle.com/javase/8/docs/api/"; 
> packagelistLoc="C:\tmp"/>
>;
> -
> +
>
>  
>  
> diff --git a/manual/Tasks/scriptdef.html b/manual/Tasks/scriptdef.html
> index 384d6c5..798d5c8 100644
> --- a/manual/Tasks/scriptdef.html
> +++ b/manual/Tasks/scriptdef.html
> @@ -226,7 +226,7 @@ through them
>  + filesets.get(i).getDir(project));
>  }
>]]>
> -
> +
>
>  
>
> diff --git a/manual/Tasks/serverdeploy.html b/manual/Tasks/serverdeploy.html
> index 545f0b1..a09d756 100644
> --- a/manual/Tasks/serverdeploy.html
> +++ b/manual/Tasks/serverdeploy.html
> @@ -221,7 +221,7 @@ server:
>  server:
>
>  
> - source="${lib.dir}/ejb_myApp.jar"/>
> + source="${lib.dir}/ejb_myApp.jar"/>
>  
    
    

2 matches