Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 15525 invoked from network); 8 Jun 2007 19:18:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 19:18:05 -0000 Received: (qmail 14232 invoked by uid 500); 8 Jun 2007 19:18:06 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 14188 invoked by uid 500); 8 Jun 2007 19:18:05 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 14177 invoked by uid 99); 8 Jun 2007 19:18:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 12:18:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jason.dillon@gmail.com designates 64.233.162.225 as permitted sender) Received: from [64.233.162.225] (HELO nz-out-0506.google.com) (64.233.162.225) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 12:18:01 -0700 Received: by nz-out-0506.google.com with SMTP id i11so751516nzh for ; Fri, 08 Jun 2007 12:17:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=PINy3z57SZ03+5qLg6i14mw0o0WdZFoezCGMQvel87Y3c79dFIQP1Hrc9x24UWDaRYRfGuKRkDdBXDUpuxK4XH1Y3bDJlxbmD6ImhaD2MvHghsDFfpeT/66GbkjIL2fjIuqptzy8Gd95S/m0vEwah4x9HZRSKAEL5tV5suBcK50= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=D6lUs6RuYZoADLGziDcfUQ6c170WQDzb0ThRoj3cy67B4p1vsRBSSBdCKxYKsyukX7jtoTbGlwQ2N3aHfjGFGkxkJ31p/SAz/wJrYerxlqpEs3oEoW6uHzVT4Pv6O8ClidM7wmLTt0OVApR/6D0ZEtO7D+wi55f0baTIQStk9mw= Received: by 10.114.120.1 with SMTP id s1mr2860092wac.1181330260715; Fri, 08 Jun 2007 12:17:40 -0700 (PDT) Received: from ?10.0.1.100? ( [24.7.69.241]) by mx.google.com with ESMTP id n32sm1050903wag.2007.06.08.12.17.39 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Jun 2007 12:17:40 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <46699522.7060700@apache.org> References: <19230E91-C242-4F04-8B36-8262557BC29F@gmail.com> <46699522.7060700@apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: Build failure "Error parsing web.xml for ." Date: Fri, 8 Jun 2007 12:17:37 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org On Jun 8, 2007, at 10:42 AM, Donald Woods wrote: > Did you mvn clean before rebuilding? > > I'm still seeing weird behavior from the latest jspc-maven-plugin > on Windows and SLED10 if I build individual modules by hand w/o > running mvn clean first, like its adding duplicate > sections to the web.xml.... Oh, duplicates... hrm... --jason