Arie, it looks like this is occurring for a lot of people. In lein.clj, I'm 
using two different methods to launch a process, a "fast" method that 
leverages Leiningen's trampoline feature, and a "slow" method that runs 
nightcode.lein which in turn runs Leiningen commands (i.e. it adds a level 
of indirection).

The "Run with REPL" button uses the slow method, because it doesn't work 
correctly with the fast method. I'm having a hard time figuring out why the 
slow method fails for some people, and not others. I've made some changes, 
so if you have the time, please try cloning the repo and running `lein 
run`, and see if the "Run with REPL" button still throws that error. Any 
help in this regard would be really appreciated.

On Sunday, August 4, 2013 6:40:54 AM UTC-4, Arie van Wingerden wrote:
>
> Hi Zach,
>
> 0.0.1 worked OK.
> 0.0.3 gives this error when "Run with REPL":
>    Error: Could not find or load main class nightcode.lein
>
> TIA,
>   Arie
>
>
> 2013/8/3 Zach Oakes <zso...@gmail.com <javascript:>>
>
>> Thanks for the complements! I just released 0.0.2, which should make 
>> Run/Build faster and more reliable. It also fixes shortcuts on OS X so they 
>> use command instead of control.
>>
>>
>> On Saturday, August 3, 2013 8:07:31 AM UTC-4, Manuel Paccagnella wrote:
>>>
>>> Wow, it looks very promising. I'd also like add a +1 for smart indent 
>>> and paredit. 
>>>
>>> Kudos to you Zach!
>>>
>>> Manuel
>>>
>>> Il giorno venerdì 2 agosto 2013 15:03:03 UTC+2, Zach Oakes ha scritto:
>>>>
>>>> I’ve been working on a simple IDE for the past few months. It started 
>>>> as an attempt to add Leiningen integration to Clooj, but eventually I 
>>>> decided to start a new project from scratch. It is very alpha-quality, so 
>>>> please be gentle:
>>>>
>>>> http://nightcode.info/
>>>>
>>>> Here’s what it has:
>>>>
>>>> -Written in Clojure (the UI is written with seesaw)
>>>>
>>>> -Built-in copy of Leiningen to build Clojure and pure-Java projects
>>>>
>>>> -Built-in templates for several common types of Clojure and Java 
>>>> projects
>>>>
>>>> -Always-on REPL in the corner to try Clojure commands
>>>>
>>>> -Android integration (includes the lein-droid plugin, LogCat output, 
>>>> etc)
>>>>
>>>> -ClojureScript integration (includes the lein-cljsbuild plugin)
>>>>
>>>> -Cool looking dark theme, because that’s trendy these days
>>>>
>>>> Here’s what it’s missing:
>>>>
>>>> -Fast build times (it launches Leiningen in a separate process, which 
>>>> is sloooooooow...I plan on fixing this and would love any help)
>>>>
>>>> -Important editing features (code completion, text replace, etc)
>>>>
>>>> -Quick switching between recent files
>>>>
>>>> -Jump to definition, built-in documentation
>>>>
>>>> -Integration between editor and REPL (eval form or entire file)
>>>>
>>>> -Integration with git
>>>> -Many other things -- please give me your thoughts!
>>>>
>>>  -- 
>> -- 
>> 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<javascript:>
>> 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 <javascript:>
>> 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 <javascript:>.
>> 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