Skip to content

Linking the testbed to the original source code #1

@rexxy-sasori

Description

@rexxy-sasori

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

Screenshot 2022-12-02 at 6 16 30 PM

Any help is appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions