Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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