In Eclipse, I just put in the source & jars. Not sure what IntelliJ would be doing ... maybe it's trying to build a layout off the POMs and is confused since the current POM setup shades the dependencies?
sam On Wed, Feb 5, 2014 at 1:22 PM, Michael Burton <[email protected]> wrote: > Is there a recommended way to build guice from within IntelliJ? It works > fine using maven, but when I try to edit or build code from IntellIJ 13 I > see a number of errors due to unresolved dependencies in things like the > Guava library. I assume this is because of the way the build is using > jarjar to remap com.google.common.* to com.google.inject.internal.guava.*. > > > > > <https://lh6.googleusercontent.com/-ZXEyU59Avv8/UvKA8zHY2FI/AAAAAAAAEnE/PY9w1fk58oo/s1600/Fullscreen_2_5_14__10_19_AM-2.png> > Is there a way to get the IntelliJ editor to recognize the guava classes? > > Mike > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-guice. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/groups/opt_out.
