[kepler-dev] [Bug 4993] New: Kepler-2.0 cannot be built under windows because of apple-extensions

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri May 7 18:47:46 PDT 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4993

           Summary: Kepler-2.0 cannot be built under windows because of
                    apple-extensions
           Product: Kepler
           Version: 1.x dev
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: build system
        AssignedTo: berkley at nceas.ucsb.edu
        ReportedBy: cxh at eecs.berkeley.edu
         QAContact: kepler-dev at kepler-project.org


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 at newton ~/src/kepler-2.0/build-area
$

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list