HoneyHyeok / jarjar

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

Empty directories in jar #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a jar with say google guava (com.google.*) and your code 
(com.myproject.*)
2. Create rule to move guava into your namespace:
rule pattern: "com.google.**", result: "com.myproject.libs.com.google.@1"

What is the expected output? What do you see instead?
Expected :
1. The resulting jar does have the class files moved into appropriate folders 
(under com/myproject/libs/com/google/)
YES.
2. Empty folders of guava deleted from the jar
eg -(com/google/), (com/google/common)
NO.

Actual:
The folders from all the moved classes remain in the jar.

What version of the product are you using? On what operating system?
JarJar 1.3. Windows 8. Gradle

Please provide any additional information below.
Noticed on previous versions of jarjar too.

Original issue reported on code.google.com by prashant...@gmail.com on 3 Mar 2013 at 9:11

GoogleCodeExporter commented 8 years ago
Duplicate of https://code.google.com/p/jarjar/issues/detail?id=32

Original comment by alexandr...@gmail.com on 22 May 2013 at 2:02