> > 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) {
> Does the files have JavaScript syntax errors or is your application
> simply not working?
It looks to me like the catch expression and its associated left brace
is now commented out (it's been moved to the end of a line beginning
with //), so the code has been functionally changed. It "should" give
a syntax error (unless the matching right brace also got commented
out), but in any case, the code has been broken I think.
Derrell
-------------------------------------------------------------------------
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