From dev-return-31490-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Thu Jan 10 17:43:08 2008 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 98329 invoked from network); 10 Jan 2008 17:43:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2008 17:43:08 -0000 Received: (qmail 1236 invoked by uid 500); 10 Jan 2008 17:42:55 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 1211 invoked by uid 500); 10 Jan 2008 17:42:55 -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 1202 invoked by uid 99); 10 Jan 2008 17:42:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 09:42:55 -0800 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 aleksey.shipilev@gmail.com designates 209.85.198.189 as permitted sender) Received: from [209.85.198.189] (HELO rv-out-0910.google.com) (209.85.198.189) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 17:42:32 +0000 Received: by rv-out-0910.google.com with SMTP id k20so664163rvb.0 for ; Thu, 10 Jan 2008 09:42:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=ewgpZlgfEad2blY+v6UoAkt8VTvIWQDosAJ0X8aHBrM=; b=MNDhiA50TEl54iUZ2ZChlFbDyCW6gI8yfPxXLXRuGf4P7gm+2cBuwvG6+/OJJqG1SlHuV1zBRJtBVrbJ5rsD8gjM4fogTrK0JeAcrGPw9RyobHtJX3ey5SffRin+jzeAIWOutec2k7qRotwd4ipeO3076F/4K2jV/M4RipJvKC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=geLuM7d67xw54O5neJ97A0quItWEAH8+iFsMX/PZOOnB6Kq7f4pEvcbuVHH21Ah3Ze27dlUifpAL4ntXS9j0LTJB8ggB3TRqpNgNPxOfKeAbmb5jIDWY4ko7UsQ6WlhIpD7qHOnwxDTvw0gNzeqTomcclZiuAUET4hx4yTibTMA= Received: by 10.141.23.7 with SMTP id a7mr1380902rvj.58.1199986958265; Thu, 10 Jan 2008 09:42:38 -0800 (PST) Received: by 10.140.141.1 with HTTP; Thu, 10 Jan 2008 09:42:38 -0800 (PST) Message-ID: <4bebff790801100942h2ff3f58o3ac23f2d1ff645a7@mail.gmail.com> Date: Thu, 10 Jan 2008 20:42:38 +0300 From: "Aleksey Shipilev" To: dev@harmony.apache.org Subject: [classlib][build] Build is broken! MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi All, Recent trunk (r610778) has failed to build: 83 compile-java: 84 [echo] Compiling PACK200 classes 85 [javac] Compiling 1 source file to C:\users\shade\Harmony\trunk\working_classlib\build\classes 86 [javac] Since fork is false, ignoring memoryMaximumSize setting. 87 [javac] C:\users\shade\Harmony\trunk\working_classlib\modules\pack200\src\main\java5\org\apache\harmony\pack200\Pack200UnpackerAdapter.java:51: writeJar(java.util.jar.JarOutputStream,java.io.InputStream) in org.apache.harmony.pack200.Segment cannot be applied to (java.util.jar.JarOutputStream) 88 [javac] s.writeJar(out); 89 [javac] ^ 90 [javac] 1 error 91 92 BUILD FAILED 93 C:\users\shade\Harmony\trunk\working_classlib\build.xml:113: The following error occurred while executing this line: 94 C:\users\shade\Harmony\trunk\working_classlib\make\build-java.xml:181: The following error occurred while executing this line: 95 C:\users\shade\Harmony\trunk\working_classlib\make\properties.xml:468: The following error occurred while executing this line: 96 C:\users\shade\Harmony\trunk\working_classlib\modules\pack200\build.xml:106: Compile failed; see the compiler error output for details. 97 98 Total time: 2 seconds Latest one that I had built successfully is r601000. Thanks, Aleksey.