I found this plugin which I want to try out. I am not familiar with eclipse. The repository says to add it as a plugin to tracecompass.I am using an already built binary of tracecompass. Is it possible to add a plugin to an already built eclipse project or do I have to add the plugin and then rebuild it from source? In any way, how do I add the plugin?
Asked
Active
Viewed 84 times
1 Answers
1
There are different ways to import the plugin.
Clone the repository outside of eclipse and import
git clone https://github.com/jonahkichwacoders/tracecompass-experiments.git
Select "File -> Import..."
- Select "General -> Existing Projects into Workspace"
- Next to "Select root directory" click "Browse..."
- Navigate to the directory where you git clone'd the project earlier.
Clone and import from the Git perspective
- Select "Window -> Perspective -> Other ..."
- Select "Git"
- Select "Clone a Git repository" from the "Git repositories" view
- Select "Clone URI"
- Paste
https://github.com/jonahkichwacoders/tracecompass-experiments.git
in the URI field and press "next" - Select the branch and finish

Guido
- 68
- 6