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:
parent
ace09273d7
commit
9aa6615a59
1 changed files with 1 additions and 2 deletions
|
@ -214,8 +214,7 @@
|
|||
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
|
||||
</copy>
|
||||
<!-- Create symlink to latest build -->
|
||||
<symlink action="delete" link="${copyToDir}/latest"/>
|
||||
<symlink link="${copyToDir}/latest" resource="${copyToDir}/${buildType}.${buildId}"/>
|
||||
<symlink link="${copyToDir}/latest" resource="${copyToDir}/${buildType}.${buildId}" overwrite="true"/>
|
||||
</target>
|
||||
|
||||
<target name="mail" depends="init">
|
||||
|
|
Loading…
Add table
Reference in a new issue