----- Original Message -----
From: "Brian Deitte" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 22, 2001 10:08 PM
Subject: RE: Exec and starting a separate process
> I don't know of any way to currently start separate processes in Ant. I
> need the same functionality, and was (sometime soon) just planning to add
a
> "wait" parameter to Exec which defaults to true, although I'm not sure how
> the input, output, and watchdog handlers will be handled. -Brian
>
This:
<echo message="starting"/>
<exec executable="start">
<arg line="sqlplus"/>
</exec>
<echo message="done"/>
Works for me (W2K, SP1).
No chance to test it on other systems, sorry.
Nico