Hi All, I am trying to load the application in Netbeans, I am able to fix most of the dependencies....
But I am stuck now! Where are these files - *import org.waveprotocol.box.common.comms.jso.ProtocolAuthenticateJsoImpl;* *import org.waveprotocol.box.common.comms.jso.ProtocolOpenRequestJsoImpl;* *import org.waveprotocol.box.common.comms.jso.ProtocolSubmitRequestJsoImpl;* *import org.waveprotocol.box.common.comms.jso.ProtocolSubmitResponseJsoImpl; * *import org.waveprotocol.box.common.comms.jso.ProtocolWaveletUpdateJsoImpl;* I find cannot the jso package anywhere, so I assume it should be generated... am I correct? Also missing are some other files - *import org.waveprotocol.box.common.comms.ProtocolWaveletUpdate* and *import org.waveprotocol.box.common.comms.proto.DocumentSnapshotProtoImpl;* *import org.waveprotocol.box.common.comms.proto.ProtocolAuthenticateProtoImpl;* *import org.waveprotocol.box.common.comms.proto.ProtocolAuthenticationResultProtoImpl; * *import org.waveprotocol.box.common.comms.proto.ProtocolOpenRequestProtoImpl;* *import org.waveprotocol.box.common.comms.proto.ProtocolSubmitRequestProtoImpl;* *import org.waveprotocol.box.common.comms.proto.ProtocolSubmitResponseProtoImpl;* *import org.waveprotocol.box.common.comms.proto.ProtocolWaveletUpdateProtoImpl;* *import org.waveprotocol.box.common.comms.proto.WaveViewSnapshotProtoImpl;* *import org.waveprotocol.box.common.comms.proto.WaveletSnapshotProtoImpl;* which again I assume should be generated, and that to in the protoc phase . . . but I m again not able to find the protobuf definitions for these. Please help me with what am I missing here. Regards, Rohit The diamond cannot be polished without friction, nor man perfected without trials http://mytechrantings.blogspot.com
