Re: [NAnt-users] foreach task: Looping over file lines, property does not extend

2006-11-28 Thread Michael Jervis
On 28/11/06, Chris Lambrou <[EMAIL PROTECTED]> wrote: > Remove the test from the do sub-element of the foreach task, and add it > to the echo task. Alternatively, if you want to perform more than just > one sub-task in the do element, place them inside an inner if task. Ah that's got it! Great! Th

Re: [NAnt-users] foreach task: Looping over file lines, property does not extend

2006-11-28 Thread Nguyen, Daniel
nant-users@lists.sourceforge.net Subject: [NAnt-users] foreach task: Looping over file lines, property does not extend I want to loop for each line in a file that has been produced by a process and echo all lines with 'failed' in them to the email I'm send

Re: [NAnt-users] foreach task: Looping over file lines, property does not extend

2006-11-28 Thread Bob Archer
users@lists.sourceforge.net Subject: [NAnt-users] foreach task: Looping over file lines,property does not extend I want to loop for each line in a file that has been produced by a process and echo all lines with 'failed' in them to the email I'm sending t

Re: [NAnt-users] foreach task: Looping over file lines, property does not extend

2006-11-28 Thread Chris Lambrou
: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Jervis Sent: 28 November 2006 16:42 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] foreach task: Looping over file lines,property

[NAnt-users] foreach task: Looping over file lines, property does not extend

2006-11-28 Thread Michael Jervis
I want to loop for each line in a file that has been produced by a process and echo all lines with 'failed' in them to the email I'm sending to the developer list: However, on the if clause of the foreach, I get the error that the currentLine property is