Problem when using "jlink mergefiles" + "exec"

2001-05-31 Thread Clare Sun
I was trying to using "jlink mergefiles" to merge 5 jar files, while as "jlink" ignores META-INF directories in mergefiles, I have to using "exec" to include "META-INF/*.*" files into that merged jar file, the actural code are as below: ==

Problem when using "jlink mergefiles" + "exec"

2001-05-31 Thread Clare Sun
I was trying to using "jlink mergefiles" to merge 5 jar files, while as "jlink" ignores META-INF directories in mergefiles, I have to using "exec" to include "META-INF/*.*" files into that merged jar file, the actural code are as below: ==