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
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
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
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
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
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:
...