-
I am having the same issue that was described in question #326. I pulled all the updates a few days ago. I checked, and in my AbstractSumoAmbassador.java file, line #873 is properly updated. However, I tried running my scenario again, and nothing changed - I am still getting the same error. Do I need to recompile the .java file in some way? Or is the mosaic-sumo-23.0-SNAPSHOT.jar file in the lib folder automatically updated? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After you pull the changes you should always call |
Beta Was this translation helpful? Give feedback.
After you pull the changes you should always call
mvn clean install
in the root directory. If you're using theMosaicStarter
to start your scenarios from within your IDE afterwards everything should work. Otherwise, if you're using the bundled MOSAIC version you would need to re-extract the files generated in thebundle/target/eclipse-mosaic<...>.<tar/zip>