Configure FineBI Plugin Development Environment

Note: Before reading this tutorial, make sure you have installed Java, Ant, Maven and IntelliJ IDEA.

Clone the Project

Open the installed IntelliJ IDEA. On the welcome page shown below, click Check out from Version Control and select Git.

clone_project_1

Enter the URL of the plugin development project in the pop-up box: https://github.com/finereport-overseas/bi-starter-inter

clone_project_2

Click the Clone button to download the project.

Open the Project

The project has both Maven and Gradle configurations. Choose to open the project with Gradle.

open_project_1

Have a sip of coffee and wait for IntelliJ IDEA to download dependencies and finish indexing. Then you will see the plugin development project like this.

open_project_2

Build & Run the Project

Refer to the readme.md file under the project. readme.png

Important Reminders

  1. If there are missing dependencies causing compilation errors, first check whether the Gradle dependencies are normal. If there are missing dependencies, you can try to synchronize Gradle again dependence.png img.png
  2. If the following error occurs, try adjusting "Build and run using": idea
A problem occurred configuring root project 'starter'.
Failed to notify project evaluation listener.
org/gradle/jvm/toolchain/JavaToolchainSpec

using_idea.png

results matching ""

    No results matching ""