You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Enrico Daga (JIRA)" <ji...@apache.org> on 2011/03/30 15:13:05 UTC

[jira] [Commented] (STANBOL-130) Removing other stanbol modules from ontologymanager, rules, reengineer and reasoners reactors

    [ https://issues.apache.org/jira/browse/STANBOL-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012940#comment-13012940 ] 

Enrico Daga commented on STANBOL-130:
-------------------------------------

This task has dependencies on STANBOL-133 and STANBOL-134

> Removing other stanbol modules from ontologymanager, rules, reengineer and reasoners reactors
> ---------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-130
>                 URL: https://issues.apache.org/jira/browse/STANBOL-130
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Enrico Daga
>            Assignee: Enrico Daga
>
> 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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira