lte2000 / intellibot

IntelliJ/PyCharm plugin for Robot Automation Framework
https://github.com/lte2000/intellibot
MIT License
91 stars 26 forks source link

Document how to build the plugin #57

Open julaudo opened 1 year ago

julaudo commented 1 year ago

https://github.com/mtrubs/intellibot has a wiki "explaining" how to build the plugin (intellibot.jar) but it's not up to date. Would it be possible to document the full up to date procedure?

lte2000 commented 1 year ago

What I do is just following that wiki several years ago, no change until now.

julaudo commented 1 year ago

But how do you build the jar?

lte2000 commented 1 year ago

IDEA menu Build -> Build Artifacts ... -> Intellibot:jar -> Build (or Rebuild)

julaudo commented 1 year ago

This menu was grayed out, this is because I did not defined an Artifact in the project structure configuration I guess this is the missing part in the documentation.

KotlinIsland commented 1 year ago

My fork uses gradle, so it's 100x easier to use https://github.com/KotlinIsland/intellibot