Questions tagged [counterclockwise]

Counterclockwise is an Eclipse plugin to help developers write Clojure code.

Counterclockwise is an plugin helping develop solutions with .

62 questions
1
vote
0 answers

Cannot debug with Counterclockwise

I am running Clojure/Eclipse/Counterclockwise. When I insert a breakpoint in core.clj there is only one line in which the dot acquires a small tail. That is line 29. This is independent of what code is on line 29. When this dot with tail is present…
Soldalma
  • 4,636
  • 3
  • 25
  • 38
1
vote
1 answer

Could not locate Clojure resource on classpath

I am trying to access some of my clojure functions in my Java code (I am using Eclipse and CounterClockWise). Firstly, I was not sure how to do it? But then I found some answer here. I am using clojure.lang.RT package for calling .clj files in my…
1
vote
1 answer

Special REPL support for Noir?

I'm using eclipse with counterclockwise plugin. If I edit the file, changes are not reflected until I press ctrl+alt+s. For example, if I change (def foo 1) to (def foo 2) and type foo in the repl, it prints 1 not 2 until I press…
alice
  • 2,547
  • 4
  • 24
  • 30
0
votes
2 answers

Counterclockwise eclipse error on 1st command

I began looking into lisp recently, and installed Counterclockwise with Eclipse. Then, hating the fact that the 1.2 version is built in, I manually linked the 1.3 library into it (not very difficult honestly)... Then I noticed that each time I run a…
user1241335
0
votes
1 answer

No suggestions from code completion in CounterClockwise

I am using Eclipse Helios SR2 with CCW 0.5.0.STABLE002, and am unable to get code completion or namespace browsing working. I have checked that the correct components as installed, as per the CCW installation instructions. When I create a new…
Andrew Whitehouse
  • 2,738
  • 3
  • 31
  • 35
0
votes
1 answer

Return the array elements arranged from outermost elements to the middle element, traveling clockwise

I'm trying to solve a task called Snail: given an n x n array, return the array elements arranged from outermost elements to the middle element, traveling clockwise - as you can see in the attached image. I've already written the function but come…
0
votes
1 answer

OpenGL, some normals reversed despite counterclockwise order

In the code below, I don't understand why some faces have their normals reversed. The triangles looks ordered in the anti-clockwise direction, but some faces remain black. When I modify the fragment shader with color = -vnormal; the two black faces…
Leon
  • 554
  • 4
  • 18
0
votes
1 answer

Eclipse (Counterclockwise)- New Clojure Project: [Exception] Could not load template, Leiningen

When I want to create new clojure project in eclipse and specifying template name in the field "leiningen template:" as luminus +cljs +http-kit it throws the exception Exception while creating new project Could not load template, failed with:…
Bahadar Ali
  • 173
  • 1
  • 3
  • 14
0
votes
1 answer

TieredCompilation is disabled in this release - running Leiningen in Counterclockwise

I'm running Leiningen in Counterclockwise in Eclipse (Windows, if it's relevant). The thing is, when I run Leiningen from the command prompt, it runs just fine. However when I run it inside Eclipse, although it runs fine it haunts me with the…
Domchi
  • 10,705
  • 6
  • 54
  • 64
0
votes
0 answers

Compilation error in eclipse [counterclockwise plugin]

I am getting this error whenever i try to run project.clj file: CompilerException java.lang.RuntimeException: Unable to resolve symbol: defproject in this context, I figured it out that the problem is with leiningen as i am also not able to create…
Ammy
  • 1
0
votes
1 answer

Counterclockwise in Eclipse Luna fails to see resources of a dependant project

I have a project A that depends on project B. The poject B is a subproject of A and works as a part of project A. The project B has its own resources that it must access to bootstrap itself. So, when I start the project A, it fails with the…
noncom
  • 4,962
  • 3
  • 42
  • 70
0
votes
1 answer

How is it possible to run the doc-command in a CounterClockwise-REPL in Eclipse?

Is it somehow possible to start the documentation within the REPL in Eclipse (I'm using the CounterClockwise-Plugin). I tried e.g. (clojure.repl/doc doc) but this throws: ClassNotFoundException clojure.repl java.net.URLClassLoader$1.run…
Edward
  • 4,453
  • 8
  • 44
  • 82
0
votes
0 answers

ccw clojure set up troubles

I have been working with eclipse + counterclockwise for clojure development, using only the default template for non-web based work. However, I would now like to connect my environment to my localhost apache server. I began a new project, and…
nmac
  • 610
  • 1
  • 10
  • 20
0
votes
1 answer

How to reformat/reindent Clojure code in Eclipse/CounterClockWise?

When I copy a piece of clojure code into Eclipse, how could I fix the format problem? In some text editors, there's reindent/format command or shortcut, is there a way to handle code formating in Eclipse?
Nick
  • 8,451
  • 13
  • 57
  • 106
0
votes
1 answer

Creating a source package folder in a CounterClockWise project programmatically

I have an existing java project and in that project there is a procedure that should programmatically create packages with source files inside them. It uses the standard File.mkdir() method to create all the unexisting directories for the package…
noncom
  • 4,962
  • 3
  • 42
  • 70