On 3 Jan 2007 at 9:08, Benjamin Shine wrote: > I'd like to include your name in the release notes credits; what > should we list there?
Prefer not to .. really .. it is just my contribution to OL4 beta testing. More credits due to OL dev team. Anyway, my full handle is David Law (nickname d~l), from U.K. ______________________________________ But we are not out of the woods yet. Latest testing of solo-deploy-dhtml.jsp ... in Beta1. Using default copy-of-hello.lzx ... ______________________________________ * in deploy SWF7 > SOLO mode, i.e. after launching http://localhost:8080/openlaszlo-4.0/my-apps/copy-of-hello.lzx copy-of-hello.lzx.swf is created in app folder but not in downloaded solo-deploy.zip * in deploy DHTML > SOLO mode, i.e. after launching http://localhost:8080/openlaszlo-4.0/my-apps/copy-of-hello.lzx copy-of-hello.lzx.js is created in app folder but not in solo-deploy.zip * last copy of solo-deploy.zip is also left in /lps/admin/ (perhaps could be cleared?) * /lps/include/spinner.gif is not included (although referred to in HTML wrapper ??) ______________________________________ Now using copy-of-hello.lzx with two added canvas parameters .. <canvas proxied="false" id="testapp" > ______________________________________ * in default SWF7 compile mode, i.e. just launching http://localhost:8080/openlaszlo-4.0/my-apps/copy-of-hello.lzx copy-of-hello.lzx.swf is not created automatically in app folder (proxied="false" in canvas tag should surely force this compilation?). * adding ?lzproxied=false as query parameter to url still does not create copy-of-hello.lzx.swf * running Deploy (SWF7) > SOLO creates solo-deploy.zip .. but still no swf * running Deploy (DHTML) > SOLO creates solo-deploy.zip .. but no copy-of-hello.lzx.js * copy-of-hello.lzx.js is created in app folder but not in solo-deploy.zip * changed canvas id is correctly referred to as "testapp" in HTML wrapper * copy of solo-deploy.zip is also left in /lps/admin/ ... ... * conclusion .. placing proxied="false" in canvas tag seems to upset the proxy compile process. ______________________________________ I hope I have correctly captured all the quirks in latest solo-deploy-dhtml.jsp. This might work in Legals .. I have only tested in Beta1. DL
