Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Warning

Depending on your version of Apache Maven, you might get an error "BUILD FAILED with " containing the message: Cannot run program "mvn.cmd"

In this case, edit the file install-libraries\lib\setup-maven_win.xml and replace all occurrences of "mvn.cmd" with "mvn.bat"

...

  • Download the sample configuration files wflow.zip and extract unzip it in your user home folder e.g. C:\Users\yourusername\
  • Edit the wflow\app_datasource-default.properties files file e.g. C:\Users\yourusername\wflow\app_datasource-default.properties and ensure that the configuration (e.g. MySQL username and password) is correct

...

Warning

To pass unit tests which require a valid datasource, It it is important to ensure that:

  1. the wflow folder is located in the correct path inside your user home folder e.g. C:\Users\yourusername\wflow
  2. the MySQL configuration settings in wflow\app_datasource-default.properties are correct

...