Skip to content

How to get at AntTask.class inside a springboot-packaged jar? #80

@david-schmidt

Description

@david-schmidt

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions