Я совсем новичок в ANT для создания проекта Eclipse (Oxygen).Я использую существующий файл build.xml, который ранее был написан в среде RAD.
Вот мой workspacePreferenceFile
;
<workspacePreferenceFile
preferenceFileName="${rad.preferences.filename}"
useEclipsePrefs="true"
overwrite="true" />
Вот мой ${rad.preferences.filename}
compiler.problem.unusedImport=ignore
compiler.compliance=1.8
compiler.source=1.8
А вот и ошибка
BUILD FAILED
Problem: failed to create task or type workspacePreferenceFile
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.
Есть идеи?Спасибо!