You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2018/08/19 10:46:00 UTC

[jira] [Updated] (OFBIZ-9322) Remove all dependencies from OFBiz framework to plugins

     [ https://issues.apache.org/jira/browse/OFBIZ-9322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-9322:
-----------------------------------
    Description: 
The OFBiz [framework repository|http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk] fails to build and run tests unless the [plugins repository|http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk] is added first.

The reason for this failure is mostly due to dependencies of some tests defined in the framework on data that is defined in the ecommerce plugin.

The purpose of this JIRA is to completely remove all these dependencies and achieve a successful build of the framework using the command "./gradlew cleanAll loadAll testIntegration"

This task requires multiple different approaches including:
- Moving some demo data from ecommerce to framework
- Moving some tests where relevant from framework to ecommerce
- Refactoring and/or removing some tests to disentangle the dependencies

  was:
The OFBiz [framework repository|http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk] fails to build and run tests unless the [plugins repository|http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk] is added first.

The reason for this failure is mostly due to dependencies of some tests defined in the framework on data that is defined in the ecommerce plugin.

The purpose of this JIRA is to completely remove all these dependencies and achieve a successful build of the framework using the command "./gradlew cleanAll loadDefault testIntegration"

This task requires multiple different approaches including:
- Moving some demo data from ecommerce to framework
- Moving some tests where relevant from framework to ecommerce
- Refactoring and/or removing some tests to disentangle the dependencies


> Remove all dependencies from OFBiz framework to plugins
> -------------------------------------------------------
>
>                 Key: OFBIZ-9322
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9322
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: 17.12.01
>            Reporter: Taher Alkhateeb
>            Priority: Minor
>             Fix For: 17.12.01
>
>         Attachments: OFBIZ-9322.patch
>
>
> The OFBiz [framework repository|http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk] fails to build and run tests unless the [plugins repository|http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk] is added first.
> The reason for this failure is mostly due to dependencies of some tests defined in the framework on data that is defined in the ecommerce plugin.
> The purpose of this JIRA is to completely remove all these dependencies and achieve a successful build of the framework using the command "./gradlew cleanAll loadAll testIntegration"
> This task requires multiple different approaches including:
> - Moving some demo data from ecommerce to framework
> - Moving some tests where relevant from framework to ecommerce
> - Refactoring and/or removing some tests to disentangle the dependencies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)