Hey Christopher, Did you update your build-area? This was a bug a while back and it was fixed, I thought. The AppleExtensions classes should not be built under windows and they should be excluded in the eclipse project files.
chad Christopher Brooks wrote: > Hi David, > > I just installed Eclipse-rcp-galileo under Windows 2003 Server > with Java 1.6.0_14 an after adding tools.jar to the path, I'm still > getting errors in the compilation: > > Description Resource Path Location Type > Application cannot be resolved KeplerOSXExtension.java > /apple-extensions/src/org/kepler/osx line 17 Java Problem > Application cannot be resolved to a type KeplerOSXExtension.java > /apple-extensions/src/org/kepler/osx line 17 Java Problem > ApplicationEvent cannot be resolved to a type > KeplerApplicationListener.java > /apple-extensions/src/org/kepler/osx line 19 Java Problem > ApplicationEvent cannot be resolved to a type > KeplerApplicationListener.java > /apple-extensions/src/org/kepler/osx line 26 Java Problem > ApplicationEvent cannot be resolved to a type > KeplerApplicationListener.java > /apple-extensions/src/org/kepler/osx line 31 Java Problem > ApplicationEvent cannot be resolved to a type > KeplerApplicationListener.java > /apple-extensions/src/org/kepler/osx line 36 Java Problem > ApplicationEvent cannot be resolved to a type > KeplerApplicationListener.java > /apple-extensions/src/org/kepler/osx line 41 Java Problem > ApplicationEvent cannot be resolved to a type > KeplerApplicationListener.java > /apple-extensions/src/org/kepler/osx line 49 Java Problem > ApplicationEvent cannot be resolved to a type > KeplerApplicationListener.java > /apple-extensions/src/org/kepler/osx line 77 Java Problem > ApplicationListener cannot be resolved to a type > KeplerApplicationListener.java > /apple-extensions/src/org/kepler/osx line 17 Java Problem > The import com.apple.eawt cannot be resolved > KeplerOSXExtension.java /apple-extensions/src/org/kepler/osx line > 3 Java Problem > The import com.apple.eawt cannot be resolved > KeplerApplicationListener.java > /apple-extensions/src/org/kepler/osx line 3 Java Problem > > Can you take a look? > > This is with a clean checkout. > > Also, how difficult would it be to create a test that would build Eclipse > using the output of "ant eclipse"? It seems like until we have a regularly > run test for the IDEs then we will always have problems. > > _Christopher >

