Is there a way to update a jar file in Ant?
EDIT: For example, if I wanted to add some additional files to an already existing JAR file?
|
|
|
Sure, that's totally possible. The Ant Jar task can do anything the jar command line can do. You do it with the
Where the destination jar is already in existence at that path. EDIT: To set a path
|
|||||||||||||
|
|
You should be able to do this with the Jar Task if you set
|
||||
|
|