Hi Mikael. On Friday 08 January 2010 14:25:26 Mikael Hakman wrote: > Many thanks Alex for your response. Here is a list of files that are > flagged by JSDT in Eclipse: > > Following files contain invalid characters: > > Files were read using UTF-8 encoding. In all above cases the invalid > character is displayed as space in editor. Removing that "space" and typing > a new space fixes the error. You can run "./generate clean" at the "framework" folder to automatically clean these occurences. The "invalid" char is a valid UTF-8 character which is marked invalid by some editors.
> Following files contain syntax errors: > > /QX/framework/source/class/qx/bom/Selector.js - syntax error on token ',', > . expected at line 191 > /QX/framework/source/class/qx/bom/Selector.js - string litteral is not > properly closed by double quote at line 429 > /QX/framework/source/class/qx/test/util/NumberFormat.js - syntax error on > token "infinity", invalid VariableDeclaratorId at line 57 > /QX/framework/source/class/qx/test/util/NumberFormat.js - syntax error on > token "infinity" at line 58 I guess this is a JSDT thing. These files are valid javascript files and have no syntax errors. Otherwise the functionality won't work. > Following files are not JavaScript files at all: > > /QX/component/skeleton/contribution/trunk/demo/default/source/class/custom/ > d emo/theme/Theme.tmpl.js > /QX/component/skeleton/contribution/trunk/demo/default/source/class/custom/ > d emo/Application.tmpl.js > /QX/component/skeleton/contribution/trunk/source/class/custom/theme/classic > / Theme.tmpl.js > /QX/component/skeleton/contribution/trunk/source/class/custom/theme/modern/ > T heme.tmpl.js > /QX/component/skeleton/gui/source/class/custom/theme/Theme.tmpl.js > /QX/component/skeleton/inline/source/class/custom/theme/Theme.tmpl.js > > /QX/tool/data/generator/loader-build.tmpl.js > /QX/tool/data/generator/loader-source.tmpl.js > /QX/tool/data/generator/loader.tmpl.js I have also installed the JSDT of eclipse (standard installation no custom stuff) and my IDE does not complain about these files. They are all valid JS files. Those files are used by our generator when a new application skeleton is created. Only the placeholders (the "$" stuff) is replaced. cheers, Alex ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
