I'm trying to upgrade to ac-1.7.0, but I can't figure out how to address the AntTask. Normally, I'd address it in my build.xml this way:
<taskdef name="appleCommander" classname="com.webcodepro.applecommander.ui.AntTask" classpath="${projdir}/src;${acJarPath}/${acJar}"/>
But the AntTask isn't in the jar as com/webcodepro/applecommander/ui/AntTask.class like it used to be; now it's here: BOOT-INF/classes/com/webcodepro/applecommander/ui/AntTask.class
I've tried unsuccessfully to get ant to be happy with this name, but nothing I've tried works. How do I use it in this new spring-form pan?