Fork me on GitHub
#cursive
<
2015-12-07
>
josh.hill03:12:07

does anyone know how to prevent cursive from re-opening last projects (Intellij15)

josh.hill03:12:48

~/Library/Preferences/IntelliJIdea15/options/recentProjects.xml simple_smile

danielcompton04:12:03

@josh.hill: close the projects before you quite IntelliJ

josh.hill04:12:37

@danielcompton: intellij had crashed and each attempt to open froze it

josh.hill04:12:04

removing the offending project from recentProjects.xml fixed it

roelof20:12:28

When I make a new configuration with ring server I see a message that ring is not a task . How to solve this ?

cfleming20:12:46

@roelof: I need more information. What sort of configuration? Where do you see the message? What is the exact message that you’re seeing?

roelof20:12:34

I did make a new leiningen from run -> Edit configuration. There I add ring server at the arguments and press apply and oke. I see this message

"C:\Program Files\Java\jdk1.8.0_60\bin\java" -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dmaven.wagon.rto=10000 -Didea.launcher.port=7532 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 15.0.1\bin" -classpath "C:\Users\rwobb\.lein\self-installs\leiningen-2.5.3-standalone.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 15.0.1\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain clojure.main -m leiningen.core.main ring server
'ring' is not a task. See 'lein help'.

Did you mean this?
         run

Process finished with exit code 1

roelof20:12:18

I see on it the output screen of make

roelof20:12:50

Sorry , I forget to say I do this on a blank project made with the template luminus

roelof20:12:29

When I do lein dep from the leiningen screen nothing change

cfleming20:12:34

@roelof: Does lein ring server work on the command line in that project directory?

cfleming21:12:09

If it does, let me know the command you used to create the project and I’ll try to reproduce here.

roelof21:12:23

I did it from the file -> new Project. Leiningen and on the next screen I added luminus as template and gave it the name hipstr. I try to follow the web Essentials clojure book

roelof21:12:46

when I do lein ring server from the prompt I see the same error

cfleming21:12:55

@roelof: If you get the same error from the prompt, then your project is not set up to use ring.

cfleming21:12:12

I don’t know why that would be, but it’s not a Cursive specific problem.

cfleming21:12:38

Generally, if you have an issue with lein, it’s a good idea to check whether lein on the command line has the same problem.

cfleming21:12:58

If it does, it’s not an issue with Cursive, it’s either a lein bug or a problem in your project.

roelof21:12:10

oke, I ask for help on the clojure channel

roelof21:12:15

thanks for the help