On Sunday, December 23, 2012 1:11:31 PM UTC-5, JSchmitt wrote:
> I have tried to build a RPM package of clojure-1.5.0-RC1
> for Feodra and have got the following error message:
>
>  test: [java] Exception in thread "main"
> java.io.FileNotFoundException: Could not locate
> clojure/test/generative/runner__init.class or
> clojure/test/generative/runner.clj on classpath:

It looks like you're missing the test.generative library:
https://github.com/clojure/test.generative

The 'test' step of Clojure's build now requires the
test.generative library.

The Maven build will download test.generative automatically
as needed. If you're building with Ant, you need to run
'antsetup.sh' first.

-S

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to