Hello again,
2013/3/3 Frank Hale <
fran...@gmail.com>:
> Thank you for the how-to on building but I'm still having issues building
> this. I've managed to get it down to one error.
>
> lang cannot be resolved or is not a field REPLView.java
> /ccw.core/src/java/ccw/repl line 385 Java Problem
>
> the line in question:
>
> if (ClojureBuilder.lang.Util.equals(status, "unknown-op") ...
>
> ClojureBuilder.lang does not exist and I don't know how to resolve it.
Where does this "ClojureBuilder" come from?
Here, this line reads as:
if (clojure.lang.Util.equals(...)) .... ?!?
Can you give me the Git commit SHA1 your working copy is in ?