I am asking this question on stackoverflow, as this is a suggested guava question forum, listed on the guava website (http://code.google.com/p/guava-libraries/).
I want to try some of the unreleased new google guava functions (e.g. the cool function MoreExecutors.listeningDecorator). Since I did not find the nightly build of goava guava, I decided to try to create a jar myself. Unfortunately, I see the following exception from javac (on Mac OS 10.6.8) when trying to create:
[javac] An exception has occurred in the compiler (1.6.0_24). Please file a bug at the Java Developer Connection (http:
I see that I am not alone in this error:
http://gump.zones.apache.org/gump/public/google-guava/google-guava/gump_work/build_google-guava_google-guava.html
I understand this seems like a Java compiler error, but is there a workaround for guava compilation? Or, if not, is there a lately night guava that I could use instead?
source share