From 7896dac845f845850c09315de5501bb96d55f0b4 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 20 Aug 2007 16:34:24 +0000 Subject: [PATCH] fix for bugzilla 43121 - war task inconsistent bahaviour git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@567744 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ src/main/org/apache/tools/ant/taskdefs/War.java | 3 ++- src/main/org/apache/tools/ant/taskdefs/Zip.java | 15 +++++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 17fbc3509..e235acdc0 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -136,6 +136,9 @@ Fixed bugs: * supports collecting and rerunning failed test cases (textXXX methods). Bugzilla 42984. +* War task failed with "No WEB-INF/web.xml file was added" when called + a second time. Bugzilla 43121. + Other changes: -------------- *