You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Chris Howe (JIRA)" <ji...@apache.org> on 2016/08/09 20:01:20 UTC

[jira] [Commented] (OFBIZ-7948) gradle does not recognize paths to 3rd party jars in hot-deploy components

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

Chris Howe commented on OFBIZ-7948:
-----------------------------------

Because Gradle is caching the third party dependencies in the root of the application and not maintaining the jars for SVN/git, there is no need to keep the lib directory in your component. You should identify the dependency in the build.gradle file for your component and get rid of the lib directory all together.

> gradle does not recognize paths to 3rd party jars in hot-deploy components
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-7948
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7948
>             Project: OFBiz
>          Issue Type: Bug
>          Components: Gradle
>    Affects Versions: Trunk
>            Reporter: Wai
>
> I have a hot-deploy component.  This component relies on 3rd party jars.  I have added the paths to the 3rd party jars in the component's ofbiz-component.xml but the gradle build process complains about not being able to find symbols in those jars.
> This component used to build successfully with ant but now that ofbiz has switched to gradle, the build process fails



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