You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org> on 2008/02/18 14:54:34 UTC

[jira] Updated: (HARMONY-5525) [build][drlvm] vm build fails if no .svn data present

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

Eugene S. Ostrovsky updated HARMONY-5525:
-----------------------------------------

    Attachment: H5525.patch

Proposet patch.

> [build][drlvm] vm build fails if no .svn data present
> -----------------------------------------------------
>
>                 Key: HARMONY-5525
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5525
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Eugene S. Ostrovsky
>            Priority: Minor
>         Attachments: H5525.patch
>
>
> VM fails to build if there's no .svn/entries file in working_vm source directory.
> In working_vm/make/vm/vmcore.xml:
>     <target name="-check-version" if="svn.revision">
>         <uptodate property="skip.svn.stamp" 
>             srcfile="${vm.home}/.svn/entries" 
>             targetfile="${vm.home}/vmcore/include/version_svn_tag.h"/>
>     </target>
> This target checks svn.revision property as precondition. AFAIK this check is always true because svn.revision is set to "unknown" string if svn doesn't present.
> Thus this check have no sense.
> I think it's better to use "is.svn" property instead.

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