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 16:04 ------- Indeed java.exe does *not* support @file out of the box, and javac.exe supports it only because Javac.java does, i.e. the VM was bootstrapped already, the Javac.main(args) was called, and implemented reading additional options from @file entries on the command line. To add such support to java.exe, hack it up like I did. More often that not, though, keeping a clean classpath is a better options, or also take advantage of the Class-Path attribute of JARs when possible. --DD -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
