Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Build errors

Oleg,

thanks for the quick fix.
I am using a Sun 1.4.2 JDK for building (as required by the build
settings).
The two URI methods are not available in this version, but neither in
1.5.0. 

Toni

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Krasilnikov, Oleg
> Sent: Tuesday, March 13, 2007 12:05 PM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] Build errors
> 
> Anton,
> 
> Thank you for finding.
> 
> Really, these methods do not raise errors in my system - so I was sure
> that all is OK.
> 
> Now, I've removed some calls to URI methods - I hope 
> remaining ones will
> be correct.
> 
> What about externalization warnings, they will be eliminated soon.
> -----------------------------------
> With best regards, Oleg Krasilnikov
> Software designer, Eclipse team. 
> Intel corp.
> +7 8312 162 444 ext. 2587
> (Russia, Nizhny Novgorod)
>  
> 
>  
> 
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Leherbauer, Anton
> Sent: Tuesday, March 13, 2007 1:22 PM
> To: CDT General developers list.
> Subject: [cdt-dev] Build errors
> 
> 
> Current HEAD does not compile. I am getting two build errors:
> 
> The method getRawHost() is undefined for the type URI
> org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/newui	
> StructureTreeTab.java
> line 763
> The method toIRIString() is undefined for the type URI
> org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/newui	
> StructureTreeTab.java
> line 771
> 
> and lots of warnings about non-externalized strings in the same class:
> 
> Non-externalized string literal; it should be followed by
> //$NON-NLS-<n>$	org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/newui
> StructureTreeTab.java	line 80
> 
> 
> Toni
> _______________________________________________
> 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