- latest pre release (v.0.5-pre Release from 2024-08-27)
- latest stable release (v.0.4 from 2023-03-01)
In order to run simulations in VANESA, OpenModelica needs to be installed.
For newer OpenModelica versions with package manager the PNlib is automatically installed. Otherwise, the PNlib needs to be installed as well.
To build VANESA2 run:
$ mvn compile
To run VANESA2 run:
$ mvn exec:java
To clean up generated files from the build process run:
$ mvn clean
To build a bundled executable jar file run:
$ mvn package
If you want to use your own YAML configuration file, please just add a file YamlSourceFile.txt
at the same location as
the VANESA.jar
and put the path to the configuration file in first line. The following can be used as example
YamlSourceFile.txt
file:
D:\Desktop\test\test.yaml
If you want to use your own YAML configuration file, THIS file has to be at the same location as the VANESA jar!