version 0.9.0-rc3 compiles very well on my computer
but you can try :

Index: storm-core/src/clj/backtype/storm/testing4j.clj
===================================================================
--- storm-core/src/clj/backtype/storm/testing4j.clj (revision 2637)
+++ storm-core/src/clj/backtype/storm/testing4j.clj (working copy)
@@ -1,4 +1,5 @@
 (ns backtype.storm.testing4j
+  (:require [backtype.storm.LocalCluster :as LocalCluster])
   (:import [java.util Map List Collection ArrayList])
   (:import [backtype.storm Config ILocalCluster LocalCluster])
   (:import [backtype.storm.generated StormTopology])
@@ -135,4 +136,4 @@
        (let [stream (or (.getStream param) Utils/DEFAULT_STREAM_ID)
              component (or (.getComponent param) "component")
              fields (.getFields param)]
-         (test-tuple values :stream stream :component component :fields
fields)))))
\ No newline at end of file
+         (test-tuple values :stream stream :component component :fields
fields)))))


2013/12/16 李家宏 <[email protected]>

> hi,
> I try to build storm release with version 0.9.0-rc3, and got this compile
> error:
>
> "Compiling backtype.storm.testing4j
> Exception in thread "main" java.io.FileNotFoundException: Could not locate
> backtype/storm/Config__init.class or backtype/storm/Config.clj on
> classpath: , compiling:(testing4j.clj:1) ... "
>
> Anyone ever come with this problem ?
>
> Thanks
>
> --
>
> ======================================================
>
> Gvain
>
> Email: [email protected]
>



-- 
Best wishs!
Fangkun.Cao

Reply via email to