Skip to content

README is outdated #3

Description

@stepthom

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions