When declaring external ant tasks using taskdef, for instance ant-contrib, the proposed setup is to use the followin taskdef: <…
ant taskdefI am defining a new task in Ant. I exported it as a jar and added to my buildfile: <…
ant classpath taskdefI'm new to Ant. Can someone please tell me what value to put for the 'classpathref' for taskdef? Will it …
ant taskdef