On Wed, Jul 09, 2003 at 04:50:57PM +0200, Igor Bukanov wrote: > > [junit] at org.apache.bsf.BSFManager.exec(Unknown Source) > > > > It means that org.apache.bsf.engines.javascript.JavaScriptEngine.eval > calls org.mozilla.javascript.Context.evaluateString with negative value > for script starting line number. Rhino does not accept it: use 1 if unknown. >
Fixed. This was part and parcel w/ the removal of the source, lineNo, and columnNo parameters. Thanks for the fix, Igor. I had thought that I could get away w/ a 0 or -1 line number. It has been set to 1 now. Victor -- Victor J. Orlikowski | The Wall is Down, But the Threat Remains! ================================================================= [EMAIL PROTECTED] | [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
