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

Uh, yes. That'll show me not to answer e-mails until I have my morning
coffee. :).

Cheers,
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 John Cortell
> Sent: Monday, October 02, 2006 8:25 AM
> To: CDT General developers list.; CDT General developers list.
> Subject: RE: [cdt-dev] Did you notice problem with export
> 
> Being that assert is a 1.4 thing, this doesn't seem like someone
> jumped the 1.5 gun. But I do wonder why we're not using the 1.4
> compiler setting in the CDT projects.
> 
> John
> 
> At 06:04 AM 10/2/2006, Doug Schaefer wrote:
> >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
> >_______________________________________________
> >cdt-dev mailing list
> >cdt-dev@xxxxxxxxxxx
> >https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top