Just a second...

Building the demos using mvndar

You can use the Maven™ plugin mvndar with the provided pom.xml file to build the demos.

The pom.xml file included in the demos/src directory of your Diffusion™ already contains the required reference to mvndar.

To build the demos using mvndar, complete the following steps:
  1. From the command line, go to the diffusion_installation/demos/src directory.
  2. Set the DIFFUSION_HOME environment variable to the absolute path of your Diffusion installation.
    • On Linux™ or OS X®/macOS®, type export DIFFUSION_HOME=/diffusion_installation
    • On Windows™, type set DIFFUSION_HOME=C:/diffusion_installation
  3. Run the mvn clean install command.