Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Tips, warning, etc. are not searched by Confluence

 

 

 

Info
titlePre Gradle version

This page document the usage with Gradle, the pre-Gradle documentation is here: Demo and Test Setup Guide

 

Table of contents

Table of Contents

...

Now go into the "ofbiz" directory and run "gradlew" (Windows), or "./gradlew" (Linux/Unix/OSX). It will compile all modules and leave you an executable jar (ofbiz.jar) in the "ofbiz/build/libs" directory.

Tip
titleAbout AntGradle
  • On *nix platforms, You need to add "./" ahead of "gradlew" to get the embedded Gradlew wrapper running. You migh use your own Gradle installation but that's out of the scope of this page.

...