Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 70465 invoked from network); 4 May 2007 13:52:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 May 2007 13:52:47 -0000 Received: (qmail 15930 invoked by uid 500); 4 May 2007 13:52:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 15905 invoked by uid 500); 4 May 2007 13:52:43 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 15852 invoked by uid 99); 4 May 2007 13:52:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2007 06:52:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2007 06:52:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BA39771406A for ; Fri, 4 May 2007 06:52:15 -0700 (PDT) Message-ID: <18061474.1178286735760.JavaMail.jira@brutus> Date: Fri, 4 May 2007 06:52:15 -0700 (PDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-3803) [jdktools][build] no exectution permission for java launcher while copying JRE for testing In-Reply-To: <5680714.1178272995574.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison reassigned HARMONY-3803: ------------------------------------ Assignee: Tim Ellison > [jdktools][build] no exectution permission for java launcher while copying JRE for testing > ------------------------------------------------------------------------------------------ > > Key: HARMONY-3803 > URL: https://issues.apache.org/jira/browse/HARMONY-3803 > Project: Harmony > Issue Type: Bug > Components: JDK > Environment: Linux, harmony-hdk-r535125 > Reporter: Ivan Popov > Assigned To: Tim Ellison > Attachments: jdktools_test.patch > > > Build scripts in jdktools component copy JRE files to deploy/jdk/jre before starting tests. After launcher module was removed from jdktools, launcher binary is copied with JRE files. However, ant's copy task does not preserve execution permissions, so the copied java launcher cannot start on Linux. It leads to all jdktools tests fail. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.