[
https://issues.apache.org/jira/browse/OFBIZ-7783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15432161#comment-15432161 ]
Taher Alkhateeb commented on OFBIZ-7783:
----------------------------------------
Hi Jacques, thank you for the feeback and revert. in reply to your points:
- So I think my point 5 above was in reply to your suggestion that the copy task could be a 1st phase in implementing a LAN repository, to which I replied that this is done differently. Sorry if it sounded otherwise.
- As for creating a LAN repository, we need to first clarify the objective. Why do you need it, where will you host it, what about maintaining a copy of the cache?
For example if your problem is simply that you cannot build on a disconnected computer even though the gradle cache is available then the solution is to issue the command ./gradlew --offline tasks-in-here
So one solution is to simply archive the gradle cache and restore it. If for some reason that is yet to be clarified you need definitly a LAN repository then you can declare it and put the dependencies in it as shown in this link:
https://docs.gradle.org/current/userguide/artifact_dependencies_tutorial.html#sec:repositories_tutorialYet another option is to use plugins. Take for example a look at this plugin (might be used for notsoserial I think)
https://github.com/Ullink/gradle-repositories-pluginBut again a clear definition of the problem would help in laying down a clear solution, and I do not understand the exact problem.
> 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: Jacques Le Roux
> Priority: Minor
> Fix For: Upcoming Branch
>
>
> 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)