| <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" /> | |
| </target> | |
| </project> |