Hi,
I have a problem with building qooxdoo.js und windows xp and cygwin.
After building and loading qooxdoo.js, the browser (firefox 1.5) brings
the following message in the JavaScript-Console:
Fehler: unterminated regular expression literal
Quelldatei: file:///S:/qooxdoo/build/script/qooxdoo.js
Zeile: 3135, Spalte: 76
Quelltext:
var lineNumber=hit[2];
(I built with newline=True).
What I found is:
In source-file qx/dev/log/Appender.js line 185 is:
var className = (jsPos == -1) ? url : url.substring(jsPos +
scriptDir.length).replace(/\//g, ".");
In qooxdoo.js this line is:
var
className=(jsPos==-1)?url:url.substring(jsPos+scriptDir.length).replace(/\
The reason is:
In tools/generate/internal/compile.py line 198 is the command:
line = re.compile("\/\/.*$").sub("", line)
I think this should remove comments.
But in Appender.js line 185 "//" is part of the code.
I can't handle python, so please can anyone help :-[
Has nobody else this problem?
Thanks,
Erich
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel