Skip to content

vepoblio/uppaal-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Install

Download and unpack Uppaal 4.1.19. If the jar files of Uppaal cannot be found in the local directory (uppaal.jar and lib/model.jar) make sure to use the path to the directory where Uppaal is install as prefix, eg ~/uppaal64-4.1.19/{uppaal.jar,lib/model.jar}.

Install Uppaal jars locally

RUN_TYPE=install ./mvn-install.sh com.uppaal 4.1.19 {uppaal.jar,lib/model.jar}

Deploy to local repository

RUN_TYPE=deploy REPO_ID=central REPO_URL=http://localhost:8081/artifactory/libs-release ./mvn-install.sh com.uppaal 4.1.19 {uppaal.jar,lib/model.jar}

Show the dependencies

RUN_TYPE=print ./mvn-install.sh com.uppaal 4.1.19 {uppaal.jar,lib/model.jar}

Run

mvn exec:java

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 70.0%
  • Shell 30.0%