You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ivan Popov (JIRA)" <ji...@apache.org> on 2007/05/04 12:54:15 UTC

[jira] Updated: (HARMONY-3803) [jdktools][build] no exectution permission for java launcher while copying JRE for testing

     [ https://issues.apache.org/jira/browse/HARMONY-3803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Popov updated HARMONY-3803:
--------------------------------

    Attachment: jdktools_test.patch

Attached patch fixes jdktool build to resolve this problem and facilitate testing:
- explicitly set execution permission for deploy/jdk/jre/bin/java file after copying JRE for testing
- don't clean and recompile tests each time testing starts
- remove copied JRE files while cleaning jdktools component


> [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
>         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.