Re: Integrating Groovy with a Java EE application and Maven

2016-06-26 Thread Mr Andersson
On 06/26/2016 11:22 AM, Jochen Theodorou wrote: On 26.06.2016 09:14, Mr Andersson wrote: On 06/24/2016 10:40 PM, Jochen Theodorou wrote: On 24.06.2016 17:41, Mr Andersson wrote: [...] If you want to convince me of switching, i am still looking/waiting for someone to offer cyclic dependenc

Re: Integrating Groovy with a Java EE application and Maven

2016-06-26 Thread Jochen Theodorou
On 26.06.2016 09:14, Mr Andersson wrote: On 06/24/2016 10:40 PM, Jochen Theodorou wrote: On 24.06.2016 17:41, Mr Andersson wrote: [...] If you want to convince me of switching, i am still looking/waiting for someone to offer cyclic dependency support between modules, since without it, my code

Re: Integrating Groovy with a Java EE application and Maven

2016-06-26 Thread Mr Andersson
On 06/24/2016 10:40 PM, Jochen Theodorou wrote: On 24.06.2016 17:41, Mr Andersson wrote: [...] If you want to convince me of switching, i am still looking/waiting for someone to offer cyclic dependency support between modules, since without it, my code is getting more complex than need be. t

Re: Integrating Groovy with a Java EE application and Maven

2016-06-24 Thread Jochen Theodorou
On 24.06.2016 17:41, Mr Andersson wrote: [...] If you want to convince me of switching, i am still looking/waiting for someone to offer cyclic dependency support between modules, since without it, my code is getting more complex than need be. then you probably do not want modules, but just mult

Re: Integrating Groovy with a Java EE application and Maven

2016-06-24 Thread Mr Andersson
On 06/22/2016 10:30 AM, Cédric Champeau wrote: You should really give Gradle a try. It's pretty straightforward. I have tried it, i found it "too dirty", too groovy, too dynamic, although I know it's an excellent tool for building and hooking into the build process. I also found there w

Re: Integrating Groovy with a Java EE application and Maven

2016-06-22 Thread Cédric Champeau
You should really give Gradle a try. It's pretty straightforward. Le 21 juin 2016 23:40, "Mr Andersson" a écrit : > > > On 06/21/2016 10:39 PM, Jochen Theodorou wrote: > > On 21.06.2016 09:04, Mr Andersson wrote: > > Gmaven or Gmaven 2 did not work for me either. Resulted in a bunch of > compilat

Re: Integrating Groovy with a Java EE application and Maven

2016-06-21 Thread Mr Andersson
On 06/21/2016 10:39 PM, Jochen Theodorou wrote: On 21.06.2016 09:04, Mr Andersson wrote: Gmaven or Gmaven 2 did not work for me either. Resulted in a bunch of compilation issues which I started to correct, but then gave up on. I shouldn't have to change my code to get on Groovy. yeah, forget

Re: Integrating Groovy with a Java EE application and Maven

2016-06-21 Thread Jochen Theodorou
On 21.06.2016 09:04, Mr Andersson wrote: Gmaven or Gmaven 2 did not work for me either. Resulted in a bunch of compilation issues which I started to correct, but then gave up on. I shouldn't have to change my code to get on Groovy. yeah, forget about those... gmavenplus is supposed to work. If

Re: Integrating Groovy with a Java EE application and Maven

2016-06-21 Thread Keegan Witt
ency. > > Jason > > -Original Message- > From: Mr Andersson [mailto:mr.andersson@gmail.com] > Sent: Tuesday, June 21, 2016 3:04 AM > To: users@groovy.apache.org > Subject: Re: Integrating Groovy with a Java EE application and Maven > > Gmaven or Gmaven 2 d

RE: Integrating Groovy with a Java EE application and Maven

