Looking for libraries for Tikal (import net.sf.okapi.lib.pipeline.*)

Issue #289 resolved
Former user created an issue

Original issue 289 created by nrawal.... on 2012-11-07T20:51:59.000Z:

What steps will reproduce the problem?
1. I downloaded the tikal java files along with the library zip: okapi-lib_all-platforms_0.18.zip
2. I added the okapi-lib-0.18.jar library to my project
3. Added the tikal java files to my project

What is the expected output? What do you see instead?
In Options class, the following import is indicated as missing:
import net.sf.okapi.lib.pipeline.RainbowProject;

In Launcher class, the following imports are indicated as missing:
import net.sf.okapi.lib.pipeline.PipelineStorage;
import net.sf.okapi.lib.pipeline.StepInfo;

What libraries I need to add so the the above import statements work without any errors.

Comments (2)

  1. Former user Account Deleted

    Comment 1. originally posted by @ysavourel on 2012-11-07T22:13:24.000Z:

    It sound like you are working with the new-tikal branch.
    I don't think there is a Launcher calls in dev, or in the Tikal in the distributions.

    Try to get the Tikal files from the dev branch instead and let us know if that solves your problem.

    The new-tikal branch is under construction. It aims at adding pipeline support to Tikal, but it's not stable yet. And we have not had time to work on it since about a month I think.

  2. Former user Account Deleted

    Comment 2. originally posted by @ysavourel on 2012-11-30T17:35:07.000Z:

    I'm closing this issue since it seemed to concern a part of the code not distributed yet.

  3. Log in to comment