Fabian Jakobs wrote:
> Thanks for this feedback. I have fixed this issue in svn. The steps you
> both did were correct and should work with the current trunk.
>
> Best 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/
Hello,
The migration process works now.
There is a minor issue during the migration.
I have a few try statements that look like this:
try {
statement1;
// comment
} catch (exc) {
statement2;
}
The migration tool changes this to the following:
try {
statement1;
}
// comment catch(exc) {
This is only on two or three occasions and most people won't get this
problem, but I thought I should inform you about it nonetheless, as it
shouldn't be that hard to check that a commented line won't get mixed
with a command from another line. :)
The resulting JS files don't seem to work but I have to take a deeper
look into this issue before I can say any more about it.
Regards,
Daniel Haferkorn
-------------------------------------------------------------------------
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