----- Original Message -----
From: "SPRINGER,IAN (HP-NewJersey,ex1)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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 - <[EMAIL PROTECTED]>
> Software Engineer - HP Middleware - App Server Team
> [V] T(856)638.6338 - [F] T(856)638.6190
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to