/codewind-eclipse

This repository has moved to https://github.com/eclipse/codewind-eclipse

Primary LanguageJavaEclipse Public License 2.0EPL-2.0

Codewind for Eclipse

License

How to install

Complete the following steps to install Codewind for Eclipse:

  1. Download and install the latest Eclipse IDE for Java EE Developers or use an existing installation. The earliest supported version of the Eclipse IDE for Codewind for Eclipse is 4.11.0 (2019-03).
  2. Install Codewind from the Eclipse Marketplace.

Contributing

We welcome issues and contributions. For more information, see CONTRIBUTING.md.

Enabling Debug Logs

  1. Create a file called .options in your Eclipse install directory (the same directory with the eclipse executable) with the following content:

org.eclipse.codewind.core/debug/info=true

  1. Launch eclipse with the -debug flag.
  2. The logs are written to the Eclipse workspace directory, to .metadata/.log.

Building

  1. Clone the repository to your system.

    git clone https://github.com/eclipse/codewind-eclipse

  2. [Optional] Copy 'codewind-eclipse' folder to 'build' to get a test build. This will keep your source folder intact.

  3. Run a gradle build.

    cd build/dev

    ./gradlew

  4. Test the driver built from Step. 3

    build/dev/ant_build/artifacts/codewind-[Version].vYYYYMMDD_hhmm.zip

License

EPL 2.0

Dependencies

Dependency License
socket.io-client-1.0.0.jar MIT
engine.io-client-1.0.0.jar MIT
org.json_1.0.0.v201011060100.jar EPL-1.0
okhttp-3.8.1.jar Apache 2.0
okio-1.13.0.jar Apache 2.0