Ant Task scope - name is undefined -
i have read post: ant antcall target defines property
this question talking properties. know how can make <taskdef>
on inner target used project.
i don't want define on main target, since long , ugly. that's why split inner targets. error is:
cause: name undefined. action: check spelling. action: check custom tasks/types have been declared. action: check <presetdef>/<macrodef> declarations have taken place.
you want call target defines property, , use property in caller-scope, right?
you should take @ ant contrib's runtarget
: http://ant-contrib.sourceforge.net/tasks/tasks/runtarget.html.
Comments
Post a Comment