Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

An Eclipse plugin to ease Jerkar usage within Eclipse IDE.

Notifications You must be signed in to change notification settings

jerkar/eclipsePlugin4Jerkar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

An Eclipse plugin to for Jerkar

As pure java tool, Jerkar does not need specific tooling to be used kindly in an IDE. Neverthless, some task as scaffolding or updating .classpath are welcome to be integrated in contextual menu for better user experience.

The plugin can be installed using site update : http://project.jerkar.org/eclipsePlugin4Jerkar/site .

For now, this plugin provides a "Jerkar" menu extension when right clicking on a project. The extension provides :

  • Launch : open sub-menu for executing any build method on selected project.
  • Update classpath : this will align Eclipse .classpath with the dependencies declared in Jerkar build class.
  • Scaffold projects : this will create folder structure along a basic build class for starting up projects. It can be classic Java project or Spring Boot project.

Now the last methods executed with the plugin are kept in favorite at the top of the entry menu. To edit or delete it, press ctrl + left click on it.



How to contribute ?

Both plugin and feature project are located in the master branch of this repository. The site update is located in the gh-pages branch of this repository.

The plugin is at its early stage, the current code base is very small so it's really easy to get inside.

About

An Eclipse plugin to ease Jerkar usage within Eclipse IDE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages