[ https://issues.apache.org/jira/browse/AXIS2-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895922#comment-17895922 ]
Christian Ortlepp commented on AXIS2-6037: ------------------------------------------ The problem seems to be that intellij changed their version fomat at some point, and it does not know whether the minimum version that our plugin specifies ("2000") is smaller than the current version ("{_}IU-221.5787.30{_}"). There exists information on how to specify the version properly ([https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html),] but I think that for us it would probably be best to just not specify it. This plugin will likely not get many updates, and we might run into the same problem again if intellij decides to change their versioning. My PR for this: https://github.com/apache/axis-axis2-java-core/pull/801 Note that I did not test whether the plugin works, since I don`t know how to do that. But it does install correctly now. Another Note: I installed the plugin like the apache documentation suggests ([https://axis.apache.org/axis2/java/core/tools/idea/Idea_plug-in_userguide.html)] and not via your method. When trying your method my IDE immediately refuses to install the plugin because it thinks that the plugin.xml is somehow malformed, I do not know why that is the case (this does not happen when installing it the other way). > Install axis2-plugin-intelliJ error > ----------------------------------- > > Key: AXIS2-6037 > URL: https://issues.apache.org/jira/browse/AXIS2-6037 > Project: Axis2 > Issue Type: Bug > Components: ide plugins > Affects Versions: 1.8.0 > Environment: Ultimate IntelliJ 2022.1.2 Build #IU-221.5787.30 > Reporter: Damijan Kavs > Assignee: Robert Lazarski > Priority: Critical > Fix For: 2.0.0 > > Attachments: IntelliJ-plugin-install-error.jpg > > > _*What steps will reproduce the issue?*_ > 1. download axis2-idea-plugin-1.8.0.zip from [Apache > Downloads|https://www.apache.org/dyn/closer.lua/axis/axis2/java/core/1.8.0/axis2-idea-plugin-1.8.0.zip] > 2. Open IntelliJ ultimate edition (2022.1.2 - latest current version), select > File-> Settings... > 3. select Plugins -> "install Plugin from disk" select downloaded zip > "axis2-idea-plugin-1.8.0.zip" > _*What is the expected result?*_ > Installing axis2 plugin for IntelliJ. > _*What happens instead?*_ > {_}Error "Plugin 'Axis2 IDEA tools' (version '1.0') is not compatible with > the current version of the IDE, because it requires build 2000 or newer but > the current build is IU-221.5787.30{_}". > _(see attachment)_ -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org