Re: verifying build success via target return codes or parsing build output logs.

2008-02-28 Thread Gilbert Rebhan
at returned a error (2) and did not appear to > fail the project. maybe because you didn't use failonerror="true" ?! > 2.) When compiling I have been validated the result of a build by searching > the build output for specific key words. > a.) Which is a better me

verifying build success via target return codes or parsing build output logs.

2008-02-28 Thread Lucas Albers
d the result of a build by searching the build output for specific key words. a.) Which is a better method, check the return codes or check a build output log? b.) Is there a cleaner method to check output? c.) What regular expression would grab the preceding 15 lines in add

Re: Build output

2007-11-07 Thread Gilles Scokart
You could use the task record task. Gilles 2007/11/6, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi all, > > I'm using cruise control and as such when running Ant I'm using the XML > Logger and I'm specifying the -logfile option to write to a file which is > then picked up by cruisecontrol. Is th

Build output

2007-11-06 Thread robert . c . hayes
Hi all, I'm using cruise control and as such when running Ant I'm using the XML Logger and I'm specifying the -logfile option to write to a file which is then picked up by cruisecontrol. Is there a way of getting the ant output to go both to the xml log file and the console (but obiviously in t

RE: capturing build output in Visual Studio .NET - enabling warning/error double clicking

2005-02-11 Thread Jeff Shanholtz
Thanks! -emacs works great. -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 12:20 AM To: user@ant.apache.org Subject: Re: capturing build output in Visual Studio .NET - enabling warning/error double clicking On Thu, 10 Feb 2005, Jeff

Re: capturing build output in Visual Studio .NET - enabling warning/error double clicking

2005-02-11 Thread Stefan Bodewig
On Thu, 10 Feb 2005, Jeff Shanholtz <[EMAIL PROTECTED]> wrote: > Is there any way I can suppress the "[exec]" part offers a few options. Stefan - To unsubscribe, e-mail: [EMAIL PROTEC

RE: capturing build output in Visual Studio .NET - enabling warning/error double clicking

2005-02-11 Thread sten.rosendahl
There is a Visual Studio logger in MSBuild, but I'm not sure that logger is open source. Sten Rosendahl > -Original Message- > From: Jeff Shanholtz [mailto:[EMAIL PROTECTED] > Sent: Friday, February 11, 2005 1:28 AM > To: user@ant.apache.org > Subject: capturing bu

AW: capturing build output in Visual Studio .NET - enabling warni ng/error double clicking

2005-02-10 Thread Jan . Materne
Can you configure to start with "-e" option? Jan > -Ursprüngliche Nachricht- > Von: Jeff Shanholtz [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 11. Februar 2005 01:28 > An: user@ant.apache.org > Betreff: capturing build output in Visual Studio .NET - enabli

capturing build output in Visual Studio .NET - enabling warning/error double clicking

2005-02-10 Thread Jeff Shanholtz
I'm running an ant build script from within VS.NET and capturing the output in the output window. Right now I am unable to double click an error or warning line in my build output (which normally would open that file to the line with the error/warning). The problem is that VS doesn't

RE: Newbie; Sending VC++.NET build output to cmd window

2004-04-02 Thread White, Jeffrey
comes out to the cmd window. But when Ant executes the exact same command, it does not appear. Jeff -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 2:52 PM To: 'Ant Users List' Subject: RE: Newbie; Sending VC++.NET build outpu

RE: Newbie; Sending VC++.NET build output to cmd window

2004-04-02 Thread Dominique Devienne
The output of goes to the console that started Ant by default. --DD > -Original Message- > From: White, Jeffrey [mailto:[EMAIL PROTECTED] > Sent: Friday, April 02, 2004 1:45 PM > To: 'Ant Users List' > Subject: RE: Newbie; Sending VC++.NET build output to cmd w