RE: online for gradle libraries

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

RE: online for gradle libraries

Jacques Le Roux
Administrator
Moderated mail, copied on user ML

Hi Parminder ,

Your message has been moderated.

Please use and subscribe to the user ML for questions
see why here http://ofbiz.apache.org/mailing-lists.html

Thanks

Jacques


ForwardedMessage.eml

Sujet :
online for gradle libraries
De :
"Parminder S. Lehal" <[hidden email]>
Date :
29/05/2017 07:28

Pour :
[hidden email]


I am trying to compile ofbiz 16.11.02 and it needs to go online for gradle libraries. Does it need to go online everytime you launch ofbiz or just one
time?
Reply | Threaded
Open this post in threaded view
|

Re: online for gradle libraries

Aditya Sharma
Hi Parminder,
 The file download on the first start may be due to Gradle Wrapper. To
avoid any kind of hassles to a developer or user, Apache OFBiz embeds
Gradle wrapper in its setup. With Gradle wrapper, when a user runs any task
for the first time(./gradlew task name), it runs "gradlew" an automatically
generated shell script designed to download Gradle. It will download for
the first time only.
You can find Gradle distribution URL & other settings in
gradle-wrapper.poperties.

Please refer links to get better insight:

https://docs.gradle.org/3.3/userguide/gradle_wrapper.html

https://dzone.com/articles/use-gradle-wrapper-and-stop

Other than that it may download the dependencies (jars) & stores them if
they are not available or changed. You can refer to build.gradle file for
the list of dependencies. Though it may also be an one-time action.

Thanks & Regards,
Aditya Sharma
Enterprise Software Engineer
HotWax Systems Pvt. Ltd.
http://www.hotwaxsystems.com/

      <https://www.linkedin.com/in/aditya-sharma-78291810a/>

On Tue, May 30, 2017 at 5:44 PM, Jacques Le Roux <
[hidden email]> wrote:

> Moderated mail, copied on user ML
>
> Hi Parminder ,
>
> Your message has been moderated.
>
> Please use and subscribe to the user ML for questions
> see why here http://ofbiz.apache.org/mailing-lists.html
>
> Thanks
>
> Jacques
>
>
> ForwardedMessage.eml
>
> Sujet :
> online for gradle libraries
> De :
> "Parminder S. Lehal" <[hidden email]>
> Date :
> 29/05/2017 07:28
>
> Pour :
> [hidden email]
>
>
> I am trying to compile ofbiz 16.11.02 and it needs to go online for gradle
> libraries. Does it need to go online everytime you launch ofbiz or just one
> time?
>