-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the build instructions in DEVELOPING.md
Signed-off-by: Paul Gooderham <[email protected]>
- Loading branch information
1 parent
d3a9238
commit 954e22c
Showing
2 changed files
with
4 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,15 @@ | |
This extension is built using the [gradle-intellij-plugin](https://github.com/JetBrains/gradle-intellij-plugin/). | ||
|
||
1. Clone this repository: `git clone [email protected]:OpenLiberty/liberty-tools-intellij.git` | ||
2. Clone the lsp4ij repository: `git clone [email protected]:liberty-dev-ex/intellij-lsp-common-provider.git` | ||
2. Clone the lsp4ij repository: `git clone [email protected]:MicroShed/lsp4ij.git` | ||
3. Build lsp4ij: `./gradlew jar` | ||
4. Save it in your local Maven repository: `mvn install:install-file -Dfile=build/libs/lsp4ij-0.0.5.jar -DgroupId=org.microshed -DartifactId=lsp4ij -Dversion=0.0.5 -Dpackaging=jar -DgeneratePom=true;` | ||
2. Import this repository as a Gradle project in IntelliJ IDEA | ||
3. Run `./gradlew runIde --stacktrace`. A new IntelliJ IDEA window will launch with the Liberty Tools plugin installed to it. You can connect the IntelliJ IDEA debugger to this process to debug the plugin. | ||
|
||
OR | ||
|
||
Run `./makeDualZip` to build an installable zip in `build/distributions/liberty-tools-intellij-xxx.uber.zip`. You can install this zip in IntelliJ IDEA through **Preferences > Plugins > Gear icon > Install Plugin from Disk...** and select the `liberty-tools-intellij-xxx.uber.zip`. | ||
Run `./gradlew buildPlugin` to build an installable zip in `build/distributions/liberty-tools-intellij-xxx.zip`. You can install this zip in IntelliJ IDEA through **Preferences > Plugins > Gear icon > Install Plugin from Disk...** and select the `liberty-tools-intellij-xxx.zip`. | ||
|
||
## Language Servers | ||
|
||
|
This file was deleted.
Oops, something went wrong.