mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 06:55:23 +02:00
[releng] Disable ant mail target due to
Bug 344518 - Regression: ant EmailTask fails with JRE-1.5
This commit is contained in:
parent
7fdfa3d878
commit
619e1035a8
1 changed files with 9 additions and 0 deletions
|
@ -447,17 +447,26 @@
|
||||||
<replace file="${buildDirectory}/message.txt">
|
<replace file="${buildDirectory}/message.txt">
|
||||||
<replacefilter token="@dropDir@" value="${dropDir}"/>
|
<replacefilter token="@dropDir@" value="${dropDir}"/>
|
||||||
</replace>
|
</replace>
|
||||||
|
<!--
|
||||||
|
DISABLE mail target due to Eclipse bug 344518 (mail fails due to missing extra jars)
|
||||||
<mail subject="RSE Build ${buildId} completed"
|
<mail subject="RSE Build ${buildId} completed"
|
||||||
tolist="${mailto}" from="martin.oberhuber@windriver.com">
|
tolist="${mailto}" from="martin.oberhuber@windriver.com">
|
||||||
<message src="${buildDirectory}/message.txt"/>
|
<message src="${buildDirectory}/message.txt"/>
|
||||||
</mail>
|
</mail>
|
||||||
|
-->
|
||||||
|
<echo message="RSE build PASSED!" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="mailFail" if="hasErrors">
|
<target name="mailFail" if="hasErrors">
|
||||||
|
<!--
|
||||||
|
DISABLE mail target due to Eclipse bug 344518 (mail fails due to missing extra jars)
|
||||||
<mail subject="RSE Build ${buildId} failed"
|
<mail subject="RSE Build ${buildId} failed"
|
||||||
tolist="${mailto}" from="martin.oberhuber@windriver.com">
|
tolist="${mailto}" from="martin.oberhuber@windriver.com">
|
||||||
<message src="${packageDirectory}/${dropDir}/compilelog.txt"/>
|
<message src="${packageDirectory}/${dropDir}/compilelog.txt"/>
|
||||||
</mail>
|
</mail>
|
||||||
|
-->
|
||||||
|
<echo message="ERROR: RSE build FAILED!" />
|
||||||
|
<echo message="See ${packageDirectory}/${dropDir}/compilelog.txt" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue