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
rom: "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,
> >
> > I'd like to re-use a Jav
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 Er
Hi everyone,
I'd like to re-use a Javac-task from within my own task but I always get
"duplicate class: ClassName"-errors when I compile the second set of source
code files.
The background of this is that I have a preprocessor that creates different
source code versions of the same project, wh