mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
Changed compile log into txt file.
This commit is contained in:
parent
81a765a048
commit
a2b60dcd5b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
||||||
<target name="mailFail" if="hasErrors">
|
<target name="mailFail" if="hasErrors">
|
||||||
<mail subject="CDT ${branchVersion} Build ${buildId} failed"
|
<mail subject="CDT ${branchVersion} Build ${buildId} failed"
|
||||||
tolist="${mailto}" from="dschaefe@ca.ibm.com">
|
tolist="${mailto}" from="dschaefe@ca.ibm.com">
|
||||||
<message src="compile.log"/>
|
<message src="compilelog.txt"/>
|
||||||
</mail>
|
</mail>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue