J'ai installé ant ... et j'ai installé ivy (tous les deux de synaptic), mais ant ne trouve pas ivy!
Quand je lance ant pour construire 'octobre-chess-engine' j'obtiens ce qui suit:
BUILD FAILED
/home/zeigfreid/repos/october-chess-engine/build.xml:32: Problem: failed to create task or type antlib:org.apache.ivy.ant:resolve
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> 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
-/home/zeigfreid/.ant/lib
-a directory added on the command line with the -lib argument
Je ne sais pas comment procéder! J'ai vérifié cette question , mais elle n'a pas résolu mon problème.
Merci,