Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Custom Eclipse Plugin compatibility issues due to changes in EclipseLauncher class(Using older version of m2e-core plugin that has different signature for runMaven() method in IMavenLauncher interface)
Custom Eclipse Plugin compatibility issues due to changes in EclipseLauncher class [message #1858900] Sat, 29 April 2023 06:00
Kamalpreet Kaur is currently offline Kamalpreet KaurFriend
Messages: 7
Registered: April 2023
Junior Member
I'm currently creating a eclipse plugin wherein I'm launching a maven command by instantiating EclipseMavenLauncher class and calling runMaven method -

Now the method signature has changes as :

public CompletableFuture<?> runMaven(File basedir, String goals, Map<String, String> mavenProperties,
      boolean interactive)


Earlier, it used to accept userProperties as Properties class type. Now, if I try to install the plugin, execution fails on older version of eclipse. I tried to bundle the m2e plugin also. But it then ask to downgrade Eclipse.

Anything I'm doing wrong or how can I resolve this incompatibility ?

Any help is much appreciated. Thanks.
Previous Topic:How to remove dependency to XServer in Linux for RCP product
Next Topic:Load image based on Eclipse theme
Goto Forum:
  


Current Time: Sun Apr 28 03:17:19 GMT 2024

Powered by FUDForum. Page generated in 0.02347 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top