DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14475>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14475

<ant> task used to call subdirectory  confuses base directory





------- Additional Comments From [EMAIL PROTECTED]  2002-11-12 17:33 -------
When you use <exec>, you're forking a new process, and you can change the 
working directory of a new process. It may not be JDK 1.1 compatible, but seems 
to me the Java API call would do what's needed... --DD

http://java.sun.com/j2se/1.3/docs/api/java/lang/Runtime.html#exec
(java.lang.String[], java.lang.String[], java.io.File)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to