1

Kindly suggest how to build exploded jars using Ant task?

Thanks.

Hushen Savani
  • 346
  • 6
  • 18

1 Answers1

1

An exploded jar is simply a directory which has the same structure as a jar file. Just use copy, for example, to put all the files you want in this directory.

JB Nizet
  • 678,734
  • 91
  • 1,224
  • 1,255