Closed GoogleCodeExporter closed 8 years ago
After playing around more I found this link:
http://www.southsearepublic.org/article/2258/read/hamcrest_11_security_error_on_
eclipse_gallileo_with_jmock
Which helped me find a solution which was to reorder the export of the java
build path so that the lambdaj-2.4-with-dependencies.jar was above my junit
library. The junit library also includes an org.hamcrest.Matchers which seems
to have been causing the problem
Original comment by mortense...@gmail.com
on 23 Feb 2012 at 9:51
Original comment by mario.fu...@gmail.com
on 8 Jul 2012 at 10:17
junit-4.10 on maven contains hamcrest-core-1.1 . Th eproblem is probably a
conflict. I solved importing org.hamcrest.CoreMatchers instead of
org.hamcrest.Matchers.
Original comment by Smi...@gmail.com
on 17 Jul 2012 at 1:45
Original issue reported on code.google.com by
mortense...@gmail.com
on 23 Feb 2012 at 9:24