Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eskatos/declarative-ide-apis-spike
https://github.com/eskatos/declarative-ide-apis-spike
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eskatos/declarative-ide-apis-spike
- Owner: eskatos
- Created: 2023-12-07T13:54:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T07:07:01.000Z (about 1 year ago)
- Last Synced: 2024-11-01T20:06:33.778Z (3 months ago)
- Language: Java
- Size: 2.43 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Declarative IDE APIs Spike Examples
This repository contains examples consuming spike declarative IDE APIs.
It relies on a modified Tooling API JAR that can be found in the [lib/](./lib) directory.
## Build tree without the daemon
Run the query on this very build:
```shell
./gradlew :build-tree:run -DprojectDir=../
```Run the query on another build by passing the `projectDir` system property.
For example on `nowinandroid` located alongside this repository's clone:```shell
./gradlew :build-tree:run -DprojectDir=../../nowinandroid
```See client implementation in [build-tree/src/main/java/Main.java](./build-tree/src/main/java/Main.java).