2016-06-21 Thread Winnebeck, Jason
-plugin and Groovy as a dependency. Jason -Original Message- From: Mr Andersson [mailto:mr.andersson@gmail.com] Sent: Tuesday, June 21, 2016 3:04 AM To: users@groovy.apache.org Subject: Re: Integrating Groovy with a Java EE application and Maven Gmaven or Gmaven 2 did not work for

Re: Integrating Groovy with a Java EE application and Maven

2016-06-21 Thread Mr Andersson
Gmaven or Gmaven 2 did not work for me either. Resulted in a bunch of compilation issues which I started to correct, but then gave up on. I shouldn't have to change my code to get on Groovy. I don't remember the exact errors, but there were some. I just tried again and it failed. I tried the j

RE: Integrating Groovy with a Java EE application and Maven

2016-06-20 Thread Winnebeck, Jason
: Mr Andersson [mailto:mr.andersson@gmail.com] Sent: Monday, June 20, 2016 7:58 AM To: users@groovy.apache.org Subject: Re: Integrating Groovy with a Java EE application and Maven Cons: Requires Eclipse compiler. Big cons. Especially version < 4.4 which seems to be the one used by Gmaven

Re: Integrating Groovy with a Java EE application and Maven

2016-06-20 Thread Mr Andersson
Cons: Requires Eclipse compiler. Big cons. Especially version < 4.4 which seems to be the one used by Gmaven and maven. The ant way is just fine and is the easiest one. The cons are pretty slim if you ask me. But thanks for clarifying. Now I know I have made the right decision. On 06/19/20

Re: Integrating Groovy with a Java EE application and Maven

2016-06-19 Thread Keegan Witt
I put this page together to try to explain the pros and cons of different tools: https://github.com/groovy/GMavenPlus/wiki/Choosing-Your-Build-Tool -Keegan On Sun, Jun 19, 2016 at 8:09 AM, Jochen Theodorou wrote: > On 18.06.2016 20:12, Mr Andersson wrote: > >> I was able to get it to work, both

Re: Integrating Groovy with a Java EE application and Maven

2016-06-19 Thread Jochen Theodorou
On 18.06.2016 20:12, Mr Andersson wrote: I was able to get it to work, both as separate groovy and java directories and as one directory ( basically a groovy directory with mixed ). It is interesting how complex this task was. It would appear as if the Groovy community should have figured this o

Re: Integrating Groovy with a Java EE application and Maven

2016-06-18 Thread Mr Andersson
a if eerything is under the src/main/groovy folder. Sent from my Samsung device Original message From: Mr Andersson Date: 18/06/2016 18:39 (GMT+01:00) To: users@groovy.apache.org Subject: Re: Integrating Groovy with a Java EE application and Maven I have gotten a bit further

Re: Integrating Groovy with a Java EE application and Maven

2016-06-18 Thread Schalk W . Cronjé
To: users@groovy.apache.org Subject: Re: Integrating Groovy with a Java EE application and Maven I have gotten a bit further in my research and came up with this sample project which uses ant to compile the groovy classes but I can't get them to compile together. To be able

Re: Integrating Groovy with a Java EE application and Maven

2016-06-18 Thread Mr Andersson
I have gotten a bit further in my research and came up with this sample project which uses ant to compile the groovy classes but I can't get them to compile together. To be able to have cyclic dependencies between Java and Groovy files. Here is a standalone isolated maven project that contains

Re: Integrating Groovy with a Java EE application and Maven

2016-06-18 Thread Jochen Theodorou
On 18.06.2016 13:40, Mr Andersson wrote: [...] I've tried: org.codehaus.groovy groovy 2.4.7 as well as true org.apache.maven.plugins maven-compiler-plugin 3.5.1 ${java.version} ${java.version} groovy-eclipse-compile

Integrating Groovy with a Java EE application and Maven

2016-06-18 Thread Mr Andersson
Hi, I can not find any info on this online that will actually work. I've tried: org.codehaus.groovy groovy 2.4.7 as well as true org.apache.maven.plugins maven-compiler-plugin 3.5.1 ${java.version} ${java.version} groovy-ecli