Dietrich Streifert schrieb:
> Thank you for your answer Fabian.
>
> to get more concrete: If I have a path which contains only the 
> source/class directory structure which corresponds to the class 
> namespaces, how would I run the migrate.py script for migration?
>
> Lets say I have
>
>     /tmp/app/sourc/class/qx/visionet/ui +
>                                         |--layout +
>                                                   |--FroodyBoxLayout.js
>                                                   |--SpecialBoxLayout.js
>                                         |--form +
>                                                 |--CoolButton.js
>                                                 |--NiceTextField.js
>
> Nothing more. How would I migrate this using migrator.py when the path 
> of qooxdoo is QX?
>
OK, from /tmp/app/sourc/class/ call:

QX/frontend/framework/tool/migrator.py --from-version 0.6.5 --class-path 
. --verbose


"--verbose" is optional. All messages get logged to the file 
"migration.log". The parameter "--from-version" must match the qooxdoo 
version you are migrating from (0.6.5 in this case).

I have recently done some updates to the migration files, so I would 
suggest you do an svn update before you try again. Please report any 
issues. Maybe some of them can be solved by minor changes to the 
migration files. The same is true for error or log messages, which 
doesn't seem clear.

Hope this helped,
Fabian

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to