Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 91703 invoked from network); 15 Jan 2003 17:59:24 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 15 Jan 2003 17:59:24 -0000 Received: (qmail 6685 invoked by uid 97); 15 Jan 2003 18:00:42 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 6649 invoked by uid 97); 15 Jan 2003 18:00:42 -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 6634 invoked by uid 98); 15 Jan 2003 18:00:41 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <012101c2bcc0$1320e1e0$1219570f@ranier> From: "Steve Loughran" To: "Ant Developers List" References: <20030109145226.82587.qmail@icarus.apache.org><3E1F2B05.6040804@cognition.olin.edu> Subject: Re: [GUMP] Test Failure - Ant Date: Wed, 15 Jan 2003 10:01:03 -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 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. ----- Original Message ----- From: "Stefan Bodewig" To: Sent: Wednesday, January 15, 2003 07:45 Subject: Re: [GUMP] Test Failure - Ant > On Fri, 10 Jan 2003, Gus Heck wrote: > > > I'm sure nobody looks at a gump report anymore, because it is always > > the same jspc failure. > > Starting with the next nag mail, it will be a slightly different jspc > failure 8-) > > [junit] at org.apache.tools.ant.taskdefs.optional.JspcTest.testSimple(JspcTest.java:116 ) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) > [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) > [junit] at java.lang.reflect.Method.invoke(Method.java:324) > [junit] at junit.framework.TestCase.runTest(TestCase.java:154) > [junit] at junit.framework.TestCase.runBare(TestCase.java:127) > [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) > [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) > [junit] at junit.framework.TestResult.run(TestResult.java:109) > [junit] at junit.framework.TestCase.run(TestCase.java:118) > [junit] at junit.framework.TestSuite.runTest(TestSuite.java:208) > [junit] at junit.framework.TestSuite.run(TestSuite.java:203) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRu nner.java:325) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execut > > > Also, bugs downstream of this test might be accumulating unchecked > > There are no bugs downstream as I had manually moved the jspc tests > out of batchtest and made them execute last. > > I finally found the reason for "java returned 1". We had Servlet API > 2.2 and JSP 1.1 on the CLASSPATH (due to project="jakarta-servletapi"/>) while JasperC of Tomcat 4 clearly > wants JSP 1.2. This is fixed now, buuuuut: > > [junit] Testcase: testSimple took 1,614 sec > [junit] FAILED > [junit] file simple.java not found > [junit] junit.framework.AssertionFailedError: file simple.java not found > [junit] at junit.framework.Assert.fail(Assert.java:47) > [junit] at junit.framework.Assert.assertTrue(Assert.java:20) > > [junit] at org.apache.tools.ant.taskdefs.optional.JspcTest.assertJavaFileCreated(JspcTe st.java:187) > [junit] at org.apache.tools.ant.taskdefs.optional.JspcTest.executeJspCompile(JspcTest.j ava:174) > > ... > > Stefan > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > -- To unsubscribe, e-mail: For additional commands, e-mail: