Hi Sascha, you're right, the code parsing the class name does not accept '$' (all it accepts is [\.a-zA-Z0-9_-]+). Not sure if this should be considered a bug. How does Javascript handle '$' in names?!
Thomas Sascha Haeberling wrote: > Hi guys, > > I am not sure if this is intended to fail, or if this is a bug: The > generate.py script has a problem when there is a dollar sign inside the > class name. I get the following error message, if I have a dollar sign in > the class name: > > !!! Detected conflict between filename and classname! > !!! Classname: System_Windows_Forms_Control > !!! Path: System_Windows_Forms_Control$ControlCollection.js > > It falsely thinks that the classname ends before the dollar sign, which is > not true when looking into the file. The file name on the other hand is > detected correctly. > > Thanks, > > Sascha > (xmlvm.org) > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
