1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +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"/>
<!-- Create and analyze the compilelog.txt file -->
<concat destfile="${packageDirectory}/${dropDir}/compilelog.txt">
<fileset dir="${buildDirectory}/plugins" includes="**/*.bin.log"/>
<fileset dir="${buildDirectory}/plugins" includes="**/*.log"/>
</concat>
<loadfile property="compileLog" srcFile="${packageDirectory}/${dropDir}/compilelog.txt"/>
<condition property="hasErrors">