mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed up compile log so that it doesn't open up notepad on Windows.
This commit is contained in:
parent
c5102cafc4
commit
9690cb0ad9
2 changed files with 3 additions and 3 deletions
|
@ -54,10 +54,10 @@
|
||||||
<ant antfile="build.xml" dir="${pde.build.scripts}">
|
<ant antfile="build.xml" dir="${pde.build.scripts}">
|
||||||
<property name="builder" value="${basedir}/sdk" />
|
<property name="builder" value="${basedir}/sdk" />
|
||||||
</ant>
|
</ant>
|
||||||
<concat destfile="${zipsdir}/compile.log">
|
<concat destfile="${zipsdir}/compilelog.txt">
|
||||||
<fileset dir="${buildDirectory}/plugins" includes="**/*.bin.log"/>
|
<fileset dir="${buildDirectory}/plugins" includes="**/*.bin.log"/>
|
||||||
</concat>
|
</concat>
|
||||||
<loadfile property="compileLog" srcFile="${zipsdir}/compile.log"/>
|
<loadfile property="compileLog" srcFile="${zipsdir}/compilelog.txt"/>
|
||||||
<condition property="hasErrors">
|
<condition property="hasErrors">
|
||||||
<contains string="${compileLog}" substring="ERROR"/>
|
<contains string="${compileLog}" substring="ERROR"/>
|
||||||
</condition>
|
</condition>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>CDT @branchVersion@ Build @buildId@</h2>
|
<h2>CDT @branchVersion@ Build @buildId@</h2>
|
||||||
<p><a href="compile.log">Compile Log</a><br>
|
<p><a href="compilelog.txt">Compile Log</a><br>
|
||||||
</p>
|
</p>
|
||||||
<h3>CDT Runtime Feature</h3>
|
<h3>CDT Runtime Feature</h3>
|
||||||
<p>includes editor, search, builders, launch, debug, gnu toolchain
|
<p>includes editor, search, builders, launch, debug, gnu toolchain
|
||||||
|
|
Loading…
Add table
Reference in a new issue