[jira] [Commented] (OFBIZ-7783) External library files are not in the OFBiz folder structure.

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

[jira] [Commented] (OFBIZ-7783) External library files are not in the OFBiz folder structure.

Nicolas Malin (Jira)

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

Pierre Smits commented on OFBIZ-7783:
-------------------------------------

The following piece of code added to the build.gradle file will add the 3rd party libraries to the lib folder in the project.
{code}
task copyToLib(type: Copy) {
    into "$rootDir/lib"
    from configurations.runtime
}
{code}

> External library files are not in the OFBiz folder structure.
> -------------------------------------------------------------
>
>                 Key: OFBIZ-7783
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7783
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL COMPONENTS
>            Reporter: Pierre Smits
>            Assignee: Pierre Smits
>            Priority: Blocker
>
> With the implementation of the external library download feature of gradle/gradlew, the external libraries (jar files) are not in the folder structure any more.
> They should reside there, like before.



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