Re: Exit Code

2001-07-21 Thread Nico Seessle
- Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 21, 2001 3:13 PM Subject: Re: Exit Code > Nico, > > I have committed a solution. It seems to work for me on NT. Can you confirm > on 2000? What about 95/98? > It seemed to work f

Re: Exit Code

2001-07-21 Thread Nico Seessle
- Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, July 21, 2001 3:18 PM Subject: Re: Exit Code > - Original Message - > From: "Carter A. Thompson" <[EMAIL PROTECTED]> > To: "Ant User's Mailing List" <[EMAI

:::eater - software project

2001-07-21 Thread norbert
hi! i have created a software-project called :::eater on sourceforge: * a GUI-frontend for ant * task-modules for SQl->XML->HTML https://sourceforge.net/projects/aeater/ PURPOSE: automation of reporting and content-management by utilizing a common batch-like language (ant). easy to use Graphic

Question concerning screen output for javac

2001-07-21 Thread Scott Goldstein
Hello. I'm new to Ant and I have a question concerning the output of the javac task. I'm using .javac to build .java files in a directory tree. I'd like to print out each directory it find and each java file it finds. If the java file does not need to be compiled, then it states so. Otherwise

Re: Exit Code

2001-07-21 Thread Conor MacNeill
Carter, I have committed a fix that should have the batch file returning the correct exit code. I am curious, however by your use of $?. This is the unix mechanism for getting the return code. It does not work under NT/98 etc, or did I miss something? Conor - Original Message - From: "C

Re: Exit Code

2001-07-21 Thread Conor MacNeill
> The solution doesn't solve the problem of being able to append the status to the logfile and mail it out before ant completes. With this solution you would have to do your mailing after the bat file completes in another process. No, this is a separate thread unrelated to your enquiry. Conor

Re: Exit Code

2001-07-21 Thread Conor MacNeill
Nico, I have committed a solution. It seems to work for me on NT. Can you confirm on 2000? What about 95/98? Conor - Original Message - From: "Nico Seessle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 21, 2001 7:51 AM Subject: Re: Exit Code RE: Exit Code - O