> Does anybody know how do u execute 'cd' command in ANT ? 
> i.e I need to change to a different directory before 
> actually executing a 'java' command. How can i do this ?

Use the dir parameter in the Java task, but make sure you fork as well.

Jon

Reply via email to