Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 42428 invoked from network); 15 Jan 2003 23:01:53 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 15 Jan 2003 23:01:53 -0000 Received: (qmail 4533 invoked by uid 97); 15 Jan 2003 23:03:16 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 4511 invoked by uid 97); 15 Jan 2003 23:03:15 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 4490 invoked by uid 98); 15 Jan 2003 23:03:14 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <002801c2bcea$589cdec0$1219570f@ranier> From: "Steve Loughran" To: "Ant Developers List" References: <20030109145226.82587.qmail@icarus.apache.org><3E1F2B05.6040804@cognition.olin.edu> <012101c2bcc0$1320e1e0$1219570f@ranier> <3E25DD12.2030305@cortexebusiness.com.au> Subject: Re: [GUMP] Test Failure - Ant Date: Wed, 15 Jan 2003 15:03:38 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Conor MacNeill" To: "Ant Developers List" Sent: Wednesday, January 15, 2003 14:13 Subject: Re: [GUMP] Test Failure - Ant > Steve Loughran wrote: > > ok, new problem is tractable. > > > > the issue is that tomcat4.1 produces simple_jsp.java > > > > we need to add a new name mapper and switch it in to jasper, leaving the old > > one around. We end up breaking support for people running older versions of > > tomcat though, at least as far as dependency checking and the unit tests. > > > > Can we make the mapping configurable, defaulting to the pre 4.1 scheme > and then change the tests to use the 4.1 scheme? > It is currently configurable on back end basis; each compiler -'like Jasper' provides its own mapper. I need to get the new jasper mapping and pull it in to make a new mapper which has the new rules for keywords and illegal chars, and make that the default. Unless we somehow probe for the jasper version (looking at the classpath for files, perhaps?), we need to add a version option, or add a new jspc compiler 'jasper4.1' which we set the test up for, leaving the current (default), to jasper4.0. -- To unsubscribe, e-mail: For additional commands, e-mail: