Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] macosx problems

The nightly build this morning failed because of a trivial error: The EPP 
build expects 'correct' platform filter declarations like this here

Eclipse-PlatformFilter: (& (osgi.os=macosx) (|(osgi.arch=x86)
(osgi.arch=ppc)) )

This line is correct??? Yes, although most of the Macs are running on x86 
today, the Eclipse platform still expects 'ppc'. Otherwise the EPP build 
cannot include this bundle in the package.

I fixed it already and the new build seems to be okay.

Regards
Markus



[This is an error that happend to be one of my own favourite errors: Last 
years summer Europa builds for Mac OSX did work, but they didn't contain the 
Mac-specific part of the SWT help system.]


Back to the top