Re: [gradle-user] Can't set compile task executable action or compilerarg values

2009-01-05 Thread Hans Dockter
Problem 2: I can't get compilerarg values into the compile task. Again, I've tried to pass these values a few different ways with no success. How do I get compilerarg values into the task? My sample Ant is: ... The compile task does not cur

Re: [gradle-user] Can't set compile task executable action or compilerarg values

2008-12-29 Thread Adam Murdoch
D'Arcy, Hamlet B wrote: I've been spinning on this problem for a few hours and thought I'd check to see if anyone can help... Problem 1: I can't set the executable option on my compile task. I'm trying to replace the basic javac invocation with my own batch file. In Ant, you'd do someth

RE: [gradle-user] Can't set compile task executable action or compilerarg values

2008-12-29 Thread D'Arcy, Hamlet B
earson.com > -Original Message- > From: m...@dockter.biz [mailto:m...@dockter.biz] > Sent: Monday, December 29, 2008 2:22 PM > To: user@gradle.codehaus.org > Subject: Re: [gradle-user] Can't set compile task executable > action or compilerarg values > > > O

Re: [gradle-user] Can't set compile task executable action or compilerarg values

2008-12-29 Thread mail
On Sun, 28 Dec 2008 09:15:06 -0600, "D'Arcy, Hamlet B" said: > I've been spinning on this problem for a few hours and thought I'd check > to see if anyone can help... > > Problem 1: I can't set the executable option on my compile task. > > I'm trying to replace the basic javac invocation with

Re: [gradle-user] Can't set compile task executable action or compilerarg values

2008-12-28 Thread Les Hazlewood
I agree - the GroovyDoc would be nice. I too had to dig through Groovy source last week while trying to understand my problem. Best, Les On Sun, Dec 28, 2008 at 10:15 AM, D'Arcy, Hamlet B wrote: > I've been spinning on this problem for a few hours and thought I'd check to > see if anyone can

[gradle-user] Can't set compile task executable action or compilerarg values

2008-12-28 Thread D'Arcy, Hamlet B
I've been spinning on this problem for a few hours and thought I'd check to see if anyone can help... Problem 1: I can't set the executable option on my compile task. I'm trying to replace the basic javac invocation with my own batch file. In Ant, you'd do something like this: ...