Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-1737

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Abandoned
    • 2.3
    • None
    • Sandbox-BSFAnnotator

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            pablo.duboue Pablo Duboue
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: