One-Jar Custom Ant Task

Despite my best efforts, I cannot make IDEA (8.0.1) recognise one-jar as a custom ant task.
I've downloaded and added the jar files (http://one-jar.sourceforge.net/index.php?page=downloads&file=downloads) to the additional classpath but it still resolutely refuses to work.

Has anyone managed to make this work?

Thanks,
Steve

0
Avatar
Permanently deleted user

Figured it out.........

I needed to add the taskdef to my Ant script i.e.

<taskdef name="one-jar" classname="com.simontuffs.onejar.ant.OneJarTask"/>
Steve

0

请先登录再写评论。