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 16:45 ------- Through further testing, I've found that adding "${basedir}/" in front of the execute attribute's relative path works. For example: <target name="build" description="build this package"> <exec executable="${basedir}/testdir/test.sh"/> </target> However, I don't think I should have to do this to get it to work. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
