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=17871>. 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=17871 war task's webxml attrib no longer is able to use value with a starting backslash for the path in Windows ------- Additional Comments From [EMAIL PROTECTED] 2003-03-12 16:45 ------- I verified that it gets ignored. I used both UnZip 5.41 and jar (JDK1.4.1_02) [both on Windows]. (Besides, when the "war" task runs, it just so happens that there is a "WEB- INF/web.xml" file in the selected war files of the task, so the task displays "[war] Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use webxml attribute to war task)" when the "webxml" attrib of the task has something like "\Xxx\Yyy\Zzz.xml" -- presumably because the task was not able to find "\Xxx\Yyy\Zzz.xml" to use as the "web.xml" file; but when the "webxml" attrib is "D:\Xxx\Yyy\Zzz.xml", then all is well. Keep in mind that Ant is invoked on the Windows command line at the "D:" drive, the build file is also located on the "D:" drive, and all the files that the task uses are also on the "D:" drive.) So I believe that this issue is NOT a duplicate of bug 17648.