Problems building CounterClockwise

77 views
Skip to first unread message

Frank Hale

unread,
Mar 1, 2013, 10:39:32 PM3/1/13
to clo...@googlegroups.com
I'm trying to build the CounterClockwise plugin for Eclipse and am stuck with the following build path problem:

Project 'ccw.core' is missing required library: 'lib'

Has anyone here encountered that and know how to resolve it? I've done a search on Google but I'm not finding any results. I have a change I want to make to the code but this is preventing me from compiling.

I'm using Eclipse Juno SR2 on Windows 7 with JDK 1.7 32bit and I got the CCW code from https://github.com/laurentpetit/ccw


Gunnar Völkel

unread,
Mar 2, 2013, 4:45:54 AM3/2/13
to clo...@googlegroups.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.

Laurent PETIT

unread,
Mar 2, 2013, 5:12:23 AM3/2/13
to clo...@googlegroups.com
2013/3/2 Gunnar Völkel <gunnar....@googlemail.com>:
Hello,

Yes I've greatly simplified the process, and updated the instructions
as required.

Would love to hear feedback about it.

Cheers,

--
Laurent

Frank Hale

unread,
Mar 2, 2013, 10:54:37 AM3/2/13
to clo...@googlegroups.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'll definitely give this a go.



--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@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+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Laurent PETIT

unread,
Mar 2, 2013, 3:55:57 PM3/2/13
to clo...@googlegroups.com
2013/3/2 Frank Hale <fran...@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

Frank Hale

unread,
Mar 3, 2013, 11:12:36 AM3/3/13
to clo...@googlegroups.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.




Laurent PETIT

unread,
Mar 3, 2013, 4:14:18 PM3/3/13
to clo...@googlegroups.com
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 ?

Frank Hale

unread,
Mar 3, 2013, 8:36:44 PM3/3/13
to clo...@googlegroups.com
Interesting. I just checked the Github repo and all seems well there. I'm going to chalk this up as some crazy anomaly that happened during the course of trial and error and my utter confusion with Eclipse when I was trying to build the code. It's seems apparent that I somehow did something that caused this. After fixing that line it now compiles fine. Sorry to bother you with this. 
Reply all
Reply to author
Forward
0 new messages