Coder Social home page Coder Social logo

5l1v3r1 / aws-toolkit-eclipse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aws/aws-toolkit-eclipse

0.0 1.0 0.0 171.08 MB

AWS Toolkit for Eclipse – an open-source plugin for developing, deploying, and managing AWS applications.

Home Page: http://aws.amazon.com/eclipse

License: Apache License 2.0

Shell 0.06% Java 98.48% XSLT 0.01% CSS 0.04% HTML 0.06% FreeMarker 1.36%

aws-toolkit-eclipse's Introduction

AWS Toolkit for Eclipse

The AWS Toolkit for Eclipse is an open source plug-in for the Eclipse Java IDE that makes it easier for developers to develop, debug, and deploy Java applications using Amazon Web Services. With the AWS Toolkit for Eclipse, you’ll be able to get started faster and be more productive when building AWS applications.

Components

The Eclipse plugins included in the AWS Toolkit for Eclipse.

Contributing

Requirements

To contribute to the AWS Toolkit for Eclipse, you need to have at least these requirements met.

  1. Java 8
  2. git, maven 3.3+
  3. Eclipse IDE 4.8 (Photon) or newer
  4. EGit 3.4.2+, M2Eclipse 1.5.1+ (Note: these two plugins are part of the standard Eclipse)
  5. WebTools

Build and Test with Maven

  1. Checkout the source code: git clone https://github.com/aws/aws-toolkit-eclipse
  2. Step into the target folder: cd aws-toolkit-eclipse
  3. Install the third-party dependencies and build the target platform: sh setup.sh
  4. Build and test with Maven using Photon platform: mvn -Pbuild-eclipse clean verify
  5. Build and test with Maven using 2018.9 platform: mvn -Pbuild-eclipse -Declipse.target=20189 clean verify
  6. Build and test with Maven using 2019.6 platform: mvn -Pbuild-eclipse -Declipse.target=20196 clean verify
  7. Build and test with Maven using 2019.9 platform: mvn -Pbuild-eclipse -Declipse.target=20199 clean verify
  8. Build and test with Maven using 2020.3 platform: mvn -Pbuild-eclipse -Declipse.target=20203 clean verify
  9. Build and test with Maven using 2020.9 platform: mvn -Pbuild-eclipse -Declipse.target=20209 clean verify

note, 2019-3 and 2019-12 do not build because we reach into Eclipse internals, but it will work on those versions

Import into Eclipse and Set up Development Environment

You must have EGit installed to your Eclipse IDE.

  1. Open Eclipse, and choose File, Import, Git, Projects from Git, then choose Next.
  2. Open EGit Import Wizard, then choose Clone URI, Next.
  3. Type https://github.com/aws/aws-toolkit-eclipse in the URI field, and enter your Github user name and password. Then, choose Next.
  4. Select master branch, and specify the destination directory in the next two pages, and choose Next.
  5. Select Import existing Eclipse projects, and then choose Next.
  6. Select Search for nested projects, you would see all the plugin projects and feature projects etc. Select the projects you are interested in or all the projects, and then choose Finish.

Now you have imported all the plugin projects into Eclipse, but you need to set up the target platform since the plugins have dependencies which are not the standard OSGi bundles.

  1. Open the terminal and step into the root folder of the repository.
  2. Run the setup.sh script if you haven't created the target platform: sh setup.sh.
  3. Back to Eclipse, open Preferences page, choose Plug-in Development -> Target Platform
  4. In the Target Platform page, choose Add -> Next -> Add -> Software Site -> Add -> Local to select the target repository you just built. This repository is located at aws-toolkit-eclipse/releng/com.amazonaws.eclipse.devide/target/repository.
  5. Type a name for this repository, say aws devide, and choose Finish. Select Uncategorized and choose Finish
  6. Type a name for this target platform, say AWS Target Platform, and choose OK. Use this new target platform, and you would be able to run the AWS plugins under this target platform.
  7. It will rebuild the workspace with the target platform. If you see plugin execution not covered by lifecycle configuration, right click on the problem and select Quick Fix -> Discover new m2e connectors

Notice: If you imported the com.amazonaws.eclipse.javasdk project into your Eclipse workspace when you are checking in the repo, you may need to close that project as it overrides the Java SDK bundle in the target platform. If the platform is set up correctly, you will see no errors in Markers

Build and test the IDE

  1. Right click on the aws-toolkit-for-eclipse node run as -> run configurations
  2. Add an eclipse application configuration
  3. In Run a product select org.eclipse.platform.ide
  4. In the plug ins tab make sure to select All workspace enabled plugins and features
  5. Press run, it should build and run

Getting Help

  • You can submit issues for bug reports and feature requests by using Github issues.
  • You can also send us email at [email protected] to send feedback or report issues.

aws-toolkit-eclipse's People

Contributors

apetresc avatar asashour avatar breedloj avatar david-at-aws avatar eschulma avatar evanwon avatar fulghum avatar hanshuo-aws avatar hunterwerlla avatar hyandell avatar kiiadi avatar kilida avatar manikandanrs avatar peterableda avatar phijacobs avatar phstudy avatar shorea avatar twasink avatar zhangzhx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.