You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2010/05/24 11:38:43 UTC

[jira] Created: (HARMONY-6520) [classlib][build] windows build fails with ant 1.8.x

[classlib][build] windows build fails with ant 1.8.x
----------------------------------------------------

                 Key: HARMONY-6520
                 URL: https://issues.apache.org/jira/browse/HARMONY-6520
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
    Affects Versions: 6.0M2, 5.0M14
            Reporter: Mark Hindess
            Assignee: Mark Hindess
             Fix For: 6.0M3, 5.0M15


While testing and creating the source artefacts on windows I noticed
that the build fails using ant 1.8.0 with:

  -layout.windows:

  BUILD FAILED
  C:\hy\build.xml:462: The following error occurred while executing this line:
  C:\hy\classlib\build.xml:345: Warning: Could not find file
  C:\hy\classlib\depends\libs\${hy.platform}\msvcr71.dll to copy.

if I use ant 1.7.0 it works fine.

It looks like a change in the point in time that properties get evaluated.  The fix is simply to move the reading of the make/depends.properties file after the import of the make/properties.xml build file.


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


[jira] Closed: (HARMONY-6520) [classlib][build] windows build fails with ant 1.8.x

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Hindess closed HARMONY-6520.
---------------------------------


> [classlib][build] windows build fails with ant 1.8.x
> ----------------------------------------------------
>
>                 Key: HARMONY-6520
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6520
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 6.0M2, 5.0M14
>            Reporter: Mark Hindess
>            Assignee: Mark Hindess
>             Fix For: 6.0M3, 5.0M15
>
>
> While testing and creating the source artefacts on windows I noticed
> that the build fails using ant 1.8.0 with:
>   -layout.windows:
>   BUILD FAILED
>   C:\hy\build.xml:462: The following error occurred while executing this line:
>   C:\hy\classlib\build.xml:345: Warning: Could not find file
>   C:\hy\classlib\depends\libs\${hy.platform}\msvcr71.dll to copy.
> if I use ant 1.7.0 it works fine.
> It looks like a change in the point in time that properties get evaluated.  The fix is simply to move the reading of the make/depends.properties file after the import of the make/properties.xml build file.

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


[jira] Commented: (HARMONY-6520) [classlib][build] windows build fails with ant 1.8.x

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872134#action_12872134 ] 

Hudson commented on HARMONY-6520:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #799 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/799/])
    Fix "[#HARMONY-6520] [classlib][build] windows build fails with ant 1.8.x".


> [classlib][build] windows build fails with ant 1.8.x
> ----------------------------------------------------
>
>                 Key: HARMONY-6520
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6520
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 6.0M2, 5.0M14
>            Reporter: Mark Hindess
>            Assignee: Mark Hindess
>             Fix For: 6.0M3, 5.0M15
>
>
> While testing and creating the source artefacts on windows I noticed
> that the build fails using ant 1.8.0 with:
>   -layout.windows:
>   BUILD FAILED
>   C:\hy\build.xml:462: The following error occurred while executing this line:
>   C:\hy\classlib\build.xml:345: Warning: Could not find file
>   C:\hy\classlib\depends\libs\${hy.platform}\msvcr71.dll to copy.
> if I use ant 1.7.0 it works fine.
> It looks like a change in the point in time that properties get evaluated.  The fix is simply to move the reading of the make/depends.properties file after the import of the make/properties.xml build file.

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


[jira] Resolved: (HARMONY-6520) [classlib][build] windows build fails with ant 1.8.x

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Hindess resolved HARMONY-6520.
-----------------------------------

    Resolution: Fixed

Fixed in r948703.


> [classlib][build] windows build fails with ant 1.8.x
> ----------------------------------------------------
>
>                 Key: HARMONY-6520
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6520
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 6.0M2, 5.0M14
>            Reporter: Mark Hindess
>            Assignee: Mark Hindess
>             Fix For: 6.0M3, 5.0M15
>
>
> While testing and creating the source artefacts on windows I noticed
> that the build fails using ant 1.8.0 with:
>   -layout.windows:
>   BUILD FAILED
>   C:\hy\build.xml:462: The following error occurred while executing this line:
>   C:\hy\classlib\build.xml:345: Warning: Could not find file
>   C:\hy\classlib\depends\libs\${hy.platform}\msvcr71.dll to copy.
> if I use ant 1.7.0 it works fine.
> It looks like a change in the point in time that properties get evaluated.  The fix is simply to move the reading of the make/depends.properties file after the import of the make/properties.xml build file.

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