Hello again,

2013/3/3 Frank Hale <frankh...@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 ?

>
>
>
>
>
>
> On Sat, Mar 2, 2013 at 3:55 PM, Laurent PETIT <laurent.pe...@gmail.com>
> wrote:
>>
>> 2013/3/2 Frank Hale <frankh...@gmail.com>:
>> > Thank you. A friend and I were both trying to get it to build for
>> > several
>> > hours and we were throwing ideas back and forth and neither of us
>> > thought to
>> > check for a wiki on how to build it on the Google project page.
>>
>> I heard you: I've added a README which displays critical cross sites
>> information on the project's github landing page
>>
>> https://github.com/laurentpetit/ccw
>>
>> > I'll
>> > definitely give this a go.
>> >
>> >
>> > On Sat, Mar 2, 2013 at 5:12 AM, Laurent PETIT <laurent.pe...@gmail.com>
>> > wrote:
>> >>
>> >> 2013/3/2 Gunnar Völkel <gunnar.voel...@googlemail.com>:
>> >> > I wanted to point you to the developer instructions over here:
>> >> > http://code.google.com/p/counterclockwise/wiki/HowToBuild
>> >> > But apparently they changed 4 days ago. The previous description
>> >> > there
>> >> > worked for me.
>> >> >
>> >> > Try the new description there and if it fails, report an issue on
>> >> > that
>> >> > google code project.
>> >>
>> >> Hello,
>> >>
>> >> Yes I've greatly simplified the process, and updated the instructions
>> >> as required.
>> >>
>> >> Would love to hear feedback about it.
>> >>
>> >> Cheers,
>> >>
>> >> --
>> >> Laurent
>> >>
>> >> --
>> >> --
>> >> 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 unsubscribe from this group and stop receiving emails from it, send
>> >> an
>> >> email to clojure+unsubscr...@googlegroups.com.
>> >> For more options, visit https://groups.google.com/groups/opt_out.
>> >>
>> >>
>> >
>> > --
>> > --
>> > 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 unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to clojure+unsubscr...@googlegroups.com.
>> > For more options, visit https://groups.google.com/groups/opt_out.
>> >
>> >
>>
>> --
>> --
>> 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 unsubscribe from this group and stop receiving emails from it, send an
>> email to clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>
> --
> --
> 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 unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to