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/15 16:47:16 UTC

[jira] Updated: (HARMONY-3873) [jdktools][build] running tests always copies tested JRE

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

Ivan Popov updated HARMONY-3873:
--------------------------------

    Attachment: jdktools_build_test.patch

Attached patch 'jdktools_build_test.patch' fixes this problem, so now JRE is copied only if -Dtest.jre.home is not specified.


> [jdktools][build] running tests always copies tested JRE
> --------------------------------------------------------
>
>                 Key: HARMONY-3873
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3873
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>         Environment: Windows, Linux, harmony-hdk-r538093
>            Reporter: Ivan Popov
>         Attachments: jdktools_build_test.patch
>
>
> Build script for jdktools copies tested JRE to deploy/jdk/jre directory before starting tests. JRE should be copied only if -Dtest.jre.home is not specified in command line. But now JRE is always copied.
> Script make/build-test.xml defines internal property "not.copy.jre" for this purpose, which is used in internal target "copy-jre". But this property does not affect dependent targets "copy-jre-files" and "chmod-jre-files". These targets should use this property explicitly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.