Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,41 @@

[![License](https://img.shields.io/badge/License-EPL%202.0-red.svg)](https://www.eclipse.org/legal/epl-2.0/)

## How to install
## Installation

Complete the following steps to install Codewind for Eclipse:

1. Download and install the latest [Eclipse IDE for Java EE Developers](https://www.eclipse.org/downloads/packages/release/) 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](https://marketplace.eclipse.org/content/codewind).
2. Install [Codewind](https://marketplace.eclipse.org/content/codewind) from the [Eclipse Marketplace](https://marketplace.eclipse.org/content/codewind).

## Contributing

We welcome [issues](https://github.com/eclipse/codewind-eclipse/issues) and contributions. For more information, see [CONTRIBUTING.md](https://github.com/eclipse/codewind-eclipse/tree/master/CONTRIBUTING.md).
We welcome submitting [issues](https://github.com/eclipse/codewind-eclipse/issues) and contributions. For more information, see [CONTRIBUTING.md](https://github.com/eclipse/codewind-eclipse/tree/master/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`

2. Launch eclipse with the `-debug` flag.
3. The logs are written to the Eclipse workspace directory, to `.metadata/.log`.
2. Launch Eclipse with the `-debug` flag.
3. The logs are written to the Eclipse workspace directory `.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.
[Optional] Copy 'codewind-eclipse' folder to 'build' to get a test build. This will keep your source folder intact.

2. Run a gradle build.

```cd build/dev```

```./gradlew```

4. Test the driver built from Step. 3
3. Test the driver built from Step 2.

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

Expand Down