Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README is outdated #3

Open
stepthom opened this issue Apr 5, 2013 · 1 comment
Open

README is outdated #3

stepthom opened this issue Apr 5, 2013 · 1 comment

Comments

@stepthom
Copy link

stepthom commented Apr 5, 2013

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
@timpokorny
Copy link
Owner

G'day Stephen,

Thanks for pointing these out. I shall get the README updated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants