-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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?
I want to keep this option open in case I need to modify the original source code. I tried it once by adjusting the project structure, but I got a compile error.
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
java: incompatible types: int cannot be converted to org.cloudsimplus.builders.tables.TableColumn
Any help is appreciated.
