Hello Mathieu, I did not know that it was you who changed it nor am I implying "sneaking" anything. I'm just analyzing the reason for the dependency on classes sticking in the code base and did not check who / why out of laziness. I appreciate your understanding and hope you don't personalize issues.
On another note, I don't have a strong opinion on whatever direction people prefer, I'm just happy we figured out the root cause and any solution is fine by me. Cheers, On Wed, Feb 26, 2020 at 9:14 PM Mathieu Lirzin <[email protected]> wrote: > > Mathieu Lirzin <[email protected]> writes: > > > If people want to be in charge of the compilation and execution > > lifecycles, they are free to use Gradle to build an artifact and run > > OFBiz outside of their build tool like in the following example: > > > > ``` > > $ ./gradlew jar > > $ java -jar build/libs/ofbiz & > > $ java -jar build/libs/ofbiz --shutDown > > ``` > > Oups, I forgot the “.jar” extension and misspelled --shutdown. Here are > the correct commands. > > ``` > $ ./gradlew jar > $ java -jar build/libs/ofbiz.jar & > $ java -jar build/libs/ofbiz.jar --shutdown > ``` > > -- > Mathieu Lirzin > GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37
