[
https://issues.apache.org/jira/browse/OFBIZ-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15387302#comment-15387302 ]
Taher Alkhateeb commented on OFBIZ-7910:
----------------------------------------
I think we can close this JIRA as not an issue.
The build.gradle in any component is optional. We should not introduce build.gradle unless there is a specific reason. The gradle system will consider every component (whether it has a build.gradle or not) as a subproject as long as it is an active component. The definition of an active component is:
- It exists as a folder / directory
- It exists in component-load.xml if it resides in /applications, /specialpurpose or /framework
- Or it exists in /hot-deploy (all components are active by default in here).
> Improve component template(s) to work with the Gradle solution
> --------------------------------------------------------------
>
> Key: OFBIZ-7910
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7910> Project: OFBiz
> Issue Type: Sub-task
> Components: framework
> Reporter: Pierre Smits
> Assignee: Jacques Le Roux
> Attachments: OFBIZ-7910-Resources-build.gradle.patch
>
>
> Currently the component generated with the createComponent task doesn't have the means to work with the Gradle build solution visavis dependency management.
> The reason for this is that no build.gradle template exists that need to be copied into the new component.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)