You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Ciramella, EJ" <EC...@emptoris.com> on 2003/05/05 17:34:00 UTC

Help with exec task...

I have an ant script that gets the latest build and installs it.  But during
the Weblogic startup process, our application checks to see if the database
its about to point at is up-to-date.  It then gives the user three options:
1 - apply all patches
2 - apply one patch at a time 
3 - exit startup

How can I simulate 1 <enter> with exec?  Or can I not?