Displays settings of CDOObjects as fields. Usable via logical structure view.
Add the update site to your Eclipse installation and install the feature.
- Download and install Eclipse IDE 2019-03 (for Enterprise Java developers).
- File -> Import -> Existing Projects into Workspace -> Next -> Select root directory -> REPOSITORY_PATH -> Select "parent" -> Finish
- Right click on the project -> Run as -> Maven install
- Download and install Eclipse IDE 2019-03 (for Enterprise Java developers).
- File -> Import -> Existing Projects into Workspace -> Next -> Select root directory -> REPOSITORY_PATH -> Select the option "Search for nested projects" -> Select "tools.mdsd.cdo.debug.variablesview" -> Finish
- Right click on the project -> Run as -> Eclipse Application
-
Download and install Eclipse IDE 2019-03 (for Enterprise Java developers).
-
Analogous to "Building the plugin - Manually", import following nested projects:
de.cooperateproject.repository.productcdotestCDOWebPage
-
Navigate to
cdotest/de.cooperateproject.repository.targetplatforms/neon.targetand click on the link "Set as Active Target Platform" in the upper right corner. -
Open
de.cooperateproject.repository.product/CooperateCDOServer.productand click on the Launch button.A warning will be printed to the console, similar to
!MESSAGE CDO server configuration not found: /Applications/Eclipse.app/Contents/MacOS/configuration/cdo-server.xml.Copy
REPOSITORY_PATH/test_projects/cdoserver/org.eclipse.emf.cdo.server.product/config/cdo-server.xmlto the path printed in the warning. -
Click on the Stop button in the Console tab in Eclipse and launch the server again by clicking the Launch button in the product.
-
Debug one of the
Demo...classes in thecdotestproject as described in the comments on the bottom of the files.