The README says that the following line should appear in the build.xml file:
<taskdef name="cpptask" classname="com.lbf.cpptask.CppTask"/>
However, there was no such class in the cpptask.jar file. I had to use:
<taskdef name="cpptask" classname="org.portico.ant.tasks.cpptask.CppTask"/>
Also, the example in the README includes an objdir attribute of the cpptask element. However, I recieved the following error from Ant:
/media/sdb1/checkouts/hive/targets/minidb/build.xml:38: cpptask doesn't support the "objdir" attribute
The README says that the following line should appear in the
build.xmlfile:However, there was no such class in the
cpptask.jarfile. I had to use:Also, the example in the README includes an
objdirattribute of thecpptaskelement. However, I recieved the following error from Ant:/media/sdb1/checkouts/hive/targets/minidb/build.xml:38: cpptask doesn't support the "objdir" attribute