Complete the following steps to install Codewind for Eclipse:
- 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).
- Install Codewind from the Eclipse Marketplace.
We welcome issues and contributions. For more information, see CONTRIBUTING.md.
- Create a file called
.optionsin your Eclipse install directory (the same directory with theeclipseexecutable) with the following content:
org.eclipse.codewind.core/debug/info=true
- Launch eclipse with the
-debugflag. - The logs are written to the Eclipse workspace directory, to
.metadata/.log.
-
Clone the repository to your system.
git clone https://github.com/eclipse/codewind-eclipse -
[Optional] Copy 'codewind-eclipse' folder to 'build' to get a test build. This will keep your source folder intact.
-
Run a gradle build.
cd build/dev./gradlew -
Test the driver built from Step. 3
build/dev/ant_build/artifacts/codewind-[Version].vYYYYMMDD_hhmm.zip
| 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 |