[FreeCiv-Java] Build: jfreeciv FAILED to build
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
The Build for jfreeciv failed on 2001-11-08 at 00:10:01. The build log is below:
Buildfile: build.xml
init:
[echo] jfreeciv build started November 8 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 : method getButton ()
[javac] location: class java.awt.event.MouseEvent
[javac] int whichButton = e.getButton();
[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 = (whichButton ==
MouseEvent.BUTTON3);
[javac] ^
[javac] 2 errors
BUILD FAILED
/home/buildman/build/jfreeciv/build.xml:80: Compile failed, messages should
have been provided.
Total time: 34 seconds
|
|