[SOLVED] using the text extension as an dependency

RaedMarjiRaedMarji MemberPosts:13Contributor II
edited July 2019 inHelp
Dear All,

Im tryiing to implement a new operator that relies on the Text Processing extension Classes like Document and Token, so I was wondering what is the appropriate way to do this? I would prefer if you can explain this in regards of both the build.xml file and my build path.

Thanks In Advance.;)

Answers

  • Nils_WoehlerNils_Woehler MemberPosts:463Maven
    Hi,

    your build.dependentExtensions tag should look like this




    Furthermore you should add the extension dependency:


    And for your project configuration you should add the dependency to the
    text processing extension of course :-)

    Best regards,
    Nils



  • RaedMarjiRaedMarji MemberPosts:13Contributor II
    thanks Nils, that helped but regarding my scnd question I think it wasnt clear, for now I havent been able to to this without adding the text ext jar so is it the right way?
  • 妈rco_Boeck妈rco_Boeck Administrator, Moderator, Employee, Member, University ProfessorPosts:1,984RM Engineering
    Hi,

    regarding your build path it really does not matter much, you can either add the .jar or checkout the project sources via SourceForge and add the whole project as a dependency.

    Regards,
    妈rco
Sign InorRegisterto comment.