> I am using ExecOn task, but the executable required arguments after the
> filename. Can it be done? Thanks. Khiet.

ExecOn uses the nested argument <arg>.
e.g

<execon executable="ls">
    <arg value="-1"/>
        <fileset dir="/tmp">
            ......
        </fileset>
</execon>

Take a look at the manual. It's available at
http://jakarta.apache.org/ant/jakarta-ant/docs/

Yours
Stefan S

Reply via email to