You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Nicola Ken Barozzi <ni...@apache.org> on 2002/05/22 08:15:37 UTC

Fw: Ant doc correction

----- Original Message -----
From: "SPRINGER,IAN (HP-NewJersey,ex1)" <ia...@hp.com>
To: <ni...@apache.org>
Sent: Wednesday, May 22, 2002 4:26 AM
Subject: Ant doc correction


> on http://jakarta.apache.org/ant/manual/CoreTasks/jar.html (Ant 1.5 docs):
>
> The first example:
>
> <jar file="${dist}/lib/app.jar" basedir="${build}/classes"/>
>
> should be:
>
> <jar destfile="${dist}/lib/app.jar" basedir="${build}/classes"/>
>
> Also, the (apparently deprectaed) 'jarfile' attribute should still be
> documented.
>
> Under Nested elements, Manifest should not be capitalized.
>
> -Ian-
>
> ======================================-------------
> Ian P. Springer - <ia...@hp.com>
> Software Engineer - HP Middleware - App Server Team
> [V] T(856)638.6338 - [F] T(856)638.6190
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Fw: Ant doc correction

Posted by Stefan Bodewig <bo...@apache.org>.
Thanks, fixed for beta2.

On Wed, 22 May 2002, Nicola Ken Barozzi <ni...@apache.org> wrote:

> From: "SPRINGER,IAN (HP-NewJersey,ex1)" <ia...@hp.com>

>> Also, the (apparently deprectaed) 'jarfile' attribute should still
>> be documented.

We have decided to not document it (as well as zipfile, warfile and
earfile in their tasks) a while ago.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>