Hi all, I just got a build failure after sync the trunk, the incorrect import statement causes the error:
*import com.sun.xml.internal.ws.Closeable;* It should be: import java.io.Closeable; public class MemoryInputStream extends AbstractDataInput implements DataInput, *Closeable* ... - P