[Webware-discuss] WebKit not compiling

2005-02-23 Thread Eduardo Elgueta
Hi All, Suddenly, webkit is not compiling class library files. When I run a servlet that uses this object, it generates an exception pointing to a comment line in the class file! All changes to the class library files are ignored. The lib file is in a subdirectory of the webkit dir, and this

Re: [Webware-discuss] WebKit not compiling

2005-02-23 Thread Matt Feifarek
I've seen this kind of bs on occasion. Once in a very long while, I need to nuke .pyc files... when it *seems* to run them rather than newer .py files. Also, I'd look at line-ending problems (maybe there are a few lines that have windows-y ones or something) and or indentation problems;

Re: [Webware-discuss] WebKit not compiling

2005-02-23 Thread Roger Haase
--- Eduardo Elgueta [EMAIL PROTECTED] wrote: Hi All, Suddenly, webkit is not compiling class library files. When I run a servlet that uses this object, it generates an exception pointing to a comment line in the class file! All changes to the class library files are ignored. I

Re: [Webware-discuss] WebKit not compiling

2005-02-23 Thread Ian Bicking
Matt Feifarek wrote: I've seen this kind of bs on occasion. Once in a very long while, I need to nuke .pyc files... when it *seems* to run them rather than newer .py files. Also, I'd look at line-ending problems (maybe there are a few lines that have windows-y ones or something) and or indentation

Re: [Webware-discuss] WebKit not compiling

2005-02-23 Thread Eduardo Elgueta
Roger, This is not the case. Lines are right, I mean, the line number is consistent with the line text. Ed. Roger Haase wrote: --- Eduardo Elgueta [EMAIL PROTECTED] wrote: Hi All, Suddenly, webkit is not compiling class library files. When I run a servlet that uses this