"icenyne" wrote:
I have tried both WinXP SP3 and Mac OS 10.5.8 with Eclipse 3.7 and 3.6.
WinXP Pro SP3 has been tested against for both 3.6 and 3.7, so good there.
OSX 10.5.8 (aka Leopard) has not been tested against ( 10.6 aka Snow leopard has). So YMMV on 10.5.8
"icenyne" wrote:
I can get the Brightscript plugin to install but when I go to Window > Open Perspective > Other..., there is no option to open the Brightscript perspective. It is missing and I don't see anywhere where to activate it. There are no obvious errors because no dialog box with an error is generated.
Have you opened the "Error Log" view? That's where errors would/should show up, if any. That view comes with the baseline Eclipse, but is not activated by default - you need to open it up yourself:
Window->Show View->Other->General->Error Log
"icenyne" wrote:
Should it be the EE version of Eclipse, or just the basic, smaller download?
Eclipse IDE for Java Developers is what you want (Eclipse IDE for Java EE Developers has not been tested against.)
"icenyne" wrote:
Is there something I'm missing? Which EMF option should be installed, if any? I can install the DLTK 2.0 under 3.6, but then if I run an update all, it makes a conflict with some remote debugging component and some other DLTK component. If I uninstall those, I can get the Eclipse component to update, but after reinstalling Brightscript, it is still absent from the perspective opening list.
OK, this may be the problem...
Do not do an update of Eclipse and do not explcitly install EMF or DLTK yourself ... or anything else for that matter, except the BrightScript plugin.
Eclipse will install the correct dependent packages itself on your behalf (the BrightScript plugin/feature knows and reports what it explicitly needs to Eclipse), so long as you have the correct update sites in your "Available Sites" list, and the "Contact All update sites..." option is selected at the bottom of the install dialog.
If you try to update eclipse before installing the BrightScript plugin, or install the dependent plugins yourself manually, there's a good chance you won't get the right plugins or version combinations, and strange things could happen.
I recommend starting from a fresh install, and then install the BrightScript plugin as detailed in the guide, with no intervening steps.
Cheers