Erik Huelsmann wrote: > 2. What's happening with the 1-character-per-line output of my script???? Having been around Ant task and JSR-223 code, my suspicion is that there is a flush being done for each character in ABCL. The Ant outputStream wrappings log each of those flushes as a complete line of output. Jim