How about creating a section in this document called "Advanced environment
setup" In this section you explain things like:

- how to move from Gradle to plain Java
- how the dependencies are resolved and what to do to download them manually
- How does gradle build the classpath and how to replicate that in pure Java
- How to fine-tune the build script for production (e.g. remove dependency
on build for OFBiz server tasks)
- How to fine-tune the memory settings for Gradle for optimal performance
(gradle.properties)
- How to fine-tune gradle generally ->
https://docs.gradle.org/current/userguide/build_environment.html
- All other advanced production setup topics (caching, widgets, etc ..)

On Tue, Oct 11, 2016 at 9:30 AM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi,
>
> In the Apache OFBiz Technical Production Setup Guide we have few examples
> of command lines
>
> As it was before when using Ant I have shown both options, ie using
> Gradlew or directly Java.
>
> I think I already know Taher's answer :) But I'd like to know if we agree
> about keeping both examples or if we should simplify and give only the
> gradlew examples.
>
> I tend to think that we should simplify and only give users the mean to
> know the java way by themselves (ie by running "gradlew 'ofbiz ?'")
>
> Opinions?
>
> Jacques
>
>

Reply via email to