Skip to content

mx intellijinit does not work on windows when project dir drive != user's dir drive #175

@zakkak

Description

@zakkak

Having an mx project in drive "D" and the user's directory in "C" breaks mx intellijiniit on windows.

I have traced the issue to be related to the use of os.path.relpath in _intellij_suite.
mx tries to create relative paths from the project directory to the .mx directory which is on a different drive, thus making the creation of a relative path impossible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions