Thanks the index.html shows the packages ok with the exception of; org.waveprotocol.wave.examples.fedone.rpc - 22 tests, 6 errors
Within that its; Rpctest and SequencedProtoChannelTest which is causing the errors. (both with 3 errors) RPC is giving connection timed out errors SequenceProtocolChannel is connection timed out, as well as a network unreachable. (does it need to connect to even compile ?) ---- Ok, seems to compile and started ok. I can connect and its definitely a new client. I can see a few changes. (no longer have to manually type the domain!). Also got those fields I needed; great stuff:) --- Yes, it is just the webclient I'm interested in. But if my server/client get out of sync I'm worried Id get more errors further down the line. Anyway, I think with all this working I should be able to get compiling on the windows/gwt set up ok. I'll try that tomorrow Thanks for all the help -Thomas On 4 October 2010 01:51, Lennard de Rijk <[email protected]> wrote: > > > On Mon, Oct 4, 2010 at 10:42 AM, Thomas Wrobel <[email protected]>wrote: > >> Running "ant" or "ant dist" gives me build errors; >> >> ==== >> proto_compile: >> [javac] /home/bertine/arwave-server/build.xml:68: warning: >> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set >> to false for repeatable builds >> >> gen_gxp: >> >> compile: >> [javac] Compiling 2 source files to >> /home/bertine/arwave-server/build/core >> >> compile_tests: >> >> test: >> [junit] WARNING: multiple versions of ant detected in path for junit >> [junit] >> jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class >> [junit] and >> jar:file:/home/bertine/arwave-server/third_party/codegen/gwt/gwt-dev.jar!/org/apache/tools/ant/Project.class >> [junit] TEST org.waveprotocol.wave.examples.fedone.rpc.RpcTest FAILED >> [junit] TEST >> org.waveprotocol.wave.examples.fedone.rpc.SequencedProtoChannelTest FAILED >> [junit] Tests FAILED >> [junitreport] Processing >> /home/bertine/arwave-server/build/testoutput/TESTS-TestSuites.xml to >> /tmp/null1360123645 >> [junitreport] Loading stylesheet >> jar:file:/usr/share/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl >> [junitreport] Transform time: 2833ms >> [junitreport] Deleting: /tmp/null1360123645 >> >> > Interesting build looks green on this end [0]. Could you open up > build/testoutput/index.html in your browser and take a look? In the mean > time run ant dist-server to skip the tests. On the other hand I thought you > only wanted the webclient code, which will be compiled into the war folder. > > Greetings, > Lennard > > [0] http://google2.osuosl.org:9090/ > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<wave-protocol%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
