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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -