blob: 3ab53f01df83a0106af91f9900a0a9410ed10c87 [file]
<project
name="Eclipse convert"
default="main">
<target
name="main">
<echo message="Checking for compile errors..." />
<!--create html output for compile logs -->
<eclipse.convert
input="${buildDirectory}/compilelogs"
validation="true" />
<!-- Sends email to recipient list in monitor.properties with compile logs attached if errors found -->
<!--verifyCompile install="${postingDirectory}/${buildLabel}/compilelogs" /-->
</target>
</project>