Fork me on GitHub
#cursive
<
2017-05-06
>
martinklepsch04:05:52

Is it expected that cmd-shift-o results include files in target/?

cfleming04:05:00

@martinklepsch No, that should be excluded.

cfleming04:05:10

Check that in the project view.

martinklepsch04:05:26

I installed Cursive after creating the project. Maybe that’s the reason then?

cfleming04:05:40

Are you using lein or boot?

martinklepsch04:05:22

@cfleming lein in this project

cfleming04:05:35

It should be Excluded

cfleming04:05:12

However that should be set up by default. In your lein toolwindow (View->Tool Window->Leiningen) is your project added there?

martinklepsch04:05:14

yes, it’s listed there

cfleming04:05:42

@martinklepsch Do you have an entry for :target-path in your project.clj?

martinklepsch04:05:26

yes, :target-path "target/%s" maybe that’s the issue? (not sure why it has the %s)

cfleming04:05:59

That’s probably the issue, yes.

cfleming04:05:07

I don’t know why that would be there.

cfleming04:05:12

Do you see those directories being created?

cfleming04:05:19

i.e. with profile names?

cfleming04:05:05

I’ll fix that for the next build.

martinklepsch05:05:22

cool 👍 🙂

moizsj10:05:04

does anyone here know how to make IntelliJ index a private maven repo? In other words how to tell IntellIJ’s maven plugin about the creds?

sandbags20:05:18

Am I missing out on any way to get rainbow parens in the REPL output?

sandbags20:05:42

(solutions rules "SPACE") => (([\S \A]) ([\P \A] [\P \B] [\P \D]) ([\A \C] [\A \E]) ([\C \E]) ([\E \F])) it's kind of hard to see the nesting at a glance