Re: instability in ant 1.3alpha

2001-01-20 Thread Conor MacNeill
, it would be good. Conor - Original Message - From: "Shamberger, Michael" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 18, 2001 11:23 AM Subject: RE: instability in ant 1.3alpha Conor, I have attached the debug output and stack trace. It appears that the

RE: Instability in Ant

2001-01-18 Thread Jeff Davies
One possibly interesting thing. This problem only occurs for me when I run the Weblogic EJBC. I'm using Weblogic 5.1, service pack 8. Here is the sample output from Ant when my "master" build script fails: header: [echo] *** [echo] *

Re: instability in ant

2001-01-17 Thread Glenn McAllister
"Shamberger, Michael" wrote: I have an ant build that uses about 70 targets mainly calling the javac and ejb-jar tasks. The build is failing on the same target every time on my windows machine. Could you give us more details about how it is failing? Have you run with the -debug or

RE: instability in ant

2001-01-17 Thread Conor MacNeill
Michael, I think that should be 1.3alpha :-) Can you try a later nightly build (check the temp directory). The build from the 8th has Sam's build.sysclasspath patch which does not interact well with ejbjar, I think. Conor -- Conor MacNeill [EMAIL PROTECTED] Cortex eBusiness

Re: instability in ant

2001-01-17 Thread Peter Donald
At 02:49 17/1/01 -0800, Shamberger, Michael wrote: Hi, A little more info: Using: windows 2000 sp1 jdk1.2.2 jikes compiler ant1.3 Jan 8, 2001 heres the rub ;) Unfortunately earlier versions of ant did not work well with extremely large command lines. The current CVS

RE: instability in ant

2001-01-17 Thread Dan Lohman
or MacNeill [Rremailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 2:56 PM To: [EMAIL PROTECTED] Subject: RE: instability in ant Michael, I think that should be 1.3alpha :-) Can you try a later nightly build (check the temp directory). The build from the 8th has Sam's build.s

RE: instability in ant 1.3alpha

2001-01-17 Thread Shamberger, Michael
uot;/ /ejbjar /target -Original Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 2:56 PM To: [EMAIL PROTECTED] Subject: RE: instability in ant Michael, I think that should be 1.3alpha :-) Can you try a later nightly build (check the temp di

RE: instability in ant

2001-01-17 Thread Jeff Davies
I am also seeing the same behavior on my Win 2K platform. My project consists of 6 modules, each with its own build.xml script. I then created a master build.xml script that would call the other scripts one by one. When I run the master script, it compiles the first project just fine, then dies