gradusnikov / eclipse-chatgpt-plugin

An Eclipse plugin that integrates with ChatGPT
MIT License
55 stars 34 forks source link

Install #1

Closed bajki closed 1 year ago

bajki commented 1 year ago

Hi, how to install this in eclipse?

Thanks

gradusnikov commented 1 year ago

Hi,

for the moment binary builds are not provided. You must import this project to your Eclipse as "Plug-ins and Fragments" using the "Plugin Development" import. Then once you have the projct in your workspace, you can export it as "Deployable plug-ins and fragments" and "Install to host" eclipse.

bajki commented 1 year ago

I tried that but I'm getting error org.osgi.framework.BundleException: Could not resolve module: AssistAI [3] Unresolved requirement: Require-Bundle: AssistAIDependencies; bundle-version="1.0.0"

gradusnikov commented 1 year ago

Take the AssistAIDependencies-1.0.0.zip file from deps and import it to eclipse with the "Plugin Development" tool. These are external dependencies that are not directly available in eclipse as OSGI

gradusnikov commented 1 year ago

@bajki I have prepared a release. You can grab it from here: https://github.com/gradusnikov/eclipse-chatgpt-plugin/releases/tag/1.0.0.alpha-1

Use "Install New Software..." using this archive.