Skip to content
Snippets Groups Projects
Select Git revision
  • 34e8324547b84bec2204bd03422831b55904ad9b
  • master default protected
  • 1.1.0
3 results

messagetrigger

  • Clone with SSH
  • Clone with HTTPS
  • Antonin Hottois's avatar
    Antonin Hottois authored and hott-onin committed
    34e83245
    History

    Welcome to Tango-Controls server MessageTrigger

    Clone this repo and build single executable jar with dependencies using maven:

    $> mvn package -f pom_fat_jar.xml

    Run the server:

    $> java -jar target/MessageTrigger-1.0.3.jar
    

    Or build the jar without dependencies for integration in the control system:

    $> mvn package

    You may then use the following files for integration:

    Linux:

    $> ./MessageTrigger

    Windows:

    $> MessageTrigger.bat