Search
Clear search
Close search
Main menu
Google apps
Groups
Sign in
Groups
clojuresque
Conversations
About
Send feedback
Help
clojuresque
1–30 of 45
Mark all as read
Report group
0 selected
Kent Johnson
2
1/12/18
Gradle Polyglot example: Java and clojure using Gradle
This has a bit of extra in it, like the Spring Boot stuff, to show how to use things together. The
unread,
Gradle Polyglot example: Java and clojure using Gradle
This has a bit of extra in it, like the Spring Boot stuff, to show how to use things together. The
1/12/18
Adrian Cumiskey
2/20/17
clojuresque:scriptoresque:1.0.0-SNAPSHOT not working with Clojurescript 1.9.473
When using Gradle 3.3 with a Clojurescript 1.9.473 dependency, I see the following exception when
unread,
clojuresque:scriptoresque:1.0.0-SNAPSHOT not working with Clojurescript 1.9.473
When using Gradle 3.3 with a Clojurescript 1.9.473 dependency, I see the following exception when
2/20/17
Rayn Cort
1/22/16
How to migrate to 2.0.0
Hello people. I just know there is this version 2.0.0 since last october. My build process freezes
unread,
How to migrate to 2.0.0
Hello people. I just know there is this version 2.0.0 since last october. My build process freezes
1/22/16
Andrew Oberstar
, …
Meikel Brandmeyer
9
9/28/15
Promoting Gradle in Clojure Community
Hi again, On Thu, Sep 17, 2015 at 1:36 PM Meikel Brandmeyer <m...@kotka.de> wrote: Hi, Am 16.09.
unread,
Promoting Gradle in Clojure Community
Hi again, On Thu, Sep 17, 2015 at 1:36 PM Meikel Brandmeyer <m...@kotka.de> wrote: Hi, Am 16.09.
9/28/15
Jason Zwolak
,
Meikel Brandmeyer
6
9/18/15
circular dependency
IIRC, the Right Way(tm) is to register the Java compiler output as input for the Clojure compile task
unread,
circular dependency
IIRC, the Right Way(tm) is to register the Java compiler output as input for the Clojure compile task
9/18/15
.Santanu Chakrabarti
, …
janu...@gmail.com
9
8/25/15
Class cast exception running gradle clojureRepl
@januslynd You are welcome :-). On Wed, Aug 26, 2015 at 2:19 AM, <janu...@gmail.com> wrote:
unread,
Class cast exception running gradle clojureRepl
@januslynd You are welcome :-). On Wed, Aug 26, 2015 at 2:19 AM, <janu...@gmail.com> wrote:
8/25/15
.Santanu Chakrabarti
, …
janu...@gmail.com
4
8/25/15
the ebooklet for documentation
Well I think it looks great. Good work! Janus On Tuesday, August 25, 2015 at 10:25:47 PM UTC+2,
unread,
the ebooklet for documentation
Well I think it looks great. Good work! Janus On Tuesday, August 25, 2015 at 10:25:47 PM UTC+2,
8/25/15
janu...@gmail.com
,
Meikel Brandmeyer
3
8/25/15
What is the latest repo Github/Bitbucket ?
Good to know. I've been playing with some other Gradle plugins and I was thinking to clone it to
unread,
What is the latest repo Github/Bitbucket ?
Good to know. I've been playing with some other Gradle plugins and I was thinking to clone it to
8/25/15
.Santanu Chakrabarti
,
Meikel Brandmeyer
3
4/11/15
Why nobody answers or acknowledges my posts?
Well I am not asking for any resolution just now, but some sort of acknowledgement that it would be
unread,
Why nobody answers or acknowledges my posts?
Well I am not asking for any resolution just now, but some sort of acknowledgement that it would be
4/11/15
Matt Bossenbroek
,
Meikel Brandmeyer
3
1/19/15
nRepl missing java classes on classpath
Hi, this is rather strange. I set up the repl task to include the output of all source sets. So any
unread,
nRepl missing java classes on classpath
Hi, this is rather strange. I set up the repl task to include the output of all source sets. So any
1/19/15
Lauri Mäkinen
,
Meikel Brandmeyer
3
1/13/15
Many warning generated during build
Hi, > On Saturday, January 10, 2015 at 2:36:05 PM UTC+2, Lauri Mäkinen wrote: > > '
unread,
Many warning generated during build
Hi, > On Saturday, January 10, 2015 at 2:36:05 PM UTC+2, Lauri Mäkinen wrote: > > '
1/13/15
Gary Deer
,
Meikel Brandmeyer
4
12/4/14
clojuresque to gradle version compatibility mapping
You have to specify clojars as repository also outside the buildscript block. You will probably also
unread,
clojuresque to gradle version compatibility mapping
You have to specify clojars as repository also outside the buildscript block. You will probably also
12/4/14
Sébastien Lambour
,
Meikel Brandmeyer
2
10/9/14
Compile clojure file independetly
Hi, there are two approaches, I see. The first one is rather clumsy. compileClojure { dependsOn
unread,
Compile clojure file independetly
Hi, there are two approaches, I see. The first one is rather clumsy. compileClojure { dependsOn
10/9/14
Phil Groce
,
Meikel Brandmeyer
3
2/16/14
how to pass port number to clojureRepl task at cli?
On Saturday, February 15, 2014 3:54:36 AM UTC-5, Meikel Brandmeyer wrote: Maybe I could expose these
unread,
how to pass port number to clojureRepl task at cli?
On Saturday, February 15, 2014 3:54:36 AM UTC-5, Meikel Brandmeyer wrote: Maybe I could expose these
2/16/14
Phil Groce
,
Meikel Brandmeyer
3
2/16/14
clojureRepl hangs other Gradle tasks when build.gradle is changed
On Saturday, February 15, 2014 3:26:41 AM UTC-5, Meikel Brandmeyer wrote: I know of this behaviour
unread,
clojureRepl hangs other Gradle tasks when build.gradle is changed
On Saturday, February 15, 2014 3:26:41 AM UTC-5, Meikel Brandmeyer wrote: I know of this behaviour
2/16/14
Stephen Agneta
,
Dave Ray
2
1/31/14
Odd error in gradle during compilation: Exception in thread "main" java.io.FileNotFoundException: Could not locate clojure/edn__init.class or clojure/edn.clj on classpath:
Hey, I'd start by making sure you have Clojure 1.5 as a dependency since that's when clojure.
unread,
Odd error in gradle during compilation: Exception in thread "main" java.io.FileNotFoundException: Could not locate clojure/edn__init.class or clojure/edn.clj on classpath:
Hey, I'd start by making sure you have Clojure 1.5 as a dependency since that's when clojure.
1/31/14
Matt Bossenbroek
,
Meikel Brandmeyer
4
1/23/14
Provided dependencies
That worked great - thanks! Thanks, Matt On Sunday, January 19, 2014 11:36:44 PM UTC-8, Meikel
unread,
Provided dependencies
That worked great - thanks! Thanks, Matt On Sunday, January 19, 2014 11:36:44 PM UTC-8, Meikel
1/23/14
Matt Bossenbroek
,
Meikel Brandmeyer
13
1/8/14
Codox with Clojuresque
On Wed, Jan 08, 2014 at 01:09:19PM -0800, Matt Bossenbroek wrote: > Works perfectly - you rock!
unread,
Codox with Clojuresque
On Wed, Jan 08, 2014 at 01:09:19PM -0800, Matt Bossenbroek wrote: > Works perfectly - you rock!
1/8/14
Meikel Brandmeyer
12/29/13
[ANN] clojuresque 1.7.0
This is quick follow-up release, fixing a regression regarding source filtering. However, there is
unread,
[ANN] clojuresque 1.7.0
This is quick follow-up release, fixing a regression regarding source filtering. However, there is
12/29/13
Meikel Brandmeyer
12/25/13
[ANN] clojuresque 1.6.0 released
Finally! It's done! There it is! v1.6.0! After a long struggle I managed to get the new release
unread,
[ANN] clojuresque 1.6.0 released
Finally! It's done! There it is! v1.6.0! After a long struggle I managed to get the new release
12/25/13
Meikel Brandmeyer
,
Dave Ray
2
11/27/13
v1.6 in spe
Hi. I haven't tried it yet, but I'm planning on doing some project housecleaning next week. I
unread,
v1.6 in spe
Hi. I haven't tried it yet, but I'm planning on doing some project housecleaning next week. I
11/27/13
Meikel Brandmeyer
10/3/13
Refactoring
Finally some urgently needed clean-ups and refactorings going on. Ideally you should not notice
unread,
Refactoring
Finally some urgently needed clean-ups and refactorings going on. Ideally you should not notice
10/3/13
Meikel Brandmeyer
10/1/13
Repl task
The latest 1.6.0-SNAPSHOT now has a repl task. It will block the console. This is fine for me. If
unread,
Repl task
The latest 1.6.0-SNAPSHOT now has a repl task. It will block the console. This is fine for me. If
10/1/13
Meikel Brandmeyer
, …
Paudi Moriarty
8
9/30/13
Finally some time...
Am 30.09.2013 22:37, schrieb Paudi Moriarty: > Thanks, I was stumped myself. I'll check out
unread,
Finally some time...
Am 30.09.2013 22:37, schrieb Paudi Moriarty: > Thanks, I was stumped myself. I'll check out
9/30/13
Howard Lewis Ship
, …
Meikel Brandmeyer
4
7/22/13
clojureTest does not add build/resources/test to classpath
Hi, Am Samstag, 20. Juli 2013 00:23:30 UTC+2 schrieb Konrad Rzezniczak: Has this issue been resolved?
unread,
clojureTest does not add build/resources/test to classpath
Hi, Am Samstag, 20. Juli 2013 00:23:30 UTC+2 schrieb Konrad Rzezniczak: Has this issue been resolved?
7/22/13
Meikel Brandmeyer
,
Wilson MacGyver
3
4/4/13
ANN: clojuresque/nrepl 1.0.1 released
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Some things I just ran into: - ---8<--- apply plugin
unread,
ANN: clojuresque/nrepl 1.0.1 released
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Some things I just ran into: - ---8<--- apply plugin
4/4/13
Dave Ray
, …
Jeremiah Via
6
2/10/13
nrepl server
This works well for me. I added 'clojure-complete:clojure-complete:0.2.2' to my dependencies
unread,
nrepl server
This works well for me. I added 'clojure-complete:clojure-complete:0.2.2' to my dependencies
2/10/13
john....@gmail.com
,
Meikel Brandmeyer
10
2/6/13
looking for the best polyglot setup for a groovy project calling clojure code
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Am 06.02.2013 20:05, schrieb john: > Maybe I did
unread,
looking for the best polyglot setup for a groovy project calling clojure code
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Am 06.02.2013 20:05, schrieb john: > Maybe I did
2/6/13
john
,
Meikel Brandmeyer
3
1/31/13
just curious how clojuresque works
Hi Meikel, thank you again for your reply. I see and when I start to write tests I'll need my
unread,
just curious how clojuresque works
Hi Meikel, thank you again for your reply. I see and when I start to write tests I'll need my
1/31/13
Dave Ray
,
Meikel Brandmeyer
3
12/16/12
compileClojure task hangs
Hi, I'm working around it at the moment by just copying and modifying compile.clj and test.clj
unread,
compileClojure task hangs
Hi, I'm working around it at the moment by just copying and modifying compile.clj and test.clj
12/16/12