[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

Nicolas Malin (Jira)

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

Pierre Smits commented on OFBIZ-7808:
-------------------------------------

For the createComponent task we already had a JIRA issue: OFBIZ-7773, which could be reworded and reopenend.

For the createTenant equivalent in Ant we had:
* tenantId
* tenantName
* domainName
* data-readers
* db-IP
* db-User
* db-Password

The 'tenantName' could be regarded as optional, but it set in the Tenant entity in the master database
The 'domainName' is optional, also set in a entity in the master database
The data-readers is not optional, without the proper datasets one would not be able to access the tenant instantiation. And loading all should not be regarded as an option in a production environment.
The db-IP, db-User and db-Password are not optional

In our environment we have extended the list with a few more parameters, one of which being related to OFBIZ-6087, to feed into a few more Ant tasks.



> Add Gradle Interactive tasks
> ----------------------------
>
>                 Key: OFBIZ-7808
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7808
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>             Fix For: Upcoming Branch
>
>
> As explained in OFBIZ-7772 and OFBIZ-7773 we want to test the possiblity to add Gradle Interactive tasks using https://github.com/tkruse/gradle-groovysh-plugin
> The idea is to have a good general solution to allow users to not feel a funtional regression with the 3 interactive tasks we had before, namely
> create-component
> create-admin-user-login
> create-tenant and all tasks it depends on



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)