Re: [gradle-user] Migrating the core of Gradle to Java

2008-06-30 Thread Hans Dockter
Hi Dirk, On Jun 30, 2008, at 1:27 PM, Detering Dirk wrote: Hello Hans, Basically Scala support has two aspects. One is to provide a Scala plugin for building Scala projects. I was aware of the two aspects, and my 'pity' was related to this one. I'm pretty sure such a plugin is very easy t

RE: [gradle-user] Migrating the core of Gradle to Java

2008-06-30 Thread Detering Dirk
Hello Hans, > Basically Scala support has two aspects. One is to provide a > Scala plugin for building Scala projects. I was aware of the two aspects, and my 'pity' was related to this one. The other aspect was only a spontaneous reaction to your announcement reg. core and "other" script engi

Re: [gradle-user] Migrating the core of Gradle to Java

2008-06-27 Thread Hans Dockter
On Jun 27, 2008, at 4:03 PM, Detering Dirk wrote: Hello Hans, I read in the roadmap that Scala plugin is planned, but for a post 1.0 release, what is a pity in my eyes, as I think Scala and Gradle could benefit both from it regarding publicity. But ok, one has to prioritise, I suppose. The r

RE: [gradle-user] Migrating the core of Gradle to Java

2008-06-27 Thread Detering Dirk
Hello Hans, I read in the roadmap that Scala plugin is planned, but for a post 1.0 release, what is a pity in my eyes, as I think Scala and Gradle could benefit both from it regarding publicity. But ok, one has to prioritise, I suppose. Regarding: > We will end up with only a small Groovy layer

[gradle-user] Migrating the core of Gradle to Java

2008-06-26 Thread Hans Dockter
Hi all, the performance problems of the 0.2 release Ittay has pointed out made me refactor important bits of the gradle core from Groovy into Java. The problem is solved now (in my local working copy), although there is still room for further improvement. One way of further improving per