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.
