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

The launch configuration is currently not supported by Eclipser #31

Open donoswald opened 5 years ago

donoswald commented 5 years ago

Hello kukido,

my Intellij version is 2019.1.1 Ultimate Edition and below is my launcher file.

It fails without writing anything to the idea.log - only showing the popup with the mentioned message.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="ch/css/vertrag/test/IntegrationstestStarter.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="ch.css.vertrag.test.IntegrationstestStarter"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="vertrag-test"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DtestrunSetting=VertragMutationTests&#13;&#10;-DproduktConfig=ForClasspathProdukt"/>
</launchConfiguration>
gdemeyer commented 5 years ago

@donoswald, did you reach any resolution? I am seeing the same message.

ghost commented 2 years ago

I have faced the same issues, any solutions yet?