Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
zakkak opened this issue Nov 22, 2018 · 2 comments

Comments

@zakkak
Copy link
Contributor

zakkak commented Nov 22, 2018

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.

@JornVernee
Copy link
Contributor

JornVernee commented Nov 24, 2018

This should have been fixed by #164 (and "it works on my machine")

Do you have the latest version of mx?

@zakkak
Copy link
Contributor Author

zakkak commented Nov 25, 2018

You are right, I was testing with 5.190.3. Just tried with 5.194.3 and it works.

Thanks a lot. Both for the contribution as well as for the heads up.

@zakkak zakkak closed this as completed Nov 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants