Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 71105 invoked from network); 1 May 2003 19:49:02 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 1 May 2003 19:49:01 -0000 Received: (qmail 9655 invoked by uid 97); 1 May 2003 19:51:05 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@nagoya.betaversion.org Received: (qmail 9648 invoked from network); 1 May 2003 19:51:05 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 1 May 2003 19:51:05 -0000 Received: (qmail 70338 invoked by uid 500); 1 May 2003 19:48:53 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 70270 invoked from network); 1 May 2003 19:48:53 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 1 May 2003 19:48:53 -0000 Received: (qmail 9635 invoked by uid 50); 1 May 2003 19:50:56 -0000 Date: 1 May 2003 19:50:56 -0000 Message-ID: <20030501195056.9634.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: struts-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 19525] New: - taglib tests require JDK 1.4 to compile X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19525 taglib tests require JDK 1.4 to compile Summary: taglib tests require JDK 1.4 to compile Product: Struts Version: Nightly Build Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Test AssignedTo: struts-dev@jakarta.apache.org ReportedBy: phil@steitz.com Many of the taglib tests use String.replaceAll(), which is new in 1.4. This makes it impossible to compile and run the tests under JDK 1.3. Proposed solution: Replace calls to String.replaceAll() with commons.lang.StringUtils.replace(). I have done this locally and all tests compile and run successfuly after the change. Impacted tests are: TestCookieTag, TestHeaderTag, TestIncludeTag, TestMessageTag, TestMessageTag1-4, TestMessageTag1-4_fr, TestPageTag, TestParameterTag, TestSizeTag, TestStrutsTag, TestWriteTag,TestResourceTag,TestPageTag,TestBaseTag,TestIterateTag --------------------------------------------------------------------- To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-dev-help@jakarta.apache.org