Setup of Eclipse for MagicDraw development: Difference between revisions
From blinkenwiki
Blinkenjim (talk | contribs) |
Blinkenjim (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
# Choose ~/windows-shared/mac-workspace as workspace (and check “Use this as the default and do not ask again”) | # Choose ~/windows-shared/mac-workspace as workspace (and check “Use this as the default and do not ask again”) | ||
# Open Eclipse -> Help -> Install New Software... | # Open Eclipse -> Help -> Install New Software... | ||
# | ## Choose “All Available Sites" | ||
# | ## Enter filter text: “eclipse sdk" | ||
# | ## Select “Eclipse SDK”. Do not select anything else. | ||
# | ## Next, Next, accept the terms, Finish | ||
# | ## Wait for Eclipse to finish the install, but don’t restart | ||
# | ## Quit | ||
# Open /Applications/Eclipse.app/Contents/Eclipse/eclipse.ini and delete the lines referencing “smallFonts”. Start Eclipse | # Open /Applications/Eclipse.app/Contents/Eclipse/eclipse.ini and delete the lines referencing “smallFonts”. Start Eclipse | ||
# In bash, cd into ~/windows-shared/projects-shared/magicdraw | # In bash, cd into ~/windows-shared/projects-shared/magicdraw | ||
# In bash, unzip /Applications/MagicDraw/openapi/ide/eclipse.zip | # In bash, unzip /Applications/MagicDraw/openapi/ide/eclipse.zip | ||
# In bash, rm -rf com.nomagic.* | # <s>In bash, rm -rf com.nomagic.*</s> | ||
# In Eclipse | # In Eclipse | ||
# | ## File -> Import… -> Existing files into workspace | ||
# | ## Select root directory: ~/windows-shared/projects-shared/magicdraw | ||
# | ## Choose all six available projects | ||
# | ## Select Finish | ||
# In Eclipse: | |||
## Right-click on MAGIC_DRAW_INSTALL_DIRECTORY, select Properties | |||
## Click on Location Edit | |||
## Choose Folder, and brows to /Applications/MagicDraw | |||
## OK | |||
## Apply and Close | |||
# In Eclipse: | |||
## Double-click on MagicDraw bundles+Running Platform.target | |||
## Click Set as Active Target Platform | |||
## You should now have no errors | |||
## You may have a few warnings; these can be ignored for now | |||
# In Eclipse: | |||
## Open Run -> Run Configurations | |||
## Choose OSGI Framework -> MagicDraw with all plugins | |||
## Run | |||
# In Eclipse: | |||
## Select com.nomagic.magicdraw.integration* projects | |||
## Choose Delete | |||
## Yes, delete on-disk contents too | |||
# In Eclipse: | |||
## Eclipse -> Preferences -> General -> Appearance -> Colors and Fonts -> Text Font -> Edit: set to 13 or 14 point. Apply. | |||
## Eclipse -> Preferences -> General -> Keys | |||
(From Evernote) | |||
Latest revision as of 01:35, 13 June 2021
Preparatory on macOS
- Ensure that ~/windows-shared is shared between the VMware Windows OS and macOS.
- In that directory, create subdirectories mac-workspace, windows-workspace, and projects-shared
- Also create projects-shared/magicdraw and projects-shared/smartfacts
- If setting up as if new,
rm -rf ~/.eclipse /Applications/Eclipse.app eclipse-workspace/.metadata ~/Library/*/org.eclipse*
(or substitute workspace to delete .metadata)
On macOS
- Open MagicDraw .dmg, drag Eclipse.app to /Applications
- Choose ~/windows-shared/mac-workspace as workspace (and check “Use this as the default and do not ask again”)
- Open Eclipse -> Help -> Install New Software...
- Choose “All Available Sites"
- Enter filter text: “eclipse sdk"
- Select “Eclipse SDK”. Do not select anything else.
- Next, Next, accept the terms, Finish
- Wait for Eclipse to finish the install, but don’t restart
- Quit
- Open /Applications/Eclipse.app/Contents/Eclipse/eclipse.ini and delete the lines referencing “smallFonts”. Start Eclipse
- In bash, cd into ~/windows-shared/projects-shared/magicdraw
- In bash, unzip /Applications/MagicDraw/openapi/ide/eclipse.zip
In bash, rm -rf com.nomagic.*- In Eclipse
- File -> Import… -> Existing files into workspace
- Select root directory: ~/windows-shared/projects-shared/magicdraw
- Choose all six available projects
- Select Finish
- In Eclipse:
- Right-click on MAGIC_DRAW_INSTALL_DIRECTORY, select Properties
- Click on Location Edit
- Choose Folder, and brows to /Applications/MagicDraw
- OK
- Apply and Close
- In Eclipse:
- Double-click on MagicDraw bundles+Running Platform.target
- Click Set as Active Target Platform
- You should now have no errors
- You may have a few warnings; these can be ignored for now
- In Eclipse:
- Open Run -> Run Configurations
- Choose OSGI Framework -> MagicDraw with all plugins
- Run
- In Eclipse:
- Select com.nomagic.magicdraw.integration* projects
- Choose Delete
- Yes, delete on-disk contents too
- In Eclipse:
- Eclipse -> Preferences -> General -> Appearance -> Colors and Fonts -> Text Font -> Edit: set to 13 or 14 point. Apply.
- Eclipse -> Preferences -> General -> Keys
(From Evernote)