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 117
    • Issues 117
    • 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 29, 2019 by Benedikt Kleinmeier's avatar Benedikt Kleinmeier
Hide whitespace changes
Inline Side-by-side
Vadere-Components/Migration-Assistant.md
View page @ 499715bf
......@@ -41,12 +41,14 @@ public class JsonTransformV8ToV9 extends SimpleJsonTransformation {
vadere-console.jar allows to update scenario files to the latest or any given version number. Use following steps:
0. Add new version number to Version.java
0. mvn clean
1. mvn package
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
4. git clean -f (to delete `<scenario_file>.scenario.legacy` which is created by the migration assistant)
1. Add new version number to Version.java
2. mvn clean
3. mvn package
4. java -jar VadereSimulator/target/vadere-console.jar migrate -r .
- Use the repository root as target directory (`.`) so that all scenarios get migrated (also the one which are used for unit tests.
- Provide the argument `--target-version major.minor` to use a specific version and not the latest version from `Version.java`.
5. git clean -n
6. git clean -f (to delete `<scenario_file>.scenario.legacy` which is created by the migration assistant)
### JsonNodeExplorer
......
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