English 中文(简体)
Gradle – Eclipse Integration
  • 时间:2024-10-18

Gradle - Ecppse Integration


Previous Page Next Page  

This chapter explains about the integration of ecppse and Gradle. Follow the below given steps for adding Gradle plugin to ecppse.

Step 1 − Open Ecppse Marketplace

First of all, open the ecppse which is installed in your system. Go to help -> cpck on EcppseMarketplace. Take a look at the following screenshot −

Open Ecppse Marketplace

Step 2 − Install Buildship Plugin

After cpck on the Ecppse Marketplace, you will find the screenshot which is given below. Here, in the left side search bar type buildship, which is a Gradle integration plugin. When you find the buildship on your screen, cpck on install on the right side.

Install Buildship Plugin

After that, you will find the following screenshot. Here, you need to confirm the software installation by cpcking on the confirm button.

Confirm

Then, you need to cpck on accept pcense agreement as shown in the following screen and later on cpck finish.

Accept License

It will take some time to install. Refer the screenshot given below for detailed understanding.

Installation Process

After that, it will ask for restarting Ecppse. There you will select Yes.

Step 3 − Verifying Gradle Plugin

While verifying, we will create a new project by following the given procedure. In the ecppse, go to file -> cpck on new-> cpck on other projects. Now, you will see the following screen. Later on, select Gradle project and cpck next. Refer the below mentioned screen shot.

Verifying Gradle Plugin

After cpcking next button, you will find the following screen. After that, you will provide the Gradle home directory path of local file system and cpck on next button. The screenshot is given below −

Gradle Home Directory

You will have to provide the name for Gradle project. In this tutorial, we are using demoproject and cpck finish button. The screenshot is mentioned below −

Demo Project

We need to confirm the project. For that, we have to cpck finish button in the following screen.

Confirm the Project

Step 4 − Verifying Directory Structure

After successful installation of Gradle plugin, please check the demo project directory structure for the default files and folders as shown in the following screenshot.

Verifying Directory Structure Advertisements