dmitry-zhuravlev / hotswap-agent-intellij-plugin

This plugin intends to simplify the usage of http://hotswapagent.org. Agent provides real hotswap functionality together with https://dcevm.github.io which extends JVM class redefinition functionality.
Apache License 2.0
314 stars 34 forks source link

Cannot download agent #14

Closed maffelbaffel closed 6 years ago

maffelbaffel commented 6 years ago

Currently downloading the agent.jar doesnt work.

java.io.IOException: Cannot download 'https://github.com/HotswapProjects/HotswapAgent/releases/download/1.2.0/hotswap-agent-1.2.0.jar': Status: 404
com.hotswap.agent.plugin.services.DownloadManagerException: java.io.IOException: Cannot download 'https://github.com/HotswapProjects/HotswapAgent/releases/download/1.2.0/hotswap-agent-1.2.0.jar': Status: 404
    at com.hotswap.agent.plugin.services.DownloadManager$downloadAgentJarAsynchronously$1$downloadTask$1.run(DownloadManager.kt:80)
    at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:713)

I guess the reason is, the name of the current HotswapAgent Release is RELEASE-1.2.0. So the correct link would be: https://github.com/HotswapProjects/HotswapAgent/releases/download/RELEASE-1.2.0/hotswap-agent-1.2.0.jar

poulainpi commented 6 years ago

Same problem for me.

Plasticable commented 6 years ago

Same.

dmitry-zhuravlev commented 6 years ago

Thanks to all for point to this issue!

Fixed and deployed to plugin repository. Will be available after some moderation from JetBrains.

rnentjes commented 6 years ago

Now it's looking for 1.2.1-SNAPSHOT which also doesn't exists:

java.io.IOException: Cannot download 'https://github.com/HotswapProjects/HotswapAgent/releases/download/1.2.1-SNAPSHOT/hotswap-agent-1.2.0.jar': Status: 404