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}"/>
|
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
|
||||||
</copy>
|
</copy>
|
||||||
<!-- Create symlink to latest build -->
|
<!-- Create symlink to latest build -->
|
||||||
<symlink action="delete" link="${copyToDir}/latest"/>
|
<symlink link="${copyToDir}/latest" resource="${copyToDir}/${buildType}.${buildId}" overwrite="true"/>
|
||||||
<symlink link="${copyToDir}/latest" resource="${copyToDir}/${buildType}.${buildId}"/>
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="mail" depends="init">
|
<target name="mail" depends="init">
|
||||||
|
|
Loading…
Add table
Reference in a new issue