Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove ref to R16 and 7534 being a WIP

...

Table of Contents
maxLevel2

Step-by-step guide

  1. Though it's part of the CleanAll Gradle task, you might be interested by the temporary cleanAnt task which cleans old artifacts generated by Ant. This task has been removed from the trunk but is still present in the R16.11 branch hence all R16.11.* releases
  2. If you used to run one of the download-* Ant targets (download-PG-JDBC, download-activemq, download-mySQL-JDBC) those have been removed.
    See 
    Jira
    serverASF JIRA
    serverId5aa69414-a9e9-3523-82ec-879b028fb15b
    keyOFBIZ-7793
     if interested in more details
  3. If you use your own custom libs (jar) shared by several of your own components you might put these libs in the lib folder just under the OFBiz root folder.
    You will find a README there with more details. You might also read 
    Jira
    serverASF JIRA
    serverId5aa69414-a9e9-3523-82ec-879b028fb15b
    keyOFBIZ-7910
     for history reason.
  4. It's clearly documented in the README.MD and below, but you might be interested to know that the debug port is now the standard 5005 rather than previously the OFBiz specific 8091
  5. If you are interested by all the changes done in the context of the Ant to Gradle migration please check 
    Jira
    serverASF JIRA
    serverId5aa69414-a9e9-3523-82ec-879b028fb15b
    keyOFBIZ-7534
    .
    It's a WIP so there are still some minor issues pending (see sub-tasks there) 

...

Gradle documentation

The documentation bloc below is the HTML import of the conversion of README.MD into HTML by Pandoc using this command line locally in root folder

...