Let's try to interpret this in terms of potentially missing parts in
clojure-maven-plugin for being able to call it from emacs :

- test-all: isn't there an existing support for launching tests in
clojure-maven-plugin-maven-plugins ? Naive question: in your current
workflow, you relaunch the Lein executable each time via an emacs command?
Or is it via an nrepl client session connected to the same repl that emacs
uses for your own user interactions?
- test-all: is there, and do you use, a mode which automatically relaunches
the tests when source code changes are detected on the filesystem?
- jack in: is that the term in emacs for an action which will connect to "a
repl" ("the repl?" - sorry for my lack of knowledge), and potentially start
a new jvm process for the project under development (bu starting leiningen
via its shell script or maybe crating the command line for calling java
clojure.main -i leiningen.main/-main ?)

Le samedi 8 août 2015, Sean Corfield <s...@corfield.org> a écrit :

> Well, from the p.o.v. of clojure.java.jdbc, I want to be able to run lein
> test-all and test against multiple Clojure versions easily. When I’m
> editing the code in Emacs, I want to be able to C-c M-j (jack in) and
> evaluate code and run tests.
>
> Overall the Leiningen-based experience is just easier to work with than
> Maven (since I don’t run Eclipse or IntelliJ).
>
> Sean Corfield -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>
>
> From: <clojure@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','clojure@googlegroups.com');>> on behalf of
> Laurent PETIT
> Reply-To: <clojure@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','clojure@googlegroups.com');>>
> Date: Saturday, August 8, 2015 at 12:22 AM
> To: "clojure@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','clojure@googlegroups.com');>"
> Subject: Re: 0.1.0 core.async release?
>
> Hello Mike, I'd like to understand why you feel the need to convert the
> pom to project.clj?
>
> Knowing those use cases better might help me think about what could be
> done in ccw, or in clojure-maven-plugin, to remove this need.
>
> Le samedi 8 août 2015, Mikera <mike.r.anderson...@gmail.com
> <javascript:_e(%7B%7D,'cvml','mike.r.anderson...@gmail.com');>> a écrit :
>
>> Has anyone found a good way to automatically keep project.clj in sync
>> with the official pom.xml? Maybe using the clojure-maven-plugin or similar?
>>
>> I do this too for a number of libraries, but it's always a manual task
>> and prone to error at present....
>>
>> On Saturday, 8 August 2015 07:45:41 UTC+8, Sean Corfield wrote:
>>>
>>> Clojure contrib projects are built via pom.xml so that’s where you
>>> should look for version information.
>>>
>>> The project.clj file is a convenience for the developers/maintainers and
>>> has nothing to do with the actual project version (although some
>>> developers/maintainers try to keep their project.clj in sync).
>>>
>>> Sean Corfield -- (904) 302-SEAN
>>> An Architect's View -- http://corfield.org/
>>>
>>> "If you're not annoying somebody, you're not really alive."
>>> -- Margaret Atwood
>>>
>>>
>>> From: <clo...@googlegroups.com> on behalf of Daniel Compton
>>> Reply-To: <clo...@googlegroups.com>
>>> Date: Friday, August 7, 2015 at 3:50 PM
>>> To: Clojure
>>> Subject: Re: 0.1.0 core.async release?
>>>
>>> The version in the project.clj file is 0.1.0-SNAPSHOT, that'll probably
>>> be it.
>>> On Sat, 8 Aug 2015 at 9:12 AM Alex Miller <al...@puredanger.com> wrote:
>>>
>>>> I don't where the 0.1.0 number is coming from, but yes there are plans
>>>> to do a round of work on core.async and release in the near future.
>>>>
>>>>
>>>> On Friday, August 7, 2015 at 1:16:19 PM UTC-5, Kyle Burton wrote:
>>>>>
>>>>> Is there a new release planned for core.async anytime in the near
>>>>> future?
>>>>>
>>>>> The docs show some functionality that's not in the current release
>>>>> [1].  Specifically offer! [2] which looks like it's slated for 0.1.0 (love
>>>>> to switch to that from alts+timeout).
>>>>>
>>>>> Are there (perhaps) tasks that need a dev? (yes, I'm offering to help)
>>>>>
>>>>> Regards,
>>>>>
>>>>> Kyle
>>>>>
>>>>>
>>>>>
>>>>> [1] https://github.com/clojure/core.async shows Latest release:
>>>>> 0.1.346.0-17112a-alpha
>>>>> [2] http://clojure.github.io/core.async/#clojure.core.async/offer!
>>>>>
>>>>> --
>>>>> Twitter: @kyleburton
>>>>> Github: https://github.com/kyleburton
>>>>> Blog: http://asymmetrical-view.com/
>>>>> Fun: http://snapclean.me/
>>>>>
>>>> --
>>>> 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
>>>> 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
>>>> 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.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> --
>>> --
>>> Daniel
>>>
>>> --
>>> 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
>>> 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
>>> 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.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>> --
>> 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/d/optout.
>>
>
>
> --
> Laurent Petit
>
> --
> 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
> <javascript:_e(%7B%7D,'cvml','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
> <javascript:_e(%7B%7D,'cvml','clojure%2bunsubscr...@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
> <javascript:_e(%7B%7D,'cvml','clojure%2bunsubscr...@googlegroups.com');>.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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
> <javascript:_e(%7B%7D,'cvml','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
> <javascript:_e(%7B%7D,'cvml','clojure%2bunsubscr...@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
> <javascript:_e(%7B%7D,'cvml','clojure%2bunsubscr...@googlegroups.com');>.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Laurent Petit

-- 
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/d/optout.

Reply via email to