1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix build error when symlink is invalid.

This commit is contained in:
Doug Schaefer 2008-05-31 03:12:37 +00:00
parent 9aa6615a59
commit b589535989

View file

@ -214,6 +214,7 @@
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
</copy>
<!-- Create symlink to latest build -->
<symlink action="delete" link="${copyToDir}/latest" failonerror="false"/>
<symlink link="${copyToDir}/latest" resource="${copyToDir}/${buildType}.${buildId}" overwrite="true"/>
</target>