Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] Heads up on compile error in R3.2.2 M re-build?

Close. It’s a Java 6 thing. Just dropped a fix.

 

From: wtp-releng-bounces@xxxxxxxxxxx [mailto:wtp-releng-bounces@xxxxxxxxxxx] On Behalf Of David M Williams
Sent: Thursday, August 26, 2010 6:26 PM
To: wtp-releng@xxxxxxxxxxx
Subject: [wtp-releng] Heads up on compile error in R3.2.2 M re-build?

 


This evening around 6, I restarted the M build to pick up bug 318068
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318068


I think there will be a compile error .... related to 1.5 vs. 1.4 BREE?  

Source File: org/eclipse/jst/j2ee/internal/ui/J2EEModuleDependenciesPropertyPage.java
1. ERROR: UndefinedMethod
The method isEmpty() is undefined for the type String
J2EEModuleDependenciesPropertyPage.java :
259 : if(runtimePath.toString().isEmpty()){



Thought I'd give this "heads up" to mailing list, in case anyone associated with bug 318068 can fix it more quickly?


Back to the top