New release needed -- last one is several years old
eschulma opened this issue · 3 comments
The version of this plug in available from the Eclipse Marketplace, or as a packaged release here, is several years old. Given the complexity of the build process many people won't be able to use this plugin without a release, since the old versions don't work with any recent Eclipse.
Thank you for this contribution.
I could not build it. I need a release of this Java11 compiled version.
Can someone please publish a release version?
I successfully build the project locally using Oracle JDL 11.0.10 on my Debian WSL. It loads and compiles a plenty of packages and installs them into my local maven repository. It creates somes file in the working directory. What is my next step? Is there a manual, how to install the plugin into my local Eclipse?
It works. After "setup.sh" finishes its job, the plugin is exported into file:
aws-toolkit-eclipse/releng/com.amazonaws.eclipse.devide/target/com.amazonaws.eclipse.devide-1.0.0-SNAPSHOT.zip
This file must be opened using "Install new software feature..." in your Eclipse. Do not unzip the file. Use the "Add.." button and add the zip file as location!
My Environment:
- WIndows 10 + Debian WSL
- Oracle Java 11.0.10
- Eclipse 2021-03 JEE Edition Package
- I used the last master blanch (commit: 85417f6)