Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ID edits #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
49 changes: 22 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Codewind for Eclipse
Create and develop cloud-native, containerized web applications from Eclipse.

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

Expand All @@ -9,39 +10,33 @@ 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).

## 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).

### 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`.
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`.

## 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.
1. Clone the repository to your system:
```
git clone https://github.com/eclipse/codewind-eclipse
```
2. [Optional] Copy the `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
```

```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](https://github.com/eclipse/codewind-eclipse/tree/master/LICENSE)
## Contributing
Submit issues and contributions:
1. [Submitting issues](https://github.com/eclipse/codewind/issues)
2. [Contributing](CONTRIBUTING.md).

## Dependencies

Expand Down