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

DependencyBundleResolver should use strategies to determine dependency mathces #2

Closed ayld closed 11 years ago

ayld commented 11 years ago

Currently the implementation only checks whether the class filename matches the given dependency name. So if we're looking for com.something.SomeClass it will currently match the path extracted.jar/org/something/else/SomeClass.class which is incorrect. This should be fixed.

Also DependencyBundleResolver should provide the ability to change the match behavior easily.

ayld commented 11 years ago

Closed and reopened because I was trying stuff out :)

ayld commented 11 years ago

Done and done. Closing.

Might need a tad more tests ...