Linking the testbed to the original source code #2
-
Hi, When I import the source code of cloudsimplus-testbed, the IDE shows that it uses the pre-compiled jar file of cloudsimplus posted on Mavens. Any suggestion on how I can make it depend on the cloudsimplus source code that I download on my own? How I attempted at achieving this: 1 - Removed Maven: org.cloudsimplus:cloudsim-plus:7.3.0 originally present in the project structure of cloudsimplus-testbeds and replaced it with the source code of cloudsimplus that I downloaded. 2 - Restarted IDE and run one example in src/main/java/org/cloudsimplus/testbeds/sla/taskcompletiontime/CloudletTaskCompletionTimeWorkLoadMinimizationExperiment.java 3 - Saw an error on src/main/java/org/cloudsimplus/testbeds/sla/taskcompletiontime/CloudletTaskCompletionTimeWorkLoadMinimizationExperiment.java:121:24 Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You just need to execute |
Beta Was this translation helpful? Give feedback.
You just need to execute
mvn clean install
inside the root directory or your cloudsimplus clone.If you have downloaded cloudsimplus and cloudsimplus-testbeds, on IntelliJ, you can open the directory containing both projects that IntelliJ enables you to build both projects and use the built version.