[EMAIL PROTECTED] wrote:
I would like to change directory levels . how to do this ?
No cd necessary. Use the absolute or relative path like this:
<target name="build">
<!-- no cd necessary .... -->
<delete dir="path/to/jinxweb" />
<cvs command="co jinxweb" dest="path/to/jinxweb" ... />
</target>
And if you're using the path in other places, you probably want to make
it a property.
-- Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]