[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: eclipse.ini not correct on mac

>>>>> Steinar Bang <sb@xxxxxx>:

> Platform: eclipse 3.2.2, eclipse delta pack 3.2.2
> I'm building my application for linux/x86, win32/x86 and mac/x86.

> On linux and win32 the MyApp.ini picks up the settings from "All
> Platforms" in the "launcher" tab of the myapp.product file.  On mac/x86
> it does not.

> Does anyone have an idea why it doesn't pick up these settings on mac?

I never found that out, but since I'm building with maven and the
pde-maven-plugin, I found a workaround in attaching an antrun:run
execution to the verify phase (which is done before install), and
extract the MyApp.ini from the .zip file built by PDEBuild, and patch it
up. 

Not pretty, and very much a violation of single-point-of-change, but it
did the job.