1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-20 06:35:50 +02:00

[283482] accumulate ALL plugins into compilelog.txt

This commit is contained in:
Martin Oberhuber 2009-07-16 19:43:46 +00:00
parent 9d03ca4788
commit 62be99692d

View file

@ -356,7 +356,7 @@
<copy todir="${packageDirectory}/${dropDir}" file="${buildDirectory}/directory.txt"/> <copy todir="${packageDirectory}/${dropDir}" file="${buildDirectory}/directory.txt"/>
<!-- Create and analyze the compilelog.txt file --> <!-- Create and analyze the compilelog.txt file -->
<concat destfile="${packageDirectory}/${dropDir}/compilelog.txt"> <concat destfile="${packageDirectory}/${dropDir}/compilelog.txt">
<fileset dir="${buildDirectory}/plugins" includes="**/*.bin.log"/> <fileset dir="${buildDirectory}/plugins" includes="**/*.log"/>
</concat> </concat>
<loadfile property="compileLog" srcFile="${packageDirectory}/${dropDir}/compilelog.txt"/> <loadfile property="compileLog" srcFile="${packageDirectory}/${dropDir}/compilelog.txt"/>
<condition property="hasErrors"> <condition property="hasErrors">