mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 02:15:31 +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>
|
||||
<loadfile property="compileLog" srcFile="${zipsdir}/compilelog.txt"/>
|
||||
<condition property="hasErrors">
|
||||
<contains string="${compileLog}" substring="ERROR"/>
|
||||
<contains string="${compileLog}" substring=" ERROR"/>
|
||||
</condition>
|
||||
<copy file="buildindex.html" tofile="${zipsdir}/index.html"/>
|
||||
<replace file="${zipsdir}/index.html">
|
||||
|
|
Loading…
Add table
Reference in a new issue