Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openliberty/open-liberty-tools
Open Liberty Tools are lightweight tools for developing, assembling, and deploying apps to Open Liberty.
https://github.com/openliberty/open-liberty-tools
Last synced: 5 days ago
JSON representation
Open Liberty Tools are lightweight tools for developing, assembling, and deploying apps to Open Liberty.
- Host: GitHub
- URL: https://github.com/openliberty/open-liberty-tools
- Owner: OpenLiberty
- License: epl-1.0
- Created: 2017-09-15T21:51:56.000Z (over 7 years ago)
- Default Branch: integration
- Last Pushed: 2025-01-07T14:14:06.000Z (13 days ago)
- Last Synced: 2025-01-07T23:10:46.753Z (13 days ago)
- Language: Java
- Homepage: http://openliberty.io
- Size: 7.18 MB
- Stars: 52
- Watchers: 14
- Forks: 42
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# open-liberty-tools
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/OpenLibertyIO)
![Linux](https://img.shields.io/badge/os-linux-green.svg?style=flat)
[![License](https://img.shields.io/badge/License-EPL%201.0-green.svg)](https://opensource.org/licenses/EPL-1.0)# Summary
Open Liberty Tools are lightweight tools for developing, assembling, and deploying apps to [Open Liberty](https://github.com/OpenLiberty/open-liberty).# Table of Contents
* [Prereqs](https://github.com/OpenLiberty/open-liberty-tools#prereqs)
* [Known Issues](https://github.com/OpenLiberty/open-liberty-tools#known-issues)
* [Getting Started](https://github.com/OpenLiberty/open-liberty-tools#getting-started)
* [Contribute to Open Liberty Tools](https://github.com/OpenLiberty/open-liberty-tools#contribute-to-open-liberty-tools)
* [Community](https://github.com/OpenLiberty/open-liberty-tools#community)## Prereqs
Java 21 is now required as of version 24.1 of the tools.The 24.1 release supports Eclipse versions [2024-06](https://www.eclipse.org/downloads/packages/release/2024-06/r/eclipse-ide-enterprise-java-and-web-developers) and [2023-12](https://www.eclipse.org/downloads/packages/release/2023-12/r/eclipse-ide-enterprise-java-and-web-developers).
## Known Issues
Please see the [Liberty Tools known issues](https://www.ibm.com/support/pages/node/6841611) page for known issues and workarounds.## Getting Started
To install the Open Liberty Tools and other WebSphere Developer Tools features:
1. If you don’t already have Eclipse, install [Eclipse 2024-06 for Enterprise Java and Web Developers ( 4.32 )](https://www.eclipse.org/downloads/packages/release/2024-06/r/eclipse-ide-enterprise-java-and-web-developers)
2. Download Open Liberty tools by going to the [Open Liberty Tools list of repositories](https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/tools/release/?C=N;O=D), choosing a folder that is close in time to your Open Liberty release date and downloading the openlibertytools-*.zip file therein.
3. Start your Eclipse workbench.
4. Start the installation using the following method.
* Locate the installation files from your Eclipse workbench:
1. Click **Help** > **Install New Software.**
2. Click **Add**, click **Archive.**
3. Select the archive downloaded in step 2 and click **Open**. Give your repository a name and click **Add**.
5. In the list of available software, expand the parent nodes and select the **WebSphere Application Server Liberty Tools** feature and any other feature that are needed. When you are finished, click **Confirm**.
6. On the **Review Licenses** page, review the license text. If you agree to the terms, click **I accept the terms of the license agreements** and then click **Finish**. The installation process starts.
```
Note:
During the installation, a Security Warning dialog box might open and display the following message:
Warning: You are installing software that contains unsigned content. The authenticity or validity of this software cannot be established. Do you want to continue with the installation?
You can safely ignore the message and click 'install anyway' to continue.
```6. When the installation process completes, restart the workbench.
To install the Open Liberty Tools only from Open Liberty site, follow [this instruction](https://github.com/OpenLiberty/open-liberty-tools/blob/main/INSTALL_OPENLIBERTYTOOLS.md).
Visit the [WASdev Community](https://developer.ibm.com/wasdev/) for documentation and tutorials. [Here](https://developer.ibm.com/wasdev/docs/category/tools/) are a few related to the tools:
## Contribute to Open Liberty Tools
1. Clone the repository to your system.```git clone https://github.com/OpenLiberty/open-liberty-tools```
2. Run a gradle build.```cd open-liberty-tools/dev```
```./gradlew```
3. Go [Open issues](https://github.com/OpenLiberty/open-liberty-tools/issues), [Review existing contributions](https://github.com/OpenLiberty/open-liberty-tools/pulls), or [Submit fixes](https://github.com/OpenLiberty/open-liberty-tools/blob/main/CONTRIBUTING.md).## Community
1. [Open Liberty group.io](https://groups.io/g/openliberty)
2. [OpenLibertyIO on Twitter](https://twitter.com/OpenLibertyIO)
3. [ibm-wdt tag on stackoverflow](https://stackoverflow.com/questions/tagged/ibm-wdt)