Skip to content

Deploy Demos

rodrigodesalvobraz edited this page Jan 26, 2018 · 3 revisions

Introduction

Currently, there are two executables for PRAiSE: a command-line utility, and a GUI demo:
com.sri.ai.praise.application.praise.commandline.PRAiSE (command-line)
com.sri.ai.praise.application.praise.app.PRAiSE (GUI)
that can be launched via an executable jar file.

Details

To update the demo the following steps need to be performed:

  • Ensure the latest versions of aic-util and aic-expresso have been properly deployed/released before attempting to package up the demo.
  • From a clean aic-praise workspace, with no test failures, run the command:
    mvn package -DskipTests=true -DskipUnitTests=true
  • This will create two files named (in the <workspace>/target directory):
    • PRAiSE-<Current Version>-jar-with-dependencies.jar
    • PRAiSE-GUI-<Current Version>-jar-with-dependencies.jar
  • Rename these files to:
    • praise.jar
    • praise-gui.jar
  • Update the praise.jar and praise-gui.jar files on the gh-pages branch.
Clone this wiki locally