Codewind for Eclipse
How to install
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.
Contributing
We welcome issues and contributions. For more information, see CONTRIBUTING.md.
Enabling Debug Logs
- Create a file called
.options
in your Eclipse install directory (the same directory with theeclipse
executable) with the following content:
org.eclipse.codewind.core/debug/info=true
- Launch eclipse with the
-debug
flag. - The logs are written to the Eclipse workspace directory, to
.metadata/.log
.
Building
-
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
License
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 |