* adaptation for Idea 2026.1 EAP#836
Merged
Tom-Ski merged 2 commits intoMobiVM:masterfrom Mar 10, 2026
Merged
Conversation
Maven based development: - java plugin was modulated, more JAR files to be added to SDK (check readme) - readme updated to match new name of plugins (gradle) * removed not used RoboVmBuildProcessParametersProvider.java * updated to kotlin 2.3
1) `#c.i.i.p.PluginManager - Plugin descriptor for 'depends' sub-descriptor 'com.mobidevelop.robovm.intellij-maven.xml' of plugin 'com.mobidevelop.robovm.intellij' has declared element 'url' which has no effect there` fix: removed from plugin.xml 2) java.lang.IllegalArgumentException: Must specify non-empty 'commandLine' parameter fix: using "launching RoboVm application..." string as command line 3) java.lang.IllegalStateException: Failed to get PID from an instance of class org.robovm.compiler.launcher.ProcessProxy fix: as wrapper/proxy processes doesn't have native PID, override `destroyProcessImpl` that doesn't call super.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maven based development:
fixed error messages in idea.log
#c.i.i.p.PluginManager - Plugin descriptor for 'depends' sub-descriptor 'com.mobidevelop.robovm.intellij-maven.xml' of plugin 'com.mobidevelop.robovm.intellij' has declared element 'url' which has no effect therefix: removed from plugin.xml
java.lang.IllegalArgumentException: Must specify non-empty 'commandLine' parameter
fix: using "launching RoboVm application..." string as command line
java.lang.IllegalStateException: Failed to get PID from an instance of class org.robovm.compiler.launcher.ProcessProxy
fix: as wrapper/proxy processes doesn't have native PID, override
destroyProcessImplthat doesn't call super.other changes