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

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

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

Nicolas Malin (Jira)

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

Pierre Smits edited comment on OFBIZ-7948 at 8/10/16 6:48 PM:
--------------------------------------------------------------

In order to have your component's build.gradle file compile the local external libraries in the build process, please include
{code]
apply plugin:'java'
{code}
before the dependencies definition.



was (Author: pfm.smits):
In order to have your component's build.gradle file compile the local external libraries in the build process, please include
[code]
apply plugin:'java'
[code]
before the dependencies definition.


> 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)