Re: Run Counterclockwise nREPL on specific port

2012-11-20 Thread Mark
My first thought is to make it a launch configuration similar to remote debug of Java programs. On Tuesday, November 20, 2012 2:21:12 PM UTC-8, Chas Emerick wrote: > > On Nov 20, 2012, at 3:22 PM, Vladimir Tsichevski wrote: > > CCW has a 'connect to repl' option under 'Window'. It asks doe an IP

Re: Run Counterclockwise nREPL on specific port

2012-11-20 Thread Mark
My first thought is to make it a launch configuration similar to remote debug of Java problems. On Tuesday, November 20, 2012 2:21:12 PM UTC-8, Chas Emerick wrote: > > On Nov 20, 2012, at 3:22 PM, Vladimir Tsichevski wrote: > > CCW has a 'connect to repl' option under 'Window'. It asks doe an IP

Re: Run Counterclockwise nREPL on specific port

2012-11-20 Thread Dave Ray
> Run: Actually, maybe this makes sense, isn't this a bit like the "remote > connection java launcher" ? Several remotes could be saved in different > launch configurations. Some other configuration options could come up > quickly, like "things to prepend on each launch - via a potential additional

Re: Run Counterclockwise nREPL on specific port

2012-11-20 Thread Laurent PETIT
2012/11/20 Chas Emerick > On Nov 20, 2012, at 3:22 PM, Vladimir Tsichevski wrote: > > CCW has a 'connect to repl' option under 'Window'. It asks doe an IP >> and a port number...is this what you're looking for? >> > Exactly! The menu location is quite unusual for Eclipse :-( > > > Heh, this one'

Re: Run Counterclockwise nREPL on specific port

2012-11-20 Thread Chas Emerick
On Nov 20, 2012, at 3:22 PM, Vladimir Tsichevski wrote: > CCW has a 'connect to repl' option under 'Window'. It asks doe an IP > and a port number...is this what you're looking for? > Exactly! The menu location is quite unusual for Eclipse :-( Heh, this one's on me; I put it in the Window menu

Re: Run Counterclockwise nREPL on specific port

2012-11-20 Thread Laurent PETIT
2012/11/20 Vladimir Tsichevski > Hi Jim, > > > On Tuesday, November 20, 2012 10:13:02 PM UTC+4, Jim foo.bar wrote: >> >> On 20/11/12 18:08, Vladimir Tsichevski wrote: >> > I've started a nREPL process embedded into some Java application. I >> > can successfully connect to it and execute code remo

Re: Run Counterclockwise nREPL on specific port

2012-11-20 Thread Vladimir Tsichevski
Hi Jim, On Tuesday, November 20, 2012 10:13:02 PM UTC+4, Jim foo.bar wrote: > > On 20/11/12 18:08, Vladimir Tsichevski wrote: > > I've started a nREPL process embedded into some Java application. I > > can successfully connect to it and execute code remotely from other > > Clojure process. > >

Re: Run Counterclockwise nREPL on specific port

2012-11-20 Thread Jim - FooBar();
On 20/11/12 18:08, Vladimir Tsichevski wrote: I've started a nREPL process embedded into some Java application. I can successfully connect to it and execute code remotely from other Clojure process. I'd be very interested if you could share some code...I want to do something similar in one of

Run Counterclockwise nREPL on specific port

2012-11-20 Thread Vladimir Tsichevski
Hi, I've started a nREPL process embedded into some Java application. I can successfully connect to it and execute code remotely from other Clojure process. Now I need a client to provide me interactive REPL session. Since I use Counterclockwise, can I force Counterclockwise not to start a Clo