Uploaded image for project: 'Stanbol (Retired)'
  1. Stanbol (Retired)
  2. STANBOL-130

Removing other stanbol modules from ontologymanager, rules, reengineer and reasoners reactors

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0-incubating
    • None
    • None

    Description

      The reactor pom.xml in the ontologymanager, rules, reengineer and reasoners reference other modules in the parent directory (jersey and owlapi mainly).
      This can be a problem:
      1. those reactors cannot be referenced from the main Stanbol reactor (error: duplicated module in reactor)
      2. they should assume that all required modules have been compiled/available from the repository

      For example, this is the current rules 'modules' section:

      <module>../jersey</module>
      <module>../ontologymanager/ontonet</module>
      <module>../owlapi</module>
      <module>../reasoners/base</module>
      <module>base</module>
      <module>manager</module>
      <module>refactor</module>
      <module>web</module>

      It must be:
      <module>base</module>
      <module>manager</module>
      <module>refactor</module>
      <module>web</module>

      ...assuming that dependencies have been already compiled.

      Attachments

        Activity

          People

            enridaga Enrico Daga
            enridaga Enrico Daga
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: