| <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> |