JavaTest Harness Architect’s Guide, 11.3.2 Implementation of Service Interface
The text
----------------------------
<servicedef id="any_uniq_id _you_want" class="com.sun.javatest.services.AntService"><arg name="ant.bin" value="~/apache-ant/bin/ant"/>
...
</service>
----------------------------
is wrong, change "servicedef" to "service"
The text
----------------------------
<servicedef id="any_uniq_id _you_want" class="com.sun.javatest.services.AntService"><arg name="ant.bin" value="~/apache-ant/bin/ant"/>
...
</service>
----------------------------
is wrong, change "servicedef" to "service"