<target name="hpi" ">
<war destfile="${dir.out.dist}/${component.name}.hpi"
manifest="${file.manifest}" needxmlfile="false">
<webinf dir="${dir.out.web}" />
<lib dir="${dir.out.lib}" />
</war>
</target>
in the ${dir.out.web}-Folder, you have the hudson.extension-File, the
compiled-classes and the index.jelly for the Description of the Plugin.
On Tuesday, March 20, 2012 1:13:18 PM UTC+1, Antares wrote:
>
> My company we have a corporative dev tool based on ANT so every
> project has to be build with it. I would like to know if somebody have
> found an Ant task to packaging as 'hpi'.