From dev-return-30356-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Fri Nov 02 06:58:10 2007 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 58808 invoked from network); 2 Nov 2007 06:58:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 06:58:10 -0000 Received: (qmail 23190 invoked by uid 500); 2 Nov 2007 06:57:56 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 23170 invoked by uid 500); 2 Nov 2007 06:57:56 -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 23161 invoked by uid 99); 2 Nov 2007 06:57:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 23:57:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of maksim.ananjev@gmail.com designates 209.85.146.180 as permitted sender) Received: from [209.85.146.180] (HELO wa-out-1112.google.com) (209.85.146.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 06:57:57 +0000 Received: by wa-out-1112.google.com with SMTP id k22so1030981waf for ; Thu, 01 Nov 2007 23:57:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=JO8FDGJ3o76r4mwEFgrgv3nrJAfSlFErsAVt/nGIIIw=; b=Sc7CCMlnkjy6kv9GSOz+AGAuU8DX5sFqDDmsD1Pn/gVFOunkt+LzIF7xBu0kObE0QY+wJs7xu1LUDPg7LzYcHi2pRE42dZzgIR54xsOBJOSQBc2TeDNR04t006A7/BfSS59Yn3lC3b+hELtUZ3IEBeKCTMomhUWmxxPfoucuEOk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aVin78oRWGAiDOYq22rLbuSdtIyq1D6cVSn/G9uNTs9OX0bkrH9+tKVDze5DuDDRmMeh85vM8EFfkF75qw6qKnZ0W7OFN99wtVXR0WL4HJLkse4EXYIEElJBAlfTmVLU17fCG/DTQJ0LkN59JrYpYFV6eMxLVoWRtgd/Lh22DKE= Received: by 10.114.209.1 with SMTP id h1mr1520359wag.1193986656520; Thu, 01 Nov 2007 23:57:36 -0700 (PDT) Received: by 10.114.74.20 with HTTP; Thu, 1 Nov 2007 23:57:36 -0700 (PDT) Message-ID: Date: Fri, 2 Nov 2007 12:57:36 +0600 From: "Maksim Ananjev" To: dev@harmony.apache.org Subject: Re: [drlvm] error building tests In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Gregory, Unfortunately, I have no compiler output above. Above is only ant output (environment info, path to classlib, etc). Then is says: "compile-jvmti-tests-java:" And than ugly "build failed" message But seems that I have already resolved that issue: I updated and rebuilt classlib - and the problem has gone. 2007/11/1, Gregory Shimansky : > Maksim Ananjev wrote: > > Hi! > > > > I have the following errors when trying to build tests: > > > >>> ./build.sh test > >> BUILD FAILED > >> /working_vm/build/make/build.xml:496: The following error occurred > >> while executing this line: > >> /working_vm/build/make/targets/jvmti.test.xml:41: The following error > >> occurred while executing this line: > >> /working_vm/build/make/targets/test.common.xml:45: Could not create > >> task or type of type: hy.javac. > > > > I would appreciate any ideas on how this issue can be fixed. > > You pasted only the end of the error given by the ant. The real error > should be in the log above given by the compiler. Please show the log of > it, otherwise it isn't possible to tell what has actually failed to build. > > -- > Gregory > > > -- Maksim