Hartmut Goebel <h.goe...@crazy-compilers.com> writes: > Am 11.05.2017 um 10:41 schrieb Chris Marusich: >> Based on this test, it looks like we can embed absolute paths in >> uncompressed JAR files. > > Only the MANIFEST within the JAR file needs to be uncompressed, the > remaining files can be compressed. > > JARs are zip files, which include data compressed individually, thus the > above could be achieved.
If we leave the remaining files compressed, what will this mean for grafting? Might the compressed portions contain store references that will fail to be grafted? Mark