Skip to main content

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

Looks like someone jumped the gun on 1.5 compliance.

Doug Schaefer
QNX Software Systems
Eclipse CDT Project Lead
http://cdtdoug.blogspot.com
 
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Przemek Tomaszewski
> Sent: Monday, October 02, 2006 5:51 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [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\Invisi
> bleCharacterPainter.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\Invisi
> bleCharacterPainter.java
> (at line 158)
> 	assert text.length() == length;
> 	           ^
> Syntax error on token ".", = expected
> 
> 
> Do you know what is going on?
> 
> Best regards,
> 
> Przemek Tomaszewski
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top