Actions
Bug #4993
closedKepler-2.0 cannot be built under windows because of apple-extensions
Start date:
05/07/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4993
Description
The instructions at
https://kepler-project.org/developers/teams/build/systems/build-system/extension-build-system
fail because of apple-extensions
If, under Windows Server 2003, I do:
mkdir kepler-2.0
cd kepler-2.0
svn co https://code.kepler-project.org/code/kepler/releases/release-branches/build-area-2.0/ build-area
cd build-area
ant change-to -Dsuite=kepler-2.0
ant run
I get:
[compile] Compiling apple-extensions-2.0...
[compile] C:\tmp\cxh\src\kepler-2.0\build-area\build.xml:31: warning: 'includeantruntime' was not set, defaulting to build.syscl
asspath=last; set to false for repeatable builds
[compile] Compiling 1 source file to C:\tmp\cxh\src\kepler-2.0\apple-extensions-2.0\target\classes
[compile] C:\tmp\cxh\src\kepler-2.0\apple-extensions-2.0\src\org\kepler\osx\KeplerApplicationListener.java:50: package com.apple
.eawt does not exist
[compile] import com.apple.eawt.ApplicationEvent;
[compile] ^
[compile] C:\tmp\cxh\src\kepler-2.0\apple-extensions-2.0\src\org\kepler\osx\KeplerApplicationListener.java:51: package com.apple
.eawt does not exist
[compile] import com.apple.eawt.ApplicationListener;
[compile] ^
[compile] C:\tmp\cxh\src\kepler-2.0\apple-extensions-2.0\src\org\kepler\osx\KeplerApplicationListener.java:53: cannot find symbo
l
[compile] symbol: class ApplicationListener
[compile] public class KeplerApplicationListener implements ApplicationListener
[compile] ^
[compile] C:\tmp\cxh\src\kepler-2.0\apple-extensions-2.0\src\org\kepler\osx\KeplerApplicationListener.java:55: cannot find symbo
l
[compile] symbol : class ApplicationEvent
[compile] location: class org.kepler.osx.KeplerApplicationListener
[compile] public void handleAbout(ApplicationEvent event)
[compile] ^
[compile] C:\tmp\cxh\src\kepler-2.0\apple-extensions-2.0\src\org\kepler\osx\KeplerApplicationListener.java:62: cannot find symbo
l
[compile] symbol : class ApplicationEvent
[compile] location: class org.kepler.osx.KeplerApplicationListener
[compile] public void handleOpenApplication(ApplicationEvent event)
[compile] ^
[compile] C:\tmp\cxh\src\kepler-2.0\apple-extensions-2.0\src\org\kepler\osx\KeplerApplicationListener.java:67: cannot find symbo
l
[compile] symbol : class ApplicationEvent
[compile] location: class org.kepler.osx.KeplerApplicationListener
[compile] public void handleOpenFile(ApplicationEvent event)
[compile] ^
[compile] C:\tmp\cxh\src\kepler-2.0\apple-extensions-2.0\src\org\kepler\osx\KeplerApplicationListener.java:72: cannot find symbo
l
[compile] symbol : class ApplicationEvent
[compile] location: class org.kepler.osx.KeplerApplicationListener
[compile] public void handlePreferences(ApplicationEvent event)
[compile] ^
[compile] C:\tmp\cxh\src\kepler-2.0\apple-extensions-2.0\src\org\kepler\osx\KeplerApplicationListener.java:77: cannot find symbo
l
[compile] symbol : class ApplicationEvent
[compile] location: class org.kepler.osx.KeplerApplicationListener
[compile] public void handlePrintFile(ApplicationEvent event)
[compile] ^
[compile] C:\tmp\cxh\src\kepler-2.0\apple-extensions-2.0\src\org\kepler\osx\KeplerApplicationListener.java:85: cannot find symbo
l
[compile] symbol : class ApplicationEvent
[compile] location: class org.kepler.osx.KeplerApplicationListener
[compile] public void handleQuit(ApplicationEvent event)
[compile] ^
[compile] C:\tmp\cxh\src\kepler-2.0\apple-extensions-2.0\src\org\kepler\osx\KeplerApplicationListener.java:109: cannot find symb
ol
[compile] symbol : class ApplicationEvent
[compile] location: class org.kepler.osx.KeplerApplicationListener
[compile] public void handleReOpenApplication(ApplicationEvent event)
[compile] ^
[compile] 10 errors
BUILD FAILED
C:\tmp\cxh\src\kepler-2.0\build-area\build.xml:31: C:\tmp\cxh\src\kepler-2.0\build-area\build.xml:31: Compile failed; see the comp
iler error output for details.
Total time: 2 minutes 10 seconds
cxh@newton ~/src/kepler-2.0/build-area
$
Updated by Christopher Brooks over 14 years ago
Closing.
I verified that I can build the Kepler-2.0 branch under Windows Server 2003.
Actions