ayld / Facade

Facade significantly minimizes the space used by your project's /lib
ayld.github.io/Facade
GNU General Public License v2.0
3 stars 3 forks source link

Different classes with same names collide in output jar #34

Closed ayld closed 10 years ago

ayld commented 11 years ago

If we have say

some.package.Class.class

and

another.package.Class.class

these names collide in the output jar because of it's flat single directory structure.

The out jar should not be flatly structured.