Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 22449 invoked from network); 10 Sep 2003 15:48:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Sep 2003 15:48:18 -0000 Received: (qmail 58340 invoked by uid 500); 10 Sep 2003 15:48:04 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 58282 invoked by uid 500); 10 Sep 2003 15:48:04 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 58259 invoked from network); 10 Sep 2003 15:48:03 -0000 Received: from unknown (HELO redmailwall4.attws.com) (67.98.173.54) by daedalus.apache.org with SMTP; 10 Sep 2003 15:48:03 -0000 Received: from viruswall2.entp.attws.com ([135.214.241.196]) by redmailwall4.attws.com (8.12.9/8.12.6) with ESMTP id h8AFm6In010912 for ; Wed, 10 Sep 2003 08:48:06 -0700 (PDT) Received: from scentmail.entp.attws.com (localhost [127.0.0.1]) by viruswall2.entp.attws.com (8.12.9/8.12.6) with ESMTP id h8AFm2tI008092 for ; Wed, 10 Sep 2003 08:48:02 -0700 (PDT) Received: from WA-MSGBH02-BTH.wireless.attws.com (WA-MSGBH02-BTH.wireless.attws.com [135.214.26.242]) by scentmail.entp.attws.com (8.8.8p2+Sun/8.8.8) with ESMTP id IAA02573 for ; Wed, 10 Sep 2003 08:48:00 -0700 (PDT) Received: from WA-MSG08-BTH.wireless.attws.com ([135.214.49.118]) by WA-MSGBH02-BTH.wireless.attws.com with Microsoft SMTPSVC(5.0.2195.5329); Wed, 10 Sep 2003 08:47:58 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: [build]Build error - org.apache.geronimo.common.Strings not found Date: Wed, 10 Sep 2003 08:47:58 -0700 Message-ID: <31773E3F6A67A34F9C919AAA6DD957FF012F2233@WA-MSG08-BTH.wireless.attws.com> Thread-Topic: [build]Build error - org.apache.geronimo.common.Strings not found Thread-Index: AcN3qtpIcnWrA8AKSbycbEkzZHvYsgABAJQQAADsFZA= From: "Khrishnamurthy, Sankar" To: X-OriginalArrivalTime: 10 Sep 2003 15:47:58.0832 (UTC) FILETIME=[E8B13F00:01C377B2] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N C:\Sankar\Workspaces\incubator-geronimo\modules\common\src\java\org\apac he\geronimo\common\propertyeditor\URLArrayEditor.java:63: cannot resolve symbol symbol : class Strings location: package common import org.apache.geronimo.common.Strings; ^ C:\Sankar\Workspaces\incubator-geronimo\modules\common\src\java\org\apac he\geronimo\common\propertyeditor\URLEditor.java:61: cannot resolve symbol symbol : class Strings location: package common import org.apache.geronimo.common.Strings; ^ C:\Sankar\Workspaces\incubator-geronimo\modules\common\src\java\org\apac he\geronimo\common\propertyeditor\URLArrayEditor.java:75: cannot resolve symbol symbol : variable Strings location: class org.apache.geronimo.common.propertyeditor.URLArrayEditor return Strings.toURL(value); ^ C:\Sankar\Workspaces\incubator-geronimo\modules\common\src\java\org\apac he\geronimo\common\propertyeditor\URLEditor.java:81: cannot resolve symbol symbol : variable Strings location: class org.apache.geronimo.common.propertyeditor.URLEditor return Strings.toURL(getAsText()); ^ 4 errors There is no Strings.java in http://cvs.apache.org/viewcvs.cgi/incubator-geronimo/modules/common/src/ java/org/apache/geronimo/common/ either. -- Sankar