1
0
Fork 0
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:
Doug Schaefer 2005-04-07 13:54:22 +00:00
parent cdbad1649e
commit 4cc19b628e

View file

@ -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">