Creating an 'icons' dir inside the 'images' dir and running a build does not include the 'icons' dir.
The createSite target should be adjusted such that the includes attribute for images looks like this:
<fileset dir="${proj.dir}" includes="images/**"/>
Creating an 'icons' dir inside the 'images' dir and running a build does not include the 'icons' dir. The createSite target should be adjusted such that the includes attribute for images looks like this:
<fileset dir="${proj.dir}" includes="images/**"/>