When I want to recompile the sources freshly checked
out from the Version branch according to the
documention I get loads of compilation errors in Eclipse
al starting/related to the message: 'syntax error on
token assert'
Source being the fact that in JDK 1.4 sources can no
longer use the word 'assert' since that has become a
reserved identifier in JDK 1.4.
This basically has to be fixed in MMBase but Imbrium
overrides these method and the must change this as
well to become fully JDK 1.4 compatible.
The sollution is to use 1.3 source compatibility.
The JDK I am using is:
C:\Documents and Settings\wouter>java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed
mode)
Regards, Wouter