Ant version 1.8.3 and ANT_HOME shows to the same path where I installed
them.
I also assumed that it doesn't work because it can't find the flexTasks.
However ${FLEX_HOME} is define as
"${basedir}/.." and there is a lib/flexTasks.jar existant.
yours
Martin.
On 05/04/2012 18:55, Justin Mclean wrote:
Hi,
\flex\frameworks\build_framework.xml:312: Problem: failed to create task or
type compc
Sounds like you don't have flextasks set up for ant. I would assume that this
line:
<taskdef resource="flexTasks.tasks"
classpath="${FLEX_HOME}/lib/flexTasks.jar"/>
Would sort it out - does flexTasks.jar exist in that location?
What version of ant do you have and what is ANT_HOME set to?
Thanks,
Justin