Hi, how can I access the Gradle tooling API from within my custom Eclipse plug-in? Is there documentation on how to integrate and API doc?
Hi! At the moment, the Buildship project converts the Tooling API plugin from the plain Jar file during the build. You can either:
- do the same thing,
- reuse the Tooling API bundle from the Buildship update site, or
- in case you are developing an eclipse.org project, we can publish the TAPI bundle into Orbit.
Is there some documentation on how to use the Tooling API bundle?
The Tooling API is documented in the user guide and in the javadoc.
1 Like