Hi Guys, I’'m pretty new to Spark development, I downloaded the source from SVN and tried compiling with ant. However, I recevied the following errors. Do I need another set of plugin libraries? Or some an apple dev kit?
build:
Compiling 295 source files to C:\Spark\target\classes
C:\Spark\src\plugins\apple\src\com\jivesoftware\spark\plugin\apple\ApplePlugin. java:12: package com.apple.eawt does not exist
import com.apple.eawt.Application;
^
C:\Spark\src\plugins\apple\src\com\jivesoftware\spark\plugin\apple\ApplePlugin. java:13: package com.apple.eawt does not exist
import com.apple.eawt.ApplicationAdapter;
^
C:\Spark\src\plugins\apple\src\com\jivesoftware\spark\plugin\apple\ApplePlugin. java:14: package com.apple.eawt does not exist
import com.apple.eawt.ApplicationEvent;
…