You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/11/12 17:45:36 UTC

DO NOT REPLY [Bug 14475] - task used to call subdirectory confuses base directory

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 dgreer@fedex.com  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>