I'm trying to use isolate to create an input loop. This is a long story... basically the ant startup times preclude me from putting the loop in a shell script and calling ant multiple times for each log message.
The expected behaviour would be for ${logMessage} to be set for each line of input. The current behaviour is that the ${logMessage} property is not ever set.
Ant build file
I'm using the latest antxtras v2, btw.
Current output
Working variant with AntXtras v3b1
Screenshot of sf3018146's output
Not sure why this isn't working for you. Can you specify which version of AntXtras you're using. I tried with the latest v3.0b1 and it works I think as you're expecting.
Working variant with AntXtras v2.0.1
Screenshot of sf3018146's output (AntXtras 2.0.1)
Seems to work for both AntXtras v3.0.0b1 and v2.0.1. Can you try the attached xml files in your environment?