Alex D. schrieb:
>> Alex D. schrieb:
>>     
>>> Hi,
>>>
>>> I'm about to migrate my source from somewhere between 0.6.1 and 0.6.2 
>>> to 0.6.2 release.
>>> I'm in  myproject/frontend folder and enter:
>>>
>>> ../qooxdoo/frontend/framework/tool/generator.py --script-input 
>>> source/class --migrate-source --migration-target 0.6.2
>>>
>>>   
>>>       
>> You need to add the --class-path parameter, e.g.:
>>
>> ../qooxdoo/frontend/framework/tool/generator.py 
>> --class-path=../qooxdoo/frontend/framework/
>> source/class --script-input source/class --migrate-source 
>> --migration-target 0.6.2
>>
>>
>> best Fabian
>>
>>     
> I did it and that's what i see:
>
> generator.py: error: no such option: --class-path
>   

Sorry, this option was introduced with qooxdoo 0.6.4. Your original 
command should work but anyway it would be best to update to 0.6.4. 
Download 0.6.4 SDK and use the following commands for migration:

../qooxdoo-0.6.4-sdk/frontend/framework/tool/generator.py 
--class-path=source/class --migrate-source --migration-target=0.6.2
../qooxdoo-0.6.4-sdk/frontend/framework/tool/generator.py 
--class-path=source/class --migrate-source --migration-target=0.6.3
../qooxdoo-0.6.4-sdk/frontend/framework/tool/generator.py 
--class-path=source/class --migrate-source --migration-target=0.6.4

After each run take a look at the messages if something in your code 
needs to be updated.

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to