Re: How to change directories in ant.....

2006-01-04 Thread Ivan Ivanov
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 __

Re: How to change directories in ant.....

2006-01-04 Thread Scott Sauyet
[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 -

How to change directories in ant.....

2006-01-04 Thread Srikrishna_Parthasarathy
I would like to change directory levels . how to do this ? cd