Hey, Thanks a lot Dan. I was looking for an ant task, didn't think of macros! My bad...
Will work with it now. Regards, Rohit The diamond cannot be polished without friction, nor man perfected without trials http://mytechrantings.blogspot.com 2011/5/9 Daniel Danilatos <[email protected]> > Hi Rohit, > > I grepped for "pst" in *.xml, and this came up: > build-macros.xml: <java failonerror="true" fork="true" > classname="org.waveprotocol.pst.PstMain"> > > That's probably what you're after, though I didn't set this up so let > me know if that was it. > > Dan > > Στις 7 Μαΐου 2011 4:49 π.μ., ο χρήστης Rohit Rai <[email protected]> > έγραψε: > > Another question - > > > > Which class in pstmessage ANT task? Is this under the wave source code or > > provided by some other library? > > As far as I understand proto-stringtemplate is a part of wave project > > > > Regards, > > Rohit > > > > The diamond cannot be polished without friction, nor man perfected > without > > trials > > http://mytechrantings.blogspot.com > > > > > > On Fri, May 6, 2011 at 11:53 PM, Rohit Rai <[email protected]> wrote: > > > >> Will I be correct in assuming this is the PST magic stuff? > >> > >> The diamond cannot be polished without friction, nor man perfected > without > >> trials > >> http://mytechrantings.blogspot.com > >> > >> > >> On Fri, May 6, 2011 at 11:25 PM, Rohit Rai <[email protected]> wrote: > >> > >>> 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 > >>>> > > >>>> > >>> > >>> > >> > > >
