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

Error installed jicofo #1120

Closed
adambarnett52 opened this issue Nov 7, 2016 · 1 comment
Closed

Error installed jicofo #1120

adambarnett52 opened this issue Nov 7, 2016 · 1 comment

Comments

@adambarnett52
Copy link

I tired to do the following

``
Buildfile: /usr/share/jicofo/build.xml

BUILD FAILED
/usr/share/jicofo/build.xml:54: Problem: failed to create task or type antlib:org.apache.maven.artifact.ant:dependencies
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any / declarations have taken place.
No types or tasks have been defined in this namespace yet

This appears to be an antlib declaration.
Action: Check that the implementing library exists in one of:
-/usr/share/ant/lib
-/root/.ant/lib
-a directory added on the command line with the -lib argument

Total time: 1 second

``

@damencho
Copy link
Member

damencho commented Nov 7, 2016

Please use the mailinglist for problems and questions, before opening issues.
When using ant you need maven-ant-tasks installed, instructions are in the beginning of the build.xml file.
You can also skip ant and just use maven:
mvn -U clean package -DskipTests -Dassembly.skipAssembly=false

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