[
https://issues.apache.org/jira/browse/OFBIZ-10646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux updated OFBIZ-10646:
------------------------------------
Description:
Following discussion at [
https://markmail.org/message/y3izmnxd7jd6jbkf] we need to clean some Groovy files in the base component, notably:
* remove ant-scripts folder and its content.
* Rename framework/base/groovyScript to framework/base/groovyScripts;
* Move GroovyInit.groovy and GroovyServiceTest.groovy respectively to framework/base/groovyScripts and framework/common/groovyScripts and change their paths where used.
* Removes GroovyInit.groovy from excludedConfigFiles block in build.gradle
* After OFBIZ-10611 it's possible to move GroovyBaseScript.groovy from
framework/service/src/main/java/org/apache/ofbiz/service/engine
to
framework/service/src/main/groovy/org/apache/ofbiz/service/engine
* Removes FileUtilTests.groovy from basetests.xml (missed it in OFBIZ-10611)
was:
Following discussion at
https://markmail.org/message/y3izmnxd7jd6jbkf we need to clean some Groovy files in the base component, notably:
* remove {{ant-scripts}} folder and its content
* rename {{framework/base/groovyScript}} to {{framework/base/groovyScripts}}
* move GroovyInit.groovy and GroovyServiceTest.groovy to {{framework/base/groovyScripts}} and change their paths where used.
* after OFBIZ-10611 it's possible to move GroovyBaseScript.groovy from
{{framework/service/src/main/java/org/apache/ofbiz/service/engine}}
to
{{framework/service/src/main/groovy/org/apache/ofbiz/service/engine}}
> Clean some Groovy files in base component
> -----------------------------------------
>
> Key: OFBIZ-10646
> URL:
https://issues.apache.org/jira/browse/OFBIZ-10646> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Reporter: Jacques Le Roux
> Priority: Minor
>
> Following discussion at [
https://markmail.org/message/y3izmnxd7jd6jbkf] we need to clean some Groovy files in the base component, notably:
> * remove ant-scripts folder and its content.
> * Rename framework/base/groovyScript to framework/base/groovyScripts;
> * Move GroovyInit.groovy and GroovyServiceTest.groovy respectively to framework/base/groovyScripts and framework/common/groovyScripts and change their paths where used.
> * Removes GroovyInit.groovy from excludedConfigFiles block in build.gradle
> * After OFBIZ-10611 it's possible to move GroovyBaseScript.groovy from
> framework/service/src/main/java/org/apache/ofbiz/service/engine
> to
> framework/service/src/main/groovy/org/apache/ofbiz/service/engine
> * Removes FileUtilTests.groovy from basetests.xml (missed it in OFBIZ-10611)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)