I am currently trying to build the latest source (just made git pull). At first maven complains that guava-gwt is not
available. I just removed this from the pom.xml as I don't need the gwt stuff right now.
I did some google search and read that one should do a
"maven install" first before building anything.
[ERROR] /home/mjais/workspace/guava-libraries/guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java:[135,10] error: name clash: apply(T#1) in Predicate and apply(F) in Function have the same erasure, yet neither overrides the other
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Guava Maven Parent ................................ SUCCESS [0.898s]
[INFO] Guava: Google Core Libraries for Java ............. SUCCESS [22.523s]
[INFO] Guava Testing Library ............................. SUCCESS
[6.778s]
[INFO] Guava Unit Tests .................................. FAILURE [12.273s]
[INFO] ------------------------------------------------------------------------
Is this just a problem for the current trunk or am I doing anything wrong while building guava?
It would be good if there was a small "README.build" or something
like that. If there is then I am blind and
couldn't find it and I am sorry for asking.
Regards,
Markus