Re: lein-daemon 0.3

2012-06-26 Thread Jack Moffitt
>>> I've released a new version of lein-daemon. daemon is like 'lein run',
>>> only it runs the process in the background rather than blocking.
>>>
>>> 0.3 and up is a complete re-write, that no longer depends on apache
>>> commons daemon. The new version has no dependencies on any external
>>> programs.
>>>
>>> For more, see https://github.com/arohner/lein-daemon

Was there any particular reason for the removal of Commons Daemon
other than reducing dependencies? Does everyone just use lein run and
lein daemon in production as opposed to uberjars and jsvc?

jack.

-- 
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


Re: lein-daemon 0.3

2012-06-25 Thread Murtaza Husain

Hi,

This is a very useful tool, and I will be giving it a spin.

I would like to specify a file where it should log all the command line 
output, can I do that? 

Thanks,
Murtaza

On Tuesday, June 26, 2012 8:31:45 AM UTC+5:30, Joao_Salcedo wrote:
>
>
>
> On Thursday, May 12, 2011 2:18:57 PM UTC+10, Allen Rohner wrote:
>>
>> I've released a new version of lein-daemon. daemon is like 'lein run', 
>> only it runs the process in the background rather than blocking. 
>>
>> 0.3 and up is a complete re-write, that no longer depends on apache 
>> commons daemon. The new version has no dependencies on any external 
>> programs. 
>>
>> For more, see https://github.com/arohner/lein-daemon 
>>
>>
> On Thursday, May 12, 2011 2:18:57 PM UTC+10, Allen Rohner wrote:
>>
>> I've released a new version of lein-daemon. daemon is like 'lein run', 
>> only it runs the process in the background rather than blocking. 
>>
>> 0.3 and up is a complete re-write, that no longer depends on apache 
>> commons daemon. The new version has no dependencies on any external 
>> programs. 
>>
>> For more, see https://github.com/arohner/lein-daemon 
>>
>>
> On Thursday, May 12, 2011 2:18:57 PM UTC+10, Allen Rohner wrote:
>>
>> I've released a new version of lein-daemon. daemon is like 'lein run', 
>> only it runs the process in the background rather than blocking. 
>>
>> 0.3 and up is a complete re-write, that no longer depends on apache 
>> commons daemon. The new version has no dependencies on any external 
>> programs. 
>>
>> For more, see https://github.com/arohner/lein-daemon 
>>
>>
> On Thursday, May 12, 2011 2:18:57 PM UTC+10, Allen Rohner wrote:
>>
>> I've released a new version of lein-daemon. daemon is like 'lein run', 
>> only it runs the process in the background rather than blocking. 
>>
>> 0.3 and up is a complete re-write, that no longer depends on apache 
>> commons daemon. The new version has no dependencies on any external 
>> programs. 
>>
>> For more, see https://github.com/arohner/lein-daemon 
>>
>
> Hi All I am using lein-daemon so it is a really great tool.
> I have a question it might be silly , but when I run " lein daemon start 
> :project-name" it is great but how can I get the propmt back
> it is running compojure and the last line is 
> 2012-06-26 12:51:16.234:INFO:oejs.AbstractConnector:Started 
> SelectChannelConnector@0.0.0.0:3000
> but I need the prompt back to start other scripts.
> Any ideas about how can I achieve this.
>
> Cheers,
>
> JS 
>

-- 
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

Re: lein-daemon 0.3

2012-06-25 Thread Joao_Salcedo


On Thursday, May 12, 2011 2:18:57 PM UTC+10, Allen Rohner wrote:
>
> I've released a new version of lein-daemon. daemon is like 'lein run', 
> only it runs the process in the background rather than blocking. 
>
> 0.3 and up is a complete re-write, that no longer depends on apache 
> commons daemon. The new version has no dependencies on any external 
> programs. 
>
> For more, see https://github.com/arohner/lein-daemon 
>
>
On Thursday, May 12, 2011 2:18:57 PM UTC+10, Allen Rohner wrote:
>
> I've released a new version of lein-daemon. daemon is like 'lein run', 
> only it runs the process in the background rather than blocking. 
>
> 0.3 and up is a complete re-write, that no longer depends on apache 
> commons daemon. The new version has no dependencies on any external 
> programs. 
>
> For more, see https://github.com/arohner/lein-daemon 
>
>
On Thursday, May 12, 2011 2:18:57 PM UTC+10, Allen Rohner wrote:
>
> I've released a new version of lein-daemon. daemon is like 'lein run', 
> only it runs the process in the background rather than blocking. 
>
> 0.3 and up is a complete re-write, that no longer depends on apache 
> commons daemon. The new version has no dependencies on any external 
> programs. 
>
> For more, see https://github.com/arohner/lein-daemon 
>
>
On Thursday, May 12, 2011 2:18:57 PM UTC+10, Allen Rohner wrote:
>
> I've released a new version of lein-daemon. daemon is like 'lein run', 
> only it runs the process in the background rather than blocking. 
>
> 0.3 and up is a complete re-write, that no longer depends on apache 
> commons daemon. The new version has no dependencies on any external 
> programs. 
>
> For more, see https://github.com/arohner/lein-daemon 
>

Hi All I am using lein-daemon so it is a really great tool.
I have a question it might be silly , but when I run " lein daemon start 
:project-name" it is great but how can I get the propmt back
it is running compojure and the last line is 
2012-06-26 12:51:16.234:INFO:oejs.AbstractConnector:Started 
SelectChannelConnector@0.0.0.0:3000
but I need the prompt back to start other scripts.
Any ideas about how can I achieve this.

Cheers,

JS 

-- 
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

Re: lein-daemon 0.3

2011-05-12 Thread Alfredo
Very useful indeed :)

On May 12, 5:54 pm, Allen Rohner  wrote:
> > Can I use this in order to run, for examples, a lein ring session as a
> > deamon? :)
>
> Yes, that exactly its intention.

-- 
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


Re: lein-daemon 0.3

2011-05-12 Thread Allen Rohner


> Can I use this in order to run, for examples, a lein ring session as a
> deamon? :)
>

Yes, that exactly its intention.

-- 
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


Re: lein-daemon 0.3

2011-05-12 Thread Alfredo
Good job :)
Can I use this in order to run, for examples, a lein ring session as a
deamon? :)
Bye,
Alfredo

On May 12, 6:18 am, Allen Rohner  wrote:
> I've released a new version of lein-daemon. daemon is like 'lein run',
> only it runs the process in the background rather than blocking.
>
> 0.3 and up is a complete re-write, that no longer depends on apache
> commons daemon. The new version has no dependencies on any external
> programs.
>
> For more, seehttps://github.com/arohner/lein-daemon

-- 
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


lein-daemon 0.3

2011-05-11 Thread Allen Rohner
I've released a new version of lein-daemon. daemon is like 'lein run',
only it runs the process in the background rather than blocking.

0.3 and up is a complete re-write, that no longer depends on apache
commons daemon. The new version has no dependencies on any external
programs.

For more, see https://github.com/arohner/lein-daemon

-- 
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