your developmnt directory/
├── ofbiz-framework/ - Base directory for your Apache OFBiz installation
├── OfbSwd/ - Base directory for OFBiz Selenium WebDriver
18 mai 2021
Welcome to this project, to use it you need to have a Apache OFBiz® ready to use.
In the documentation we suppose OFBiz is installed in a directory at the same level than this project.
your developmnt directory/
├── ofbiz-framework/ - Base directory for your Apache OFBiz installation
├── OfbSwd/ - Base directory for OFBiz Selenium WebDriver
All details about this project,
installation
main goals and for who
how to use
glossary
are in the documentation which can be read
locally after generation
.gradlew generateOfbSwdDocumentation
in a browser file:///your_developmnt_directory/OfbiSwd/build/asciidoc/OfbSwd/html5/OFBiz_SeleniumWebDriver_fr.html
on the ofbizextra documentation site
The only requirement to run OFBiz is to have the Java Development Kit (JDK) version 8 installed on your system (not just the JRE, but the full JDK) which you can download from the below link. Make sure of setting the $JAVA_HOME environment variable.
All build tasks are executed using the Gradle build system which is embedded in OfbSwd. To execute build tasks go to OfbSwd top-level directory (folder) and execute tasks from there.
The syntax for tasks on Unix-like systems
Unix-like: ./gradlew <tasks-in-here>