BSF Annotator reports errors on user scripts with line numbers starting from 
zero
---------------------------------------------------------------------------------

                 Key: UIMA-1737
                 URL: https://issues.apache.org/jira/browse/UIMA-1737
             Project: UIMA
          Issue Type: Bug
          Components: Sandbox-BSFAnnotator
    Affects Versions: 2.3
            Reporter: Pablo Duboue
            Priority: Minor


In BSFAnnotator in trunk, replace

                        engine.exec(scriptFileName, 0, 0, script);

to

                        engine.exec(scriptFileName, 1, 0, script);

to indicate that script is located starting in line 1 of scriptFileName.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to