Open GoogleCodeExporter opened 9 years ago
Guice embeds its dependencies (other than aopalliance & jsr330) and isn't meant
to be used as a dependency directly on its SVN contents. If you do depend
directly on SVN code (not recommended!), you need to also depend on lib &
lib/build. If you absolutely need to use the SVN code (because, say, you've
patched it) and want to depend on Guice the "right way", then you need to build
a distribution using 'ant dist' or 'mvn package'. That will embed the
dependencies (asm, cglib, hide com.google.inject.internal.util)
Original comment by sberlin
on 14 Jan 2011 at 1:35
Note: the current version of m2eclipse can have problems with projects which
shade or jarjar their classes.
As a workaround, try closing the core guice project but keeping the extensions
loaded - that should work.
Original comment by mccu...@gmail.com
on 14 Jan 2011 at 4:28
Original issue reported on code.google.com by
google....@cefn.com
on 14 Jan 2011 at 12:25