mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
attempt to fix error detection during build
This commit is contained in:
parent
4559c40f78
commit
67dcd86f35
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@
|
||||||
<property name="builder" value="${basedir}/master" />
|
<property name="builder" value="${basedir}/master" />
|
||||||
</ant>
|
</ant>
|
||||||
<concat destfile="${zipsdir}/compilelog.txt">
|
<concat destfile="${zipsdir}/compilelog.txt">
|
||||||
<fileset dir="${buildDirectory}/plugins" includes="**/*.bin.log"/>
|
<fileset dir="${buildDirectory}/plugins" includes="**/*@dot.log"/>
|
||||||
</concat>
|
</concat>
|
||||||
<loadfile property="compileLog" srcFile="${zipsdir}/compilelog.txt"/>
|
<loadfile property="compileLog" srcFile="${zipsdir}/compilelog.txt"/>
|
||||||
<condition property="hasErrors">
|
<condition property="hasErrors">
|
||||||
|
|
Loading…
Add table
Reference in a new issue