>>>>> "Raif" == Raif S Naffah <[EMAIL PROTECTED]> writes:
Raif> 60. WARNING in ./gnu/classpath/tools/javah/JniHelper.java Raif> (at line 77) Raif> assert type.getSort() == Type.OBJECT; Raif> ^^^^^^ Raif> 'assert' should not be used as an identifier, since it is a reserved keyword Raif> from source level 1.4 on I think this is the real error. Probably the ecj build should be using '-source 1.4'. Try adding that to the appropriate place in tools/Makefile.am... Tom
