The code calls
putNextEntry(), immediately followed by a call tocloseEntry(). This results in an empty JarFile entry. The contents of the entry should be written to the JarFile between the calls toputNextEntry()andcloseEntry().
| 1 | org.jcoderz.commons.util.JarUtils |
| [167] | |