Return-Path: Mailing-List: contact watchdog-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list watchdog-dev@jakarta.apache.org Received: (qmail 38989 invoked from network); 17 Jul 2000 22:56:51 -0000 Received: from unknown (HELO slim.silverstream.com) (216.142.115.7) by locus.apache.org with SMTP; 17 Jul 2000 22:56:51 -0000 Received: by slim.silverstream.com with Internet Mail Service (5.5.2650.21) id <3PRX09DN>; Mon, 17 Jul 2000 18:56:32 -0400 Received: from misha.silverstream.com (216.142.115.113 [216.142.115.113]) by slim.silverstream.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3PRX09DM; Mon, 17 Jul 2000 18:56:30 -0400 From: "Davidson, Misha" To: watchdog-dev@jakarta.apache.org Cc: "Rousseau, John" , "Melman, Howard" , Craig.McClanahan@eng.sun.com, rameshm@taller.eng.sun.com, Vanitha.Venkatraman@eng.sun.com Message-Id: <4.3.1.0.20000717185055.00b84d20@exchange.silverstream.com> X-Sender: mdavidson@exchange.silverstream.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Mon, 17 Jul 2000 18:56:06 -0400 Subject: Fixes for Watchdog compilation problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Hi, I have a few more fixes for the watchdog tests. Should I send the Ziped archive of changes to Vanitha? First the question: /jsp/core_syntax/directives/include/positiveIncludeAbs.jsp attempts to include "/tests/core_syntax/directives/include/includedAbs.jsp". However, there is no "/tests" directory in the WAR, and the only "includeAbs.jsp" file exists in "/jsp/core_syntax/directives/include". Moreover, there is no explicit mapping anywhere that would translate "/jsp" to "/tests". It seems that this test depends on some tomcat-specific functionality that supports an explicit mapping, and it should be changed to refer to "/jsp/core_syntax/directives/include/includeAbs.jsp" instead. Do you think this is correct, or am I missing something? Next, the simple changes: /jsp/core_syntax/beantests/useBean/negativeBody.jsp useBean tag is not properly terminated setProperty is missing the required name attribute getProperty the value for the name attribute should be quoted /jsp/core_syntax/beantests/useBean/negativeNoBody.jsp getProperty the value for the name attribute should be quoted /jsp/core_syntax/directives/page/language/included.jsp /jsp/core_syntax/directives/page/language/includedJava.jsp directive should be "page" not "jsp" Thank you, -Misha Davidson misha@silverstream.com