Hi Hugh, >>> -------------------------------------------------------------------- >>> 3. Malformed upgrade instruction? >>> >>> Also, in the source update I got: >>> >>> * Searching for info expression data... >>> - Number of info files: 3 >>> - Compiling expressions... >>> - 01-mime.dat >>> - Malformed entry: (?<!type = >>> )(?<!type=)[\"\']text\/javascript[\"\']=Be >>> tter use qx.util.Mime.JAVASCRIPT (Please ignore for <script> tags) >>> >>> Looks like a malformed upgrade instruction. >>> >> I don't understand what you mean with malformed in this case. This is >> just a warning that a part of your code could not be migrated >> automatically. >> > > "Malformed" refers to the actual output of the migration script - it's in > Migrator.py, line 32, and appears to refer to an upgrade instruction which is > in the wrong format. The problem is that the upgrade line (which is in > tool/migration/0.6.5/info/01-mime.dat) is not correct as it has too many "=" > signs. > > This has nothing to do with my code - it's your code. > You are right, I have forgotten to escape the '=' sign on the left side of the expression ;-(
As it is only a warning this will not break anything but this shouldn't had happened anyway. 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
