Re: [qooxdoo-devel] Generator/build help - using qx-0.js directly in myApp.js

2009-02-26 Thread Fabian Jakobs
mshillin schrieb: > A reply to myself. > > I solved this issue by setting variants qx.debug="off" in > framework/config.json when building the qx.js and qx-0.js. It had nothing > to do with the way the qx.loader was operating for my application > > The qx.debug="on" in the "build" version was ca

Re: [qooxdoo-devel] Generator/build help - using qx-0.js directly in myApp.js

2009-02-25 Thread mshillin
A reply to myself. I solved this issue by setting variants qx.debug="off" in framework/config.json when building the qx.js and qx-0.js. It had nothing to do with the way the qx.loader was operating for my application The qx.debug="on" in the "build" version was causing problems in the ui.lega

[qooxdoo-devel] Generator/build help - using qx-0.js directly in myApp.js

2009-02-25 Thread mshillin
For my development environment, I would like my classes to be available in "source" version , but have the qooxdoo library classes in "build" version. I could not figure out how to do this with the build tool, so I tried hacking the loader script for my app. If I execute "generate.py build" in