Build: jfreeciv FAILED to build

Build Manager <[email protected]> Sat, 10 Nov 2001 00:10:53 GMT
Newsgroups gmane.games.freeciv.java
Message-ID <[email protected]>
The Build for jfreeciv failed on 2001-11-10 at 00:10:00. The build log is below:

Buildfile: build.xml

init:
     [echo] jfreeciv build started November 10 2001 at 0010

pullsrc:

copyfiles:
     [copy] Copying 1 file to /home/buildman/build/jfreeciv/class

src:
    [javac] Compiling 268 source files to /home/buildman/build/jfreeciv/class
    [javac] /home/buildman/build/jfreeciv/src/org/freeciv/client/dialog/ImplCityReport.java:468: cannot resolve symbol
    [javac] symbol  : variable BUTTON3  
    [javac] location: class java.awt.event.MouseEvent
    [javac]                     int mod = e.getModifiers() & MouseEvent.BUTTON3;
    [javac]                                                            ^
    [javac] /home/buildman/build/jfreeciv/src/org/freeciv/client/dialog/ImplCityReport.java:469: cannot resolve symbol
    [javac] symbol  : variable BUTTON3  
    [javac] location: class java.awt.event.MouseEvent
    [javac]                     boolean ascending = ( mod == MouseEvent.BUTTON3);
    [javac]                                                            ^
    [javac] 2 errors

BUILD FAILED

/home/buildman/build/jfreeciv/build.xml:80: Compile failed, messages should have been provided.

Total time: 35 seconds