Re: [qooxdoo-devel] Server build with node.js using contribution library

2012-09-12 Thread Loren Schlomer
Hey Martin, Deep in some of my code I found a reference to qx.bom.History. This reference links back to GlobalError some how. I didn't dig through the graph, but I don't really need to either; there is no problem in the framework. I'll need to rework my code, because this piece does need to be

Re: [qooxdoo-devel] Server build with node.js using contribution library

2012-09-06 Thread Loren Schlomer
It could be. I'll let you know for certain what I find. I am using qx.bom.element.Attribute in a lot of places on the browser side of things, but from the node side of things, I don't think anything is linking any of those classes. (That's where I am searching...I may have missed something) Af

Re: [qooxdoo-devel] Server build with node.js using contribution library

2012-09-06 Thread Martin Wittemann
Sure. But it might be a issue in the framework. If you think thats something which could be decoupled on the framework side, please let me know. :) Am 05.09.2012 um 16:41 schrieb Loren Schlomer : > I don't use it myself, and it wouldn't get used on the node side of > things. But since I'm tryi

Re: [qooxdoo-devel] Server build with node.js using contribution library

2012-09-05 Thread Loren Schlomer
I don't use it myself, and it wouldn't get used on the node side of things. But since I'm trying to write a common library that can be used in the browser as well as with node, I'll need to further isolate the browser specific bits. On Wed, Sep 5, 2012 at 7:37 AM, Martin Wittemann wrote: > Hey

Re: [qooxdoo-devel] Server build with node.js using contribution library

2012-09-05 Thread Martin Wittemann
Hey, yes, thats excluded because it relies on window.onerror which does not work on node.js. Do you use the GlobalError class yourself or is it included by a class you use? Regards, Martin Am 04.09.2012 um 21:28 schrieb Loren Schlomer : > AHHH! found it! > > > qx.event.GlobalError is in the

Re: [qooxdoo-devel] Server build with node.js using contribution library

2012-09-04 Thread Loren Schlomer
AHHH! found it! qx.event.GlobalError is in the exclude list in the server skeleton's config.json On Tue, Sep 4, 2012 at 11:54 AM, Loren Schlomer wrote: > Hi all, > > Was wondering if anyone has ever come across this error and how I > might correct it. > > I am working on a cross platform (

[qooxdoo-devel] Server build with node.js using contribution library

2012-09-04 Thread Loren Schlomer
Hi all, Was wondering if anyone has ever come across this error and how I might correct it. I am working on a cross platform (in-browser and server) contribution library. I created a new Server skeleton to do some testing against the library and added the library's manifest to the skeleton's con