----- Original Message -----
From: "Dominique Devienne" <[EMAIL PROTECTED]>
To: "'Ant Developers List'" <[EMAIL PROTECTED]>
Sent: Thursday, July 04, 2002 23:21
Subject: RE: ANT + shell script.


> Did you check the doc for <exec>?
>
> outputproperty: the name of a property in which the output of the command
> should be stored.
>

that only grabs a numeric response code.

to get a string back, hmm, save it to a file of known name (or create w/
<tempfile>) then load it into a property with <loadfile>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to