> =======================================================
    > <project name="Latest Test" default="Latest Test">
    > <!--  latest.xml   -->
    > 
    > <!-- dummy "jar" stub to be used later -->
    > <target name="jar">
    > </target>
    > 
    > <target name="Latest Test" depends="jar" description="testithere">
    >    <echo message="Testit is executing now"/>
    >    <exec dir="c:\testit" executable="test"/>
    > </target>
    > 
    > </project>
    > =======================================================

I believe you need to add a trailing slash to "c:\testit".  Try it and see.
:)

-Jason

Reply via email to