Hi Fabian,

I updated my qx sdk to 5796 today and attempted to run the migration to 0.6.4 
as you suggested.

The two migration steps (to 0.6.3, then to 0.6.4) both run through with no 
complaints, but when I load index.html in IE or FF the demo doesn't start; 
instead I get some js errors.

Firebug reports an error (like below) for each of the classes included in the 
demo:

qx.OO has no properties
qx.OO.defineClass("ext.ui.window.Window", qx.ui.window.Window, ...    Window.js 
(line 24)

I have the same problem for make source and make build.

Any ideas how to get around this?

Thanks,

Simon


those working with 0.6.4 here are the instructions for migrations:

1. Follow the steps 1-3
2. unzip qooxdoo sdk 0.6.4 into the qooxdoo-sdk
3. replace the Makefile in /qooxdoo-apps/windowing-demo/ with the 
Makefile from the Skeleton (/qooxdoo-sdk/frontend/application/skeletion.zip)
4. update Makefile. set the qooxdoo path:
      QOOXDOO_PATH=../../qooxdoo-sdk
      QOOXDOO_URI=../../qooxdoo-sdk
5. Run the migration form the  qooxdoo-apps/windowing-demo directory:
       $ ../../qooxdoo-sdk/frontend/framework/tool/generator.py 
--exclude qx.* --class-path 
../../qooxdoo-sdk/frontend/framework/source/class --migrate-source 
--migration-input=source --class-path=source/class --migration-target 0.6.3
      $ ../../qooxdoo-sdk/frontend/framework/tool/generator.py --exclude 
qx.* --class-path ../../qooxdoo-sdk/frontend/framework/source/class 
--migrate-source --migration-input=source --class-path=source/class 
--migration-target 0.6.4

Since the demo is build using the skeletons it is pretty easy to update 
to new qooxdoo versions. This instructions applies to other skeleton 
based qooxdoo
apps as well.

Best Fabian

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel




Send instant messages to your online friends http://au.messenger.yahoo.com 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to