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 2003/04/03 16:26:49 UTC

DO NOT REPLY [Bug 15729] - StarTeam rootLocalFolder should be java.io.File

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 j_a_fernandez@yahoo.com  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.