Doesn't BEA supply Ant tasks that do the same things that you can do
from this console?
-Rob A
> -Original Message-
> From: Shay Thompson [mailto:[EMAIL PROTECTED]
> Sent: Sunday, March 05, 2006 5:06 PM
> To: Ant Users List
> Subject: Re: Looking for an Ant T
You might be able to generate a file and use the 'input' attribute of
, with each command on a separate line in the input file. This does
not allow you to parse any output or wait for results, but if the program
isn't reading from STDIN each time until its next prompt, this should work.
-Andrew
O
:) sorry, wasn't trying to be confusing.
The program I'm using is the WebLogic console program called WLST. It's
basically a shell program for WebLogic which allows you to do things
like deploy and undeploy applications. An example use is to start the
program, log in, enter edit mode, deplo
I've just reread your question for the third time and I still don't think I
get it. It sounds to me like you are "talking around" the problem, not
describing the actual problem.
What exactly are you trying to do? You're talking about needing "multiple
reads and writes" but I haven't a clue WHA