alexruiz / fest-assert-2.x

FEST Fluent Assertions 2.x
http://fest.easytesting.org
Apache License 2.0
402 stars 69 forks source link

ClassNotFoundException when building fest-assert with maven #139

Closed shmert closed 11 years ago

shmert commented 11 years ago

Build is broken,

[INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/sbarnum/Java/fest-assert-2.x-master/src/main/java/org/fest/assertions/internal/Numbers.java:[31,17] cannot find symbol symbol : class Comparison location: class org.fest.assertions.internal.Numbers [ERROR] /Users/sbarnum/Java/fest-assert-2.x-master/src/main/java/org/fest/assertions/error/ShouldContain.java:[38,6] cannot find symbol symbol : class Comparison

http://stackoverflow.com/questions/14366930/classnotfound-error-when-building-fest-with-maven/14367271#14367271

joel-costigliola commented 11 years ago

(response from stack overflow)

Fest current build is very unstable as Alex (Fest creator) is doing a major refactoring. He has pushed his unfinished work to be able to continue working on it hence the broken build. I don't know when this refactoring will be finished.

Having said that, the common way to use Fest is to get the latest release from maven central repo (either using maven, gradle, ivy ....).

You can even download the jar directly from maven central repo there, nevertheless I would recommend using a build tools that can download transitive dependencies.

Cheers,

Joel Costigliola

joel-costigliola commented 11 years ago

I'm closing this because it is not an issue, just a temporary state ...