Я установил ant ... и я установил ivy (оба из synaptic), но ant не может найти ivy!
Когда я запускаю муравей, чтобы построить 'o October-chess-engine', я получаю следующее:
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
Я не уверен, как поступить! Я проверил этот вопрос, но он не решил мою проблему.
Спасибо,