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=15729>. 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=15729 StarTeam rootLocalFolder should be java.io.File ------- Additional Comments From [EMAIL PROTECTED] 2003-04-03 14:26 ------- My two cents: Anything in ANT that is suppose to point to a file or directory is by convention assumed to be relative to ${basedir} (unless you specify a full path). By having the parameter be of type File, ANT takes care of this transparently. Using CWD for relative files means that buildfiles cannot be used correctly when called <ant> from one another. It seem not only worth, but a bug not to work that way.