"Trying to override old definition of task" and macros

2008-01-03 Thread Thomas Voigt
Hi, we get some annoying warnings from ant (verified with 1.7.1 alpha from yesterdays nightly build). We have some macro definitions in a separate file, which is imported from the starting build file and nowhere else. We proceed to import a healthy number of other ant files, with targets calli

Re: Parallel tasks and Windows

2007-05-25 Thread Thomas Voigt
d result in a new process (roughly half of the time, probably depending on which process was spawned first). Today I always had to close both applications in order to get the next two. Regards, Thomas > > On 5/25/07, Thomas Voigt <[EMAIL PROTECTED]> wrote: > > Hi, > > &

Parallel tasks and Windows

2007-05-25 Thread Thomas Voigt
Hi, I posed this question some time ago, but did not get any answers. I thought after half a year (and unfortunately no new insights) I'd try again, because this behaviour seriously prolongs our build time :-\ I stumbled upon a curious problem with the ant parallel handling in conjunction with

Corrupted logfiles

2007-01-15 Thread Thomas Voigt
Hi, I had a curious problem that took me some time to figure out. The problem is fixed on my side, but you may want to check it out anyway. (I filed a bug in the bugzilla database, Bug 41368.) The setup is as follows: We compile a list of java projects, logging the output of each project. Here

Re: ConcurrentModificationException

2007-01-15 Thread Thomas Voigt
Original-Nachricht Datum: Thu, 11 Jan 2007 21:56:04 +0100 Von: "Thomas Voigt" <[EMAIL PROTECTED]> > Original-Nachricht > Datum: Thu, 11 Jan 2007 11:26:17 -0800 (PST) > Von: Matt Benson <[EMAIL PROTECTED]> > > > If you a

Re: ConcurrentModificationException

2007-01-11 Thread Thomas Voigt
Original-Nachricht Datum: Thu, 11 Jan 2007 11:26:17 -0800 (PST) Von: Matt Benson <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: ConcurrentModificationException > Thomas, some synchronization checks have been added > which fix the problem in my test (I was able to > observe

Re: ConcurrentModificationException

2007-01-11 Thread Thomas Voigt
Hi, Original-Nachricht Datum: Thu, 11 Jan 2007 19:13:30 + Von: "Peter Reilly" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: ConcurrentModificationException > Looking at the code and the stack error, the following patch may > fix the problem: > Index: src/main/org/ap

Re: ConcurrentModificationException

2007-01-11 Thread Thomas Voigt
Hi, Original-Nachricht Datum: Thu, 11 Jan 2007 10:40:42 -0800 (PST) Von: Matt Benson <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: ConcurrentModificationException > Hi-- > there appear to be synchronization issues around Ant's > properties. Here, setting a property (I im

Re: ConcurrentModificationException

2007-01-11 Thread Thomas Voigt
Hi, Original-Nachricht Datum: Thu, 11 Jan 2007 11:23:50 -0600 Von: "Andrew Close" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: ConcurrentModificationException > On 1/11/07, Thomas Voigt <[EMAIL PROTECTED]> wrote: > &g

ConcurrentModificationException

2007-01-11 Thread Thomas Voigt
Hi, we recently started to get ConcurrentModificationExceptions with ant. We use ant 1.7 and ant-contrib 1.02b2 with jdk 1.5.0_07 (the same error occurs with jdk 1.5.0_10) on Windows Server 2003. The exception is not exactly reproducable, but seems to occur rather frequently. Top-level we use

Re: OutofMemoryError during compile target

2006-12-07 Thread Thomas Voigt
Original-Nachricht Datum: Thu, 7 Dec 2006 08:58:35 -0800 Von: "Kenneth Litwak" <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: OutofMemoryError during compile target > Does anyone have a suggestion for what I might try to figure out how > to resolve or figure out this s

Re: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-07 Thread Thomas Voigt
Original-Nachricht Datum: Thu, 07 Dec 2006 11:39:55 + Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5 > Thomas Voigt wrote: > > (2) The command hangs if I try to access an oracle

Re: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-07 Thread Thomas Voigt
Original-Nachricht Datum: Wed, 6 Dec 2006 23:04:57 + Von: "Peter Reilly" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5 > On 12/5/06, Thomas Voigt <[EMAIL PROTECTED]> wrote:

Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-05 Thread Thomas Voigt
Hi, we tried to upgrade our system to Java 1.5 (jdk1.5.0_09) and Ant 1.7.0 RC1. Sadly we ran into several problems. We also use svnant 1.1.0 RC2 and ant-contrib 1.0b2. I would like to know if any of you ran into similar problems - I'm moderately experienced with fiddling with ant, but not an e

Re: RE: ant-contrib: antfetch and dir

2006-11-21 Thread Thomas Voigt
ontrib .jar (Silly mistake), > > so my advice is to download the 1.03b jar and try again. > > The ant-contrib-1.0b3.jar is there. And if the jar was missing I should > get a different error, shouldn't I? > > Regards, Thomas > > > -Original Message- > &

Problem with ant recorder task

2006-10-31 Thread Thomas Voigt
Hi, I've got a problem with the recorder task. Have a look: Now I w

Curious problem with parallel tasks

2006-10-26 Thread Thomas Voigt
Hi, I stumbled upon a curious problem with the ant parallel handling in conjunction with Windows XP. Let's say I have 3 targets: call1, call2 and call3 which are executed in a parallel environment (2 threads). Each target calls a hello world windows GUI application that has to be closed manual