Deploying IMP-based eclipse plugin -
i have plugin own programming language eclipse.
plugin based on imp. when running project via "run eclipse application" works expected: have eclipse perspective of language, can compile/run files associated language. tried getting plugin clean eclipse install:
- i've created feature project plugin
- i've created update site project
- i've added feature, imp runtime , lpg runtime update site
- i've made sure synchronize , build-all in update site.
- i've tried "install new software" in clean eclipse - no errors.
when run new eclipse, cannot see perspective of language. eclipse doesn't associate files language / perspective.
please advise!
i'm guessing there kind of error prevented plugin running. here things can at:
- the error log. window -> show view -> error log
- the plugin registry view. plugin , make sure can
started - start eclipse osgi console enabled. can run diagnostic commands see happens when bundle started (run
eclipse -consoleosgi console on command line)
Comments
Post a Comment