On Sun, 27 Feb 2005, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> On Sat, 26 Feb 2005, Robert Virkus <[EMAIL PROTECTED]> wrote:
>> The bootclasspath, however, is appended (the first device is a
>> MIDP/1.0 device, the second one a MIDP/2.0 one), so in the second
>> round I have something like this:
On Sat, 26 Feb 2005, Robert Virkus <[EMAIL PROTECTED]> wrote:
> the classpath is fine, but it isn't set for the two target devices
> anyhow - so in both rounds it is empty.
That's good news.
> The bootclasspath, however, is appended (the first device is a
> MIDP/1.0 device, the second one a MIDP
Hi Stefan, Dominique, and all,
the classpath is fine, but it isn't set for the two target devices anyhow - so
in both rounds it is empty. The bootclasspath, however, is appended (the
first device is a MIDP/1.0 device, the second one a MIDP/2.0 one), so in the
second round I have something like
On Fri, 25 Feb 2005, Robert Virkus <[EMAIL PROTECTED]> wrote:
> The background of this is that I have a preprocessor that creates
> different source code versions of the same project, which are then
> compiled by the org.apache.tools.ant.taskdefs.Javac task. I use and
> set different directories f
On Fri, 25 Feb 2005, Dominique Devienne <[EMAIL PROTECTED]> wrote:
> This has been discussed in the past Robert, i.e. can one assume a
> task that a task is safe to re-execute more than once with slightly
> different parameters. I don't recall the answer,
It would go along "we try our best to mak
ask's configuration. --DD
> -Original Message-
> From: Robert Virkus [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 25, 2005 12:25 PM
> To: Ant Developers List
> Subject: Re: Duplicate Class Error when Re-using Javac Task
>
> Hi Martin,
>
> sorry, I forgot
Hi Martin,
sorry, I forgot to mention that - fork does not help neither.
Thanks,
Robert
On Friday 25 February 2005 18:51, Martin Gainty wrote:
> Robert
> Did you enable the javac task fork="true"
> Viel Gluck,
> Martin-
> - Original Message -
> From: "Robert Virkus" <[EMAIL PROTECTED
Robert
Did you enable the javac task fork="true"
Viel Gluck,
Martin-
- Original Message -
From: "Robert Virkus" <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>
Sent: Friday, February 25, 2005 11:13 AM
Subject: Duplicate Class Error when Re-using Javac Task
Hi everyone,