Hello all, I would like to know which class belongs to the <exec> tag. I would like to create a task that has the same functionality of <exec> with a few added features. I looked at the org.apache.tools.ant.taskdefs.Execute but when extending and trying to use it in my ant build.xml file, it complained that it doesn't support the executable.
-- Antoine W. Solomon Jr.