<! -- ===================================================== =======================================-->
<! -- Create iReport.exe using jsmoothgen -->
<! -- ===================================================== =======================================-->
<Target name = "exe" depends = "prepare" description = "Create an. exe wrapper for a iReport using jsmoothgen-ant">
<! -- Create the. exe wrapper using jsmoothgen-ant and the. jsmooth project file created with the JSmooth GUI application -->
<Taskdef name = "jsmoothgen"
Classname = "net. charabia. jsmoothgen. Ant. jsmoothgen"
Classpath = "$ {lib}/jsmoothgen-ant-0.9.7.jar"/>
<Jsmoothgen project = "$ {basedir}/etc/ireport. jsmooth" skeletonroot = "$ {basedir}/etc/skeletons"/>
<Copy todir = "$ {target}" file = "$ {basedir}/etc/ireport.exe"/>
<Delete file = "$ {basedir}/etc/ireport.exe"/>
</Target>
There are no fewer files in the jsmoothgen-ant-0.9.7.jar,/etc/ireport. jsmooth, and/etc/skeletons directories.