Re: One-Jar Custom Ant Task
I done this with flexTasks
<taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar"/>
but I get errors for this code saying it don't recognize the tags <load-config + <source-path
<mxmlc file="${APP_ROOT}/Main.mxml"
output="${deploy.flexDebug}/Main.swf">
<load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
<source-path path-element="${FLEX_HOME}/frameworks"/>
</mxmlc>
Please sign in to leave a comment.
Hmm just tried it, ANT task worked fine, its the editor that is throwing up the incorrect mistakes :(