pkimber.net
0.0.2
  • Amazon
  • Android
  • Apple
  • Apache
  • C++
  • C#
  • CSS
  • deploy
  • Django
  • Eclipse
    • Development
    • Links
    • Install
    • Accessibility
    • BIRT - Viewer
    • BIRT
    • CDT
    • Coding Standards
    • ColdFusion
    • Debugging
    • Encoding
    • Issues
    • JavaScript
    • log4j
    • Plugin - Link Files
      • Setup
        • Plugin Folder
        • Eclipse Configuration
    • Plugin - Tomcat
    • Plugins
    • python
    • Shortcuts
    • Spelling
    • Tips
    • Unit Testing
    • Web Service Explorer
    • Weird Errors
    • Wizard
  • git
  • Google
  • HTML
  • HTTP
  • Java
  • Javascript
  • jython
  • Linux
  • Liquibase
  • Lucene
  • Markup
  • Memcached
  • Mercurial
  • Microsoft
  • Mozilla
  • MySQL
  • Nginx
  • OpenOffice
  • PHP
  • PostgreSQL
  • Project
  • Python
  • R programming language
  • RabbitMQ
  • Raspberry Pi
  • Redis
  • Redmine
  • Ruby
  • Social
  • Solr
  • SQLite
  • subversion
  • TaskWarrior
  • Testing
  • Vim
  • Virtualbox
  • CV - Patrick Kimber
  • Info
  • CV - Open Source Contributions
pkimber.net
  • Eclipse
  • Plugin - Link Files
  • View page source

Plugin - Link Files

Managing Plugins and Features with Link Files and Extension Locations

…you can have lots of .link files and lots of install locations…

Check this out… Managing Installed Eclipse Plug-ins

Setup

I have installed Eclipse to:

C:\tools\eclipse

Plugin Folder

Create a folder which will contain your plugin:

C:\repository\eclipse\plugins\checkstyle_4.3.2

Inside this folder create an eclipse subfolder:

C:\repository\eclipse\plugins\checkstyle_4.3.2\eclipse\

Install any plugins you want to use into this eclipse sub-folder. Your folder structure should look like this:

C:\repository\eclipse\plugins\checkstyle_4.3.2\eclipse\features\
C:\repository\eclipse\plugins\checkstyle_4.3.2\eclipse\plugins\

Eclipse Configuration

Create a links folder inside Eclipse:

C:\tools\eclipse\links\

In this folder create a .link file which points to your plugin folder:

e.g.

C:\tools\eclipse\links\checkstyle_4.3.2.link

In this file, create a path property pointing to your plugin folder e.g.

path=/repository/eclipse/plugins/checkstyle_4.3.2

Note:

This file:

  • Must end with a new line.

  • Must not end with a trailing slash.

  • Can be called anything ending in .link.

  • should only contain forward slashes in the path.

Start Eclipse with the -clean flag:

eclipse -clean
Previous Next

© Copyright 2023, Patrick Kimber.

Built with Sphinx using a theme provided by Read the Docs.