--- Zhendi Su <[EMAIL PROTECTED]> wrote:

> I am trying to execute a command line task via ant and somehow it didn't
> work.  For example, for a simple command line task like "ls -l *"

Get rid of the "*" -- you don't need it, since 'ls -l' will list
everything anyway, and including an asterisk in the command line doesn't
work unless you exec 'sh' instead of 'ls'.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

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

Reply via email to