[EMAIL PROTECTED] wrote: > Automated build for forrest-sample-2 FAILED > ... > ... > [java] X [0] /icon-b.png BROKEN: > /export/home/config/forrestbot-trunk/conf/work/forrest-sample-2/src/documentation/content/xdocs/icon-b.png > (No such file or directory) > ...
This same example works using skins. <img src="/icon-b.png" ... The resources.xmap and locationmap resolve to find source file in src/documentation/resources/images/ directory. However with Dispatcher it seems to fail the locationmap and tries to find it at xdocs/icon-b.png It is a silly example and perhaps it should be removed but why the difference between skins and Dispatcher? -David