Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Did you notice problem with export

Hi,

 I've observed that exporting CDT plugins (from HEAD on eclipse
3.2.1) causes compilation errors during 'export build'.  Looking into
'logs.zip' tells me that 1.3 compiler is used instead of 1.4 (project
settings are correct):

Example content of error file:
# 02.10.06 11:08:18 CEST
# Eclipse Java Compiler v_677_R32x, 3.2.1 release, Copyright IBM Corp
2000, 2006. All rights reserved.
----------
1. WARNING in D:\workspace_cdt\org.eclipse.cdt.ui\src\org\eclipse\cdt\internal\ui\InvisibleCharacterPainter.java
(at line 158)
	assert text.length() == length;
	^^^^^^
'assert' should not be used as an identifier, since it is a reserved
keyword from source level 1.4 on
----------
2. ERROR in D:\workspace_cdt\org.eclipse.cdt.ui\src\org\eclipse\cdt\internal\ui\InvisibleCharacterPainter.java
(at line 158)
	assert text.length() == length;
	           ^
Syntax error on token ".", = expected


Do you know what is going on?

Best regards,

Przemek Tomaszewski


Back to the top