gdude2002 / jarjar

Automatically exported from code.google.com/p/jarjar
2 stars 1 forks source link

Resources repackaged but not zapped #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Take any jar file containing non .class resource, e.g. .properties
2. Zap a package containing resources (zap pkg.**)

What is the expected output? What do you see instead?

Expecting: Zapped package along with resources.
Actual: .class files zapped, but resources files remain.

What version of the product are you using? On what operating system?

1.2, Ubuntu.

Please provide any additional information below.

Note that repackage rules apply to resources just like they apply to class 
files. I am not sure why zap treats resources differently.

Original issue reported on code.google.com by yjba...@google.com on 16 Feb 2012 at 7:06