1
0
Fork 0
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:
Doug Schaefer 2004-07-16 18:34:04 +00:00
parent c5102cafc4
commit 9690cb0ad9
2 changed files with 3 additions and 3 deletions

View file

@ -54,10 +54,10 @@
<ant antfile="build.xml" dir="${pde.build.scripts}">
<property name="builder" value="${basedir}/sdk" />
</ant>
<concat destfile="${zipsdir}/compile.log">
<concat destfile="${zipsdir}/compilelog.txt">
<fileset dir="${buildDirectory}/plugins" includes="**/*.bin.log"/>
</concat>
<loadfile property="compileLog" srcFile="${zipsdir}/compile.log"/>
<loadfile property="compileLog" srcFile="${zipsdir}/compilelog.txt"/>
<condition property="hasErrors">
<contains string="${compileLog}" substring="ERROR"/>
</condition>

View file

@ -5,7 +5,7 @@
</head>
<body>
<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>
<h3>CDT Runtime Feature</h3>
<p>includes editor, search, builders, launch, debug, gnu toolchain