| 134 |
</target> |
</target> |
| 135 |
|
|
| 136 |
|
|
| 137 |
|
<!-- Anthill targets --> |
| 138 |
|
|
| 139 |
|
<!-- Should really run the tests instead of just the jar target --> |
| 140 |
|
<target name="anthill-build" depends="jar, docs, dist-docs" |
| 141 |
|
description="Build the jar and both the external and internal docs"/> |
| 142 |
|
|
| 143 |
|
<target name="anthill-publish"> |
| 144 |
|
<copy todir="${deployDir}/docs/private"> |
| 145 |
|
<fileset dir="${build.javadocs.dir}"/> |
| 146 |
|
</copy> |
| 147 |
|
<copy todir="${deployDir}/docs/public"> |
| 148 |
|
<fileset dir="${dist.javadocs.dir}"/> |
| 149 |
|
</copy> |
| 150 |
|
</target> |
| 151 |
|
|
| 152 |
|
|
| 153 |
<!-- Internal targets --> |
<!-- Internal targets --> |
| 154 |
|
|
| 155 |
<target name="set-warnings-if" if="build.warnings"> |
<target name="set-warnings-if" if="build.warnings"> |