Thanks Yuri... I am able to compile properly using ant... But for sake understanding the structure of the project and more over to create a netbeans project for it I want to know which files generate this...
actually I went through the ant files to try and understand the build file, but couldn't find the base sources for these few files. Regards, Rohit The diamond cannot be polished without friction, nor man perfected without trials http://mytechrantings.blogspot.com On Fri, May 6, 2011 at 8:30 PM, Yuri Z <[email protected]> wrote: > I think you can just run "ant compile" and this will generate all the > required files and compile the sources. > > 2011/5/6 Rohit Rai <[email protected]> > > > 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 > > >
