[jira] [Commented] (OFBIZ-7893) Rename generated *ofbiz-gradle.jar* to *ofbiz.jar*

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

[jira] [Commented] (OFBIZ-7893) Rename generated *ofbiz-gradle.jar* to *ofbiz.jar*

Nicolas Malin (Jira)

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

Taher Alkhateeb commented on OFBIZ-7893:
----------------------------------------

This patch breaks the build script because it is dependent on the project name. The project name is simply the name of the root folder. So the jar takes the name of the folder that the project lives in. So if ofbiz is in /home/user/MyOfbiz then the jar would be created in /build/libs/MyOfbiz.jar

If you want to make the name of the project permanent like "ofbiz" then you need to set it up accordingly in settings.gradle.

I personally prefer if we keep it the way it is because it is nice to have your jar reflecting your directory name for clarity, but I don't mind fixing it if users prefer that.

> Rename generated *ofbiz-gradle.jar* to *ofbiz.jar*
> --------------------------------------------------
>
>                 Key: OFBIZ-7893
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7893
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Pierre Smits
>            Assignee: Pierre Smits
>         Attachments: OFBIZ-7893-build.gradle.patch
>
>
> With the implementation of the Gradle build methodology the name of the OFBiz executable changed from *ofbiz.jar* to *ofbiz-gradle.jar*.
> In order to keep consistency with older releases this should be changed so that the old name is back.



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