Re: survey: what version(s) of gradle are available on your systems?

2015-05-07 Thread Jacques Le Roux
Le 06/05/2015 19:54, Jacques Le Roux a écrit : Seems this not get through, forwarding... Again w/o the link, I can't see what else could prevent this message to reach the ML :/ Jacques Le 06/05/2015 17:00, Jacques Le Roux a écrit : Great to see that in the ASF repo, but what about

Re: survey: what version(s) of gradle are available on your systems?

2015-05-07 Thread Jacques Le Roux
I was asking about Windows ;) Jacques Le 07/05/2015 09:17, Ejaz Ahmed a écrit : I use gvmtools to install my required version of gradle and it works on any Linux/Unix platform. Regards: Ejaz Ahmed Date: Thu, 7 May 2015 08:50:01 +0200 From: jacques.le.r...@les7arts.com To:

RE: survey: what version(s) of gradle are available on your systems?

2015-05-07 Thread Ejaz Ahmed
I use gvmtools to install my required version of gradle and it works on any Linux/Unix platform. Regards: Ejaz Ahmed Date: Thu, 7 May 2015 08:50:01 +0200 From: jacques.le.r...@les7arts.com To: dev@ofbiz.apache.org Subject: Re: survey: what version(s) of gradle are available on your

Re: survey: what version(s) of gradle are available on your systems?

2015-05-07 Thread Richard Siddall
http://mail-archives.apache.org/mod_mbox/ofbiz-dev/201505.mbox/browser Jacques Le Roux wrote: I was asking about Windows ;) Jacques Le 07/05/2015 09:17, Ejaz Ahmed a écrit : I use gvmtools to install my required version of gradle and it works on any Linux/Unix platform. Regards: Ejaz

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Michael Brohl
Hi Adam, I don't know much about Gradle and maybe I misunderstand the survey, but isn't it platform independent and can be installed in the desired version on every Java supported system? (http://gradle.org/docs/current/userguide/installation.html) Regards, Michael Brohl ecomify GmbH

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Adam Heath
Gradle has to be installed before building ofbiz, so you couldn't use gradle to install gradle. And I'd prefer not to embed it directly. And custom compiling every single library that one uses day to day isn't scalable either(let's ignore gentoo). And some like to only install what is

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 4:45 PM, Adam Heath doo...@brainfood.com wrote: Gradle has to be installed before building ofbiz, so you couldn't use gradle to install gradle. And I'd prefer not to embed it directly. The Groovy project has some scripts for this:

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Richard Siddall
FWIW, gradle is in Chocolatey (https://chocolatey.org/packages?q=gradle), as is groovy (https://chocolatey.org/packages?q=groovy), but neither is in NuGet. Richard. Richard Siddall wrote: Looking at our local mirror server, gradle is not available in CentOS 5, 6, or 7, or Fedora Core

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Adam Heath
apt-get install gradle yum install gradle emerge gradle Let's assume downloading random things that haven't been vetted against one's OS of choice is frowned upon by the powers that be at a particular company. It's a matter of not having to understand each and every single downloadable

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 6:09 PM, Adam Heath doo...@brainfood.com wrote: That's bad too. By the way, Adam, you're as bitter as an old spinster today! :-)

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Adam Heath
On 05/06/2015 10:34 AM, Jacopo Cappellato wrote: On May 6, 2015, at 4:57 PM, Adam Heath doo...@brainfood.com wrote: On 05/06/2015 09:52 AM, Jacopo Cappellato wrote: On May 6, 2015, at 4:45 PM, Adam Heath doo...@brainfood.com wrote: Gradle has to be installed before building ofbiz, so you

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Richard Siddall
Looking at our local mirror server, gradle is not available in CentOS 5, 6, or 7, or Fedora Core 21. (I assume the same is true of RedHat Enterprise Linux and the other distros derived from it.) CentOS 7 and Fedora Core 21 have (modified versions of) groovy 1.8.9. Earlier versions of CentOS

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Adam Heath
On 05/06/2015 12:10 PM, Jacopo Cappellato wrote: On May 6, 2015, at 6:09 PM, Adam Heath doo...@brainfood.com wrote: That's bad too. By the way, Adam, you're as bitter as an old spinster today! :-) Just express issues we've had interacting with clients. It's all about placing blame. If

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 4:57 PM, Adam Heath doo...@brainfood.com wrote: On 05/06/2015 09:52 AM, Jacopo Cappellato wrote: On May 6, 2015, at 4:45 PM, Adam Heath doo...@brainfood.com wrote: Gradle has to be installed before building ofbiz, so you couldn't use gradle to install gradle. And

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Taher Alkhateeb
Hi Adam, Maybe I do not understand your point exactly, but I find it very trivial to install gradle with the following steps on _any_ platform: 1) Download the latest binary gradle release from their website. The current version is 2.4 2) Set $JAVA_HOME to the correct java version on your

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Adam Heath
On 05/06/2015 09:52 AM, Jacopo Cappellato wrote: On May 6, 2015, at 4:45 PM, Adam Heath doo...@brainfood.com wrote: Gradle has to be installed before building ofbiz, so you couldn't use gradle to install gradle. And I'd prefer not to embed it directly. The Groovy project has some scripts

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 5:34 PM, Jacopo Cappellato jacopo.cappell...@hotwaxsystems.com wrote: At the top directory of your unpacked source, you need to run the command: gradle This sets up the Gradle wrapper and from then on you just need the `gradlew` command instead of `gradle`.

survey: what version(s) of gradle are available on your systems?

2015-05-05 Thread Adam Heath
I'm considering investigating gradle, but have discovered that it's not even available for debian wheezy(nor in backports). So, I currently interested in what other people have available for installation. In jessie, the version of gradle is 1.5.