Top "Taskdef" questions

Why cannot Ant taskdef cannot load a resource outside ./net

When declaring external ant tasks using taskdef, for instance ant-contrib, the proposed setup is to use the followin taskdef: <…

ant taskdef
How to configure Ivy for Ant build

I currently have ANT_HOME located at /home/<myuser>/ant/1.8.4/ant-1.8.4. I just downloaded the Apache Ivy tarball …

java ant ivy build.xml taskdef
Classpath for taskdef?

I am defining a new task in Ant. I exported it as a jar and added to my buildfile: <…

ant classpath taskdef
What classpath do I need for an Ant taskdef?

I'm new to Ant. Can someone please tell me what value to put for the 'classpathref' for taskdef? Will it …

ant taskdef
How can I provide a custom log4j.xml for different ant tasks?

I have a build file that as part of the build process relies on several taskdefs. These taskdef items (for …

java ant log4j taskdef
Problems with Ant optional tasks SSHExec and SCP. Classpath issue?

I'm in the process of modifying an Ant script (currently in use from within MyEclipse) to work from the command …

ant classpath myeclipse jsch taskdef