Sebastian, > the source release should be simple a copy of a working source > repository. As this has already the files of a > tools/generate/make-source.sh I don't think we need to include the > tools stuff.
Browsing code will get you so far; actually running a debugger and checking properties, stack and program flow is a lot more informative if you are trying to track down a bug, or how to implement something (given that the documentation is still "lite") At present the Venkman debugger is unusable with the compressed qooxdoo.js file (at least on my machine; it locks up allocating more and more memory and eventually running out). Therefore for any qooxdoo debugging I have to use the version of qooxdoo.js with newlines. I suppose as an alternative I could use the uncompressed files, but I haven't looked into that yet. It seems that the demo files are rewritten to either include "demoinclude.js" or "qooxdoo.js" - it seems straightforward. That might be better as a snippet. > For people how have that special wishes a SVN checkout > is generally the best. OK, I haven't downloaded the SVN stuff yet so don't know how easy it is to get a tag, and how reliable it is. I'll try it later. Hugh ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
