Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] I build smoke testing delayed ... compile error?

There is another anomaly ... the first part of the build indicates there is a compile error in xml core


Source File: org/eclipse/wst/xml/core/internal/document/NodeImpl.java
1. ERROR: UndefinedMethod
The method getTextContent() is undefined for the type Node
NodeImpl.java :
957 : String text = child.getTextContent();

but (and this is the anomaly) the JUnit tests went ahead and are running ... they are supposed to not run if there is a compile error ... so ... is this compile error "real", or some error in scripts or file system?

Thanks,


Back to the top