Inheriting a project whose build.xml produces a .ear final product, I now need to pass a "-P" command line option to the jar tool, as explained in 7u80 Update Release Notes:
Starting with JDK 7u79 release, the jar tool no longer allows the leading slash "/" and ".." (dot-dot) path component in zip entry file name when creating new and/or extracting from zip and jar file. If needed, the new command line option "-P" should be used explicitly to preserve the dot-dot and/or absolute path component.
Is there a way to do that?