On Saturday 29 July 2006 05:10, Raif S. Naffah wrote: > ... > while trying to 'make' a freshly updated project i get: > > .... > 61. ERROR in ./gnu/classpath/tools/javah/JniHelper.java > (at line 77) > assert type.getSort() == Type.OBJECT; > ^ > Syntax error on token ".", = expected > ---------- > 61 problems (1 error, 60 warnings)make[1]: *** [tools.zip] Error 255 > make[1]: Leaving directory `/data/workspace/cvs/classpath/tools' > make: *** [all-recursive] Error 1
i should have included this as well:
60. WARNING in ./gnu/classpath/tools/javah/JniHelper.java
(at line 77)
assert type.getSort() == Type.OBJECT;
^^^^^^
'assert' should not be used as an identifier, since it is a reserved keyword
from source level 1.4 on
----------
cheers;
rsn
pgpHchcXsrry3.pgp
Description: PGP signature
