Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 88087 invoked from network); 3 May 2007 16:09:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 May 2007 16:09:20 -0000 Received: (qmail 75091 invoked by uid 500); 3 May 2007 16:09:27 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 74853 invoked by uid 500); 3 May 2007 16:09:25 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 74844 invoked by uid 99); 3 May 2007 16:09:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 09:09:25 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [74.208.4.195] (HELO mout.perfora.net) (74.208.4.195) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 09:09:18 -0700 Received: from [24.180.252.202] (helo=heavy.glastender.com) by mrelay.perfora.net (node=mrus0) with ESMTP (Nemesis), id 0MKp8S-1HjdrT1eCu-00034c; Thu, 03 May 2007 12:08:57 -0400 Message-ID: <463A08E6.8020204@ungoverned.org> Date: Thu, 03 May 2007 12:08:06 -0400 From: "Richard S. Hall" User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: dev@felix.apache.org Subject: Re: Build HTTP bundle References: <463A03D6.6070904@tid.es> In-Reply-To: <463A03D6.6070904@tid.es> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/GxezS/JZKOU9PHlLkWZXMEyQ5tKDYUeCNmg0 4rBKy5rMHetv1VEQl7jdK8UVnhPikrS4E3LexpuM5m8SnoGbqD 1bZ/mGhqHZVvazUWnkiAPk0hTNMx4lL X-Virus-Checked: Checked by ClamAV on apache.org Carlos Herrando wrote: > Hello, > I've just build the trunk, but the HTTP service bundle isn't created. > Then if I write "mvn install" inside the http folder I get an error. > Could you help me to build the HTTP bundle? This is precisely why it isn't being built from the trunk pom file... :-) The issue appears to be that the HTTP service impl is using a method that does not appear in javax.servlet 2.1, but in a later version. I am not exactly sure how to fix it at this point, other than to compile it against a later version of javax.servlet, which is what we had been doing in the past. One day, I expect to nag Rob Walker into fixing this issue... ;-) -> richard