ive got a package/module which im trying to load from my 'main' app. The module loads, however, when its instantiated, i get an error saying: TypeError: qx.ui.pageview has no properties. I assume this is because the class is not being found. When i do a build using:

generator.py --class-path /path/to/myproject/settings/source/class --generate-compiled-script --compiled-script-file Settings.js, the output says it doesnt find any classes to include. When i run the generator.py using --print-modules, the output claims 'should run as standalone', however, it doesnt and i reference the pageview class using tabview, etc. When i try to do:

generator.py --class-path /path/to/myproject/settings/source/class --generate-compiled-script --compiled-script-file Settings.js --include qx.ui.pageview.tabview.TabView, the build completes, however, contains the following in the output:


GENERATE CLASS INCLUDE LIST:
----------------------------------------------------------------------------
 * Processing 1 classes
 * Processing 0 modules
 * Processing dynamic dependencies...
 * Preparing lists...
   - Could not find any classes to include. Maybe malformed parameter set!
   - Include list contains 0 classes
   - Exclude list contains 0 classes
 * Sorting 0 classes...
 * This package should work standalone

I can not test this using a typical 'make build' because it relies upon the parent class which is the main application.

What needs to be done differently to make this work? Anyone have any ideas?

Thanks!
begin:vcard
fn:Jeremy Hahn
n:Hahn;Jeremy
org:;Corporate Infrastructure
adr;dom:Suite 200;;3250 W Commercial BLVD;Fort Lauderdale;FL;33065
email;internet:[EMAIL PROTECTED]
title:Systems Administrator
tel;work:954-334-8036
tel;cell:754-368-4282
url:www.hostway.com
version:2.1
end:vcard

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to