mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 20:35:38 +02:00
My cute strategy for detecting compile errors finally broke. I now search for " ERROR" since there is a warning out of javadoc (which now works) about IStatus#ERROR.
This commit is contained in:
parent
cdbad1649e
commit
4cc19b628e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
</concat>
|
</concat>
|
||||||
<loadfile property="compileLog" srcFile="${zipsdir}/compilelog.txt"/>
|
<loadfile property="compileLog" srcFile="${zipsdir}/compilelog.txt"/>
|
||||||
<condition property="hasErrors">
|
<condition property="hasErrors">
|
||||||
<contains string="${compileLog}" substring="ERROR"/>
|
<contains string="${compileLog}" substring=" ERROR"/>
|
||||||
</condition>
|
</condition>
|
||||||
<copy file="buildindex.html" tofile="${zipsdir}/index.html"/>
|
<copy file="buildindex.html" tofile="${zipsdir}/index.html"/>
|
||||||
<replace file="${zipsdir}/index.html">
|
<replace file="${zipsdir}/index.html">
|
||||||
|
|
Loading…
Add table
Reference in a new issue