Run a command line statement from an ant task.



I have a very simple task, but I just can't seem to figure out how to
do it. I want to export an Oracle database using ant. The statement
is:

exp <username>/<password>@SID file=<dump name>.dmp

How would I do this in an ant task?

Thanks in advance for the help!

.