Re: [gradle-user] Questions about the eclipse task and generation of .classpath

2009-05-26 Thread Hans Dockter
On May 25, 2009, at 10:35 PM, Jeppe Nejsum Madsen wrote: On Mon, May 25, 2009 at 2:59 PM, Hans Dockter wrote: [...] On a separate note: I'm working with Scala and using the patch from http://jira.codehaus.org/browse/GRADLE-287. What is needed to get Scala fully supported? We will try t

Re: [gradle-user] Questions about the eclipse task and generation of .classpath

2009-05-25 Thread Jeppe Nejsum Madsen
On Mon, May 25, 2009 at 2:59 PM, Hans Dockter wrote: [...] >> On a separate note: I'm working with Scala and using the patch from >> http://jira.codehaus.org/browse/GRADLE-287. What is needed to get >> Scala  fully supported? > > We will try to apply the patch for 0.7. This is great news! I've

Re: [gradle-user] Questions about the eclipse task and generation of .classpath

2009-05-25 Thread Hans Dockter
On May 25, 2009, at 11:14 AM, Jeppe Nejsum Madsen wrote: Is it possible to generate a pom.xml from my build.gradle dependencies? Yes. Maybe "possible" was a bad choice, since the answer is (almost) obviously yes :-) What I meant was, is there builtin support for this? If the answer is

Re: [gradle-user] Questions about the eclipse task and generation of .classpath

2009-05-25 Thread Jeppe Nejsum Madsen
On Mon, May 25, 2009 at 10:10 AM, Hans Dockter wrote: > > On May 19, 2009, at 9:56 PM, Jeppe Nejsum Madsen wrote: [...] >> - The .classpath file is generated with absolute paths to the >> dependencies. This makes it difficult to share the generated Eclipse >> project. Maven uses the M2_REPO var

Re: [gradle-user] Questions about the eclipse task and generation of .classpath

2009-05-25 Thread Hans Dockter
On May 19, 2009, at 9:56 PM, Jeppe Nejsum Madsen wrote: Hi I'm using the eclipse task to generate an Eclipse project. While it works fine, I was wondering if the following is possible or planned. Maven does seem to get something right in this area :-) - The .classpath file is generated with a

[gradle-user] Questions about the eclipse task and generation of .classpath

2009-05-19 Thread Jeppe Nejsum Madsen
Hi I'm using the eclipse task to generate an Eclipse project. While it works fine, I was wondering if the following is possible or planned. Maven does seem to get something right in this area :-) - The .classpath file is generated with absolute paths to the dependencies. This makes it difficult t