You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Wong Kok Wai <wo...@pacific.net.sg> on 2000/03/04 01:46:40 UTC

Proposal: add an update option to the JAR task def

I like to propose adding an update option to the JAR task def. Updating
of jar can be done using the "-u" option. For ANT, we can have either:

<jar action="update|create" .../> (create is the default)

or

<jar update="true" ... /> (false by default)

What do you think?