more or less, yes. I gather its scanning incoming text for the keyword in the read, but it should output everything it scans so progress can be tracked.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 23 September 2002 11:27 To: [EMAIL PROTECTED] Subject: RE: Telnet Verbose Hi, I have the same troubles: my remote ant-script generates output that I only see when the remote ant session is done. Then, all logging scrolls along, so no progress when it is running. I also see that the java process of the local ant I'm running takes 100% cpu when telnetting. Do you see that behavour also? Regards, Nick. -----Original Message----- From: Kervin, Stephen [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 11:54 AM To: Ant Users List Subject: Telnet Verbose Hi Is there anyway to get the Telnet session to verbose the output from an ant task ? I have an ant build process locally which when done ships the stuff to the server, telnets into the server and initiates an ant script on the server to do the install. Only problem is that I cant see what is going on in the server as none of the ant output from the server seems to get echoed back the calling ant. I am running it as follows: <write string="ant -buildfile installAIX.xml Dbuildfolder="${buildfolder}" -verbose -debug" /> <read>$</read> Where $ is the shell prompt. Thanks, -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
