Hello,
--- [EMAIL PROTECTED] wrote:
> basedir=".">
>
>
>
>
>
> cd
Change to directory to what? For the sake of
discussion let me call that directory new_dir. Ant has
no cd task. Instead you do this:
Regards
Ivan
__
[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:
And if you're using the path in other places, you probably want to make
it a property.
-- Scott
-
I would like to change directory levels . how to do this ?
cd