When i run the flexunit test using ant script
<target name="flex.unit.test" description="flex unit testing" >
<flexunit timeout="0" swf="${release.dir}/${project.name}.swf"
toDir="${output.dir}" />
</target>
the task fails with the following error
BUILD FAILED: Problem: failed to create task or type flexunit
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.
Please let me know if i'm missing any thing here. .
Regards,
Sunils
--
View this message in context:
http://www.nabble.com/Flex-Unit-Test-Fails-using-Ant-tp21372216p21372216.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]