If part of the script to build an RPM package is this command: ant
then you should run the command "./antsetup.sh" just before that. Without "./antsetup.sh" you will see the error message you give below, because ant by itself does not pull in the necessary dependencies. Andy On Dec 23, 2012, at 10:11 AM, Jochen Schmitt wrote: > On Sat, Dec 22, 2012 at 11:09:07AM -0500, Stuart Halloway wrote: > >> Please test it. It would be fantastic if as many people as possible >> updated their projects and tested with the RC, so we can flush out issues >> now instead of in release. > > 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: > [java] at clojure.lang.RT.load(RT.java:434) > [java] at clojure.lang.RT.load(RT.java:402) > [java] at clojure.core$load$fn__5039.invoke(core.clj:5520) > [java] at clojure.core$load.doInvoke(core.clj:5519) > [java] at clojure.lang.RestFn.invoke(RestFn.java:408) > [java] at clojure.core$load_one.invoke(core.clj:5326) > [java] at clojure.core$load_lib$fn__4988.invoke(core.clj:5365) > [java] at clojure.core$load_lib.doInvoke(core.clj:5364) > [java] at clojure.lang.RestFn.applyTo(RestFn.java:142) > [java] at clojure.core$apply.invoke(core.clj:619) > [java] at clojure.core$load_libs.doInvoke(core.clj:5403) > [java] at clojure.lang.RestFn.applyTo(RestFn.java:137) > [java] at clojure.core$apply.invoke(core.clj:619) > [java] at clojure.core$require.doInvoke(core.clj:5486) > [java] at clojure.lang.RestFn.invoke(RestFn.java:408) > [java] at user$eval1.invoke(run_tests.clj:1) > [java] at clojure.lang.Compiler.eval(Compiler.java:6618) > [java] at clojure.lang.Compiler.load(Compiler.java:7062) > [java] at clojure.lang.Compiler.loadFile(Compiler.java:7019) > [java] at clojure.main$load_script.invoke(main.clj:286) > [java] at clojure.main$script_opt.invoke(main.clj:348) > [java] at clojure.main$main$fn__6676.invoke(main.clj:432) > [java] at clojure.main$main.doInvoke(main.clj:429) > [java] at clojure.lang.RestFn.invoke(RestFn.java:408) > [java] at clojure.lang.Var.invoke(Var.java:415) > [java] at clojure.lang.AFn.applyToHelper(AFn.java:161) > [java] at clojure.lang.Var.applyTo(Var.java:532) > [java] at clojure.main.main(main.java:37) > > It may be nice, if you can give me a hint to solve this issue, so > I can add this package to Fedora Rawhide. > > Best Regards: > > Jochen Schmitt > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en