Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 86778 invoked from network); 28 Feb 2007 03:11:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2007 03:11:31 -0000 Received: (qmail 26933 invoked by uid 500); 28 Feb 2007 03:11:39 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 26363 invoked by uid 500); 28 Feb 2007 03:11:38 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 26354 invoked by uid 99); 28 Feb 2007 03:11:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 19:11:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of wuyuehao@gmail.com designates 64.233.162.237 as permitted sender) Received: from [64.233.162.237] (HELO nz-out-0506.google.com) (64.233.162.237) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 19:11:27 -0800 Received: by nz-out-0506.google.com with SMTP id j2so11100nzf for ; Tue, 27 Feb 2007 19:11:01 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SooYnUW0Jmy2bsXMd2k2FLmKVStE7+lZTTfLxMEqv62Sr4ad2le9QockaseDyKMCu8NifrThxSylH81EbbuadTi+RRCAouVw9XJgE2JqQ2QlCGypKnU0cbobZ2wKrLv5xBFny277g+kbi6bZLuueX/IxNA+gFMqqjq9HQuDwFdY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gTvkqCe60Jx1jIP8NBpOLPXeUmjaU/UzneOHaqW6MeWTT1dcUd1Wh0EaJaY1Ithggy3bFqCyTmmO6B8Jl+pv3IgpRAuJ7ruaflXJfOjoks9TPmjHUvsfTMNrnCTzmHD+2Ax3ptkvHafp5dquanVN1fWczIMvNh0GecrC++Qdsl4= Received: by 10.114.190.6 with SMTP id n6mr548044waf.1172632261186; Tue, 27 Feb 2007 19:11:01 -0800 (PST) Received: by 10.114.184.12 with HTTP; Tue, 27 Feb 2007 19:11:01 -0800 (PST) Message-ID: <211709bc0702271911k6aa0d6b5ldd408aad1f02409b@mail.gmail.com> Date: Wed, 28 Feb 2007 11:11:01 +0800 From: "Tony Wu" To: dev@harmony.apache.org Subject: [classlib][jndi]anyone see this compile error? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I cleaned my working copy and ran "ant -Dbuild.module=jndi test", then I got following compile error. [javac] 1. ERROR in /home/clear/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/AllTestLdap.java [javac] (at line 49) [javac] suite.addTest(new TestSuite(TestBasicControl.class)); [javac] ^^^^^^^^^^^^^^^^ [javac] TestBasicControl cannot be resolved to a type [javac] ---------- [javac] 1 problem (1 error) I did not find the TestBasicControl.java in jndi src. -- Tony Wu China Software Development Lab, IBM