-
Notifications
You must be signed in to change notification settings - Fork 3
Cloning Kustvakt and Importing Sub projects to Eclipse
The following instructions guide you to clone Kustvakt via Git and import its sub-projects into Eclipse (tested using Eclipse IDE for Enterprise Java and Web Developers version 4.19.0).
We will start with cloning the Kustvakt repository using a terminal.
-
Open a terminal and go to your git directory (or create one)
-
Run
git clone https://github.com/KorAP/Kustvakt.git
Now we are switching to Eclipse.
-
Since Kustvakt is built on Java 8, it is necessary to add the JRE of Java 8 to Eclipse.
Select
Window
> ClickPreferences
Under Java, click
Installed JREs
> Add your JRE of Java 8 > ClickApply and Close
-
We are going to import the cloned Kustvakt repository to Eclipse.
On the top right menu, navigate to
File
> ClickImport
Under Maven, select
Existing Maven Project
> ClickNext
-
Set the Kustvakt project directory as the root directory > Select all sub-projects > Click
Finish
Done! The Kustvakt sub-projects has been added to Eclipse.
Notice that the projects still have errors, because it is still necessary to install Lombok and set up the annotation processors for Eclipse.
- Importing Kustvakt to Eclipse
- Installing Lombok
- Setting annotation processors
- Setting test environment
- HTTP Basic Authentication
- OAuth2 authorization scopes
- OAuth2 authorization request
- OAuth2 token request
- OAuth2 token revocation
- OAuth2 client registration
- OAuth2 client info
- OAuth2 client deregistration
- OAuth2 client secret reset
- Plugin registration
- Plugin list (marketplace)
- Plugin installation
- Plugin uninstallation
- Installed plugin list
- VC creation and update
- VC deletion
- VC list
- VC info
- VC KoralQuery
- VC statistics
- VC statistics with KoralQuery