You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Gil Portenseigne (JIRA)" <ji...@apache.org> on 2016/07/03 09:38:11 UTC

[jira] [Comment Edited] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

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

Gil Portenseigne edited comment on OFBIZ-7534 at 7/3/16 9:38 AM:
-----------------------------------------------------------------

All help is welcome, we need to find a get the correct jcenter URL ( bintray.com/bintray/jcenter ) for each jar mentionned in the post. The goal is to replace the jar in OFBiz by the corresponding remote one.

For that purpose we created a framacalc to store the references for each jar : https://framacalc.org/OFBizRemoteJarList

Feel free to edit it to add the corresponding remote you found and for each be sure to get the right lib, if uncertain : 
# delete the local lib
# download the remote lib to the same location
# compile
 
The syntax to follow is :
Syntax: '<group>:<name>:<version>'
Example: 'org.apache.commons:commons-dbcp2:2.1.1'



was (Author: gil portenseigne):
All help is welcome, we need to find a get the correct jcenter URL ( bintray.com/bintray/jcenter ) for each jar mentionned in the post. The goal is to replace the jar in OFBiz by the corresponding remote one.

For that purpose we created a framacalc to store the references for each jar : https://framacalc.org/OFBizRemoteJarList

Feel free to edit it to add the corresponding remote you found and for each be sure to get the right lib, if uncertain : 
# delete the local lib
# download the remote lib to the same location
# compile
 


> Migrate OFBiz from Apache Ant to Gradle build system
> ----------------------------------------------------
>
>                 Key: OFBIZ-7534
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7534
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: Upcoming Branch
>            Reporter: Taher Alkhateeb
>            Assignee: Taher Alkhateeb
>              Labels: ant, build-tools, gradle
>         Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, build.gradle, gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle] in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



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