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=18352>. 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=18352 The filename and path of the build file that failed is printed out in URL encode format. ------- Additional Comments From [EMAIL PROTECTED] 2003-03-28 17:45 ------- For example when I have a build.xml file in directory "C:\My Projects\My Ant Project" the following output is returned when the javac task fails: -- clip -- BUILD FAILED file:C:/My%20Projects/My%20Ant%20Project/build.xml:19: Compile failed; see the compiler error output for details. -- clip --