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