org.jivesoftware.openfire.launcher.Launcher Bug?

I downloaded the openfire source from the download site (v 3.3.0) and imported it to my eclipse workspace. after building the source i get one of those nice little annoying symbols with an X on red ground grml

that tells me that the Method getTextContent is not defined for org.w3c.dom.Element (lines 482 and 486) - has anyone an idea how i can fix this problem?

Have a look here: http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/Node.html#getTextContent()

That method seems to be defined (Element is a subclass of Node). It doesn’'t seem to be available in Java 1.4.2 though. Are you building against 1.5 (which is a requirement for Openfire, even though 1.6 is recommended)?

it’'s java 1.5 … but it occures on java 1.6 too… i even have not installed any java < 1.5