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=11429>. 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=11429 lcp.bat produces error: "The input line is too long." when directory structure is deep. ------- Additional Comments From [EMAIL PROTECTED] 2002-08-14 17:04 ------- There is one problem with your suggestion. You cannot make the paths relative to "." as that will only work when the "." is equal to "%ANT_HOME%". Instead, you would have to use "%0" in front of each path. This is because Ant is usually executed with the current working directory set to where the buildfile is, not where Ant is. As a result, you are still stuck with the long paths as, in many cases, %0 is not much shorter or even different from %ANT_HOME%. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
