kukido / eclipser

Eclipser is an IntelliJ plugin. It converts Eclipse launch configurations into IntelliJ IDEA run configurations.
Apache License 2.0
37 stars 28 forks source link

Non-default WORKING_DIRECTORY does not work for local java applications #14

Closed zerovox closed 8 years ago

zerovox commented 9 years ago

The org.eclipse.jdt.launching.WORKING_DIRECTORY attribute isn't used when creating JavaConfigurations, instead a default value is always used.

I think this is a pretty easy fix, I had a go(the code changes were a couple of lines I'm pretty sure) but the project doesn't have any sort of build so I didn't have the required jars to make it work. Would be cool if you could gradleify this or at least check in the four required jars.

kukido commented 9 years ago

Hi zerovox, Thank you for your interest in the plugin! I have included required jars into the project. Once you pull the project, you will have to redefine only IntelliJ Platform Plugin SDK. Let me know if you have any other questions. Looking forward to your pull request!

kukido commented 8 years ago

Eclipser 0.7.0 was published to a repository. Please check it out.