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:
parent
9d03ca4788
commit
62be99692d
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue