-
Notifications
You must be signed in to change notification settings - Fork 0
development
Install BNDTool IDE in Eclipse
Help-> Eclipse Markerplace-> search 'Bndtools'-> Installed->Restart Eclipse.
Clone and import all sub-projects in eclipse.
git clone https://github.com/cpswarm/SimulationManagerLibs.git
In Eclipse: Import-> Existing Projects into Workspace-> Select the cpswarm-common-> Copy projects into workspace-> Finish;
Window-> Show View-> Other-> Bndtools-> Repositories.
Note: the
cnf
project is a fixed name in the source code of Bnd IDE, it makes a directory a workspace with some built-in plugins and external plugins, just like the .git directory does for git. So don't change its name.
So if there is already a cnf project in the bnd workspace, when you want to import the second bnd repository which also contains a cnf project, you must discard it, and just clone&import other sub-projects in the second repository by keeping theCopy projects into workspace
option is checked.
Anyway, just to keep all sub-projects staying together in the same workspace with the cnf project.
After that you have done your changes, you can follow this guide to deploy them.