Hi, I'm starting the JSP page for the dynamic jnlp file, but I have some little questions:
- in build.xml, in the task trim-whitespace there is a reference to *.wtkx , but now we have also *.wtkd files, so i think it would be better to change this filter to *.wtk*, or add a reference to *.wtkd - in build.xml, html pages are as .template.html, and then copied as .html, Ok. For jsp pages I have to do the same, right ? And add jsp in some filter, like already done for jnlp, right ? - in README maybe we should add also the requirement that some pages are dynamic and requires JSP to work. I've used stripped version of Jetty without jsp for example, but this is not an usual configuration, so should not be a problem. Thanks, Sandro
