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

Could not find the module with name 'XXX'. #5

Closed
longtimeago opened this issue Mar 20, 2014 · 1 comment
Closed

Could not find the module with name 'XXX'. #5

longtimeago opened this issue Mar 20, 2014 · 1 comment

Comments

@longtimeago
Copy link

Good day!
During conversion from eclipse launcher to IDEA I've faced with following
Could not find the module with name 'XXX'. You can either update Eclipse launch file with the correct name or create a new module.

Here is content of launcher

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/h2-server"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="*****"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="***"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="h2-server"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dsq.env.type=dev"/>
</launchConfiguration>
@longtimeago
Copy link
Author

My fault, sorry
Wrong module name

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

1 participant