Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • V vadere
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 118
    • Issues 118
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • vadere
  • vadere
  • Wiki
  • Vadere components
  • Migration Assistant

Migration Assistant · Changes

Page history
Update Migration Assistant authored Oct 28, 2019 by Benedikt Kleinmeier's avatar Benedikt Kleinmeier
Hide whitespace changes
Inline Side-by-side
Vadere-Components/Migration-Assistant.md
View page @ 6afb4d99
...@@ -44,7 +44,7 @@ vadere-console.jar allows to update scenario files to the latest or any given ve ...@@ -44,7 +44,7 @@ vadere-console.jar allows to update scenario files to the latest or any given ve
0. Add new version number to Version.java 0. Add new version number to Version.java
0. mvn clean 0. mvn clean
1. mvn package 1. mvn package
2. java -jar VadereSimulator/target/vadere-console.jar migrate -r VadereModelTests/ (**Note:** Provide the argument `--target-version major.minor` to use a specific version and not the latest version from `Version.java`). 2. java -jar VadereSimulator/target/vadere-console.jar migrate -r Scenarios/ (**Note:** Provide the argument `--target-version major.minor` to use a specific version and not the latest version from `Version.java`).
3. git clean -n 3. git clean -n
4. git clean -f (to delete `<scenario_file>.scenario.legacy` which is created by the migration assistant) 4. git clean -f (to delete `<scenario_file>.scenario.legacy` which is created by the migration assistant)
......
Clone repository
  • Home
  • Vadere Components
    • Migration Assistant
    • Output Processors
  • Building and Releasing
    • Continous Integration
    • Checklist: New Release
  • Modeling
    • Group Model
    • Group Model Validation Tests
    • Observations on Models
  • Algorithms
    • Triangulation: EikMesh