David,
Sorry for taking so long to reply. Here goes
>* You mentioned that the current source is the one that build the 3.7 update site, but I don't see any preprocessor code or a ProgramArgumentBuilder37 in the source. Should this >source in fact build against 3.7?
Right now it is being built against 3.7, but we so not have a
ProgramArgumentBuilder37, which we should have, but never got around
to it.
>* There seems to be some dependencies that are missing, even after I've stripped out the preprocessor code. Specifically the plug-in "com.windowtester.swt.platform.ext" isn't in >the repo, There are also a few errors relating to missing classes in com.windowtester.swt.runtime.legacy
The "com.windowtester.swt.platform.ext" is indeed missing, and you can
ignore the errors due to that. The lecacy plugin is as the name
implies, legacy and it is not complete code.
>* I'm trying to build on OSX and there are a few issues:
>** The platform specific plug-ins seem to expect a 3.5.0 SWT jar to exist in the "delta-pack" directory under my ECLIPSE_HOME. Why does it depend on a particular version of >the SWT jar and why doesn't it grab it from the PDE target?
Look like a version number might have been specified when the
dependency was added. Will take a look.
>* There are few problems related to the MacExtensions class and it's availability to other plug-ins. Adding in the proper dependencies leads to cyclical dependency issues
What are the errors you are seeing in the macextensions?
--
Keerti