Re: Compile error (very complex and stinky)

2013-03-28 Thread Vicente J. Ruiz Jurado
El 28/03/13 02:03, Jack Johnson escribió: > SelectChannelConnector@127.0.0.1:9898: java.net.BindException: > Cannot assign requested address Probably you have other instance of wave running or other service using this port. Try to find with process is using the port: sudo lsof -i :9898 BR,

Re: Compile error (very complex and stinky)

2013-03-27 Thread Jack Johnson
And in run (with JDK7 when compiled with 6): Mar 27, 2013 6:02:52 PM org.waveprotocol.box.server.waveserver.CertificateManagerImpl WARNING: ** SIGNATURE VERIFICATION DISABLED ** see flag "waveserver_disable_verification" Mar 27, 2013 6:02:52 PM org.waveprotocol.box.server.waveserver.WaveServer

Re: Compile error (very complex and stinky)

2013-03-27 Thread Vicente J. Ruiz Jurado
El 27/03/13 22:07, Jack Johnson escribió: > Still fails. > [echo] Compiling client > [javac] Compiling 130 source files to > /home/jack/bin/wave/trunk/build/src > [javac] > /home/jack/bin/wave/trunk/src/org/waveprotocol/wave/client/paging/AbstractTreeNode.java:98: > error: set(T,T,T) has pr

Re: Compile error (very complex and stinky)

2013-03-27 Thread Jack Johnson
Still fails. [echo] Compiling client [javac] Compiling 130 source files to /home/jack/bin/wave/trunk/build/src [javac] /home/jack/bin/wave/trunk/src/org/waveprotocol/wave/client/paging/AbstractTreeNode.java:98: error: set(T,T,T) has private access in AbstractTreeNode [javac]

Re: Compile error (very complex and stinky)

2013-03-27 Thread Jack Johnson
Ben Hegarty wrote: I had to replace the junit location in the get_third_party.sh script with one from source forge as the one there seems to be broken, I take it that u ran this script before compiling anything? I did that manually. Somehow. I ran it and then did the last bit manually. Somehow.

Re: Compile error (very complex and stinky)

2013-03-27 Thread Vicente J. Ruiz Jurado
El mié 27 mar 2013 19:09:48 CET, Ben Hegarty escribió: > I had to replace the junit location in the get_third_party.sh script with > one from source forge as the one there seems to be broken, I take it that u > ran this script before compiling anything? > Regards > > On Wednesday, March 27, 2013, J

Re: Compile error (very complex and stinky)

2013-03-27 Thread Ben Hegarty
I had to replace the junit location in the get_third_party.sh script with one from source forge as the one there seems to be broken, I take it that u ran this script before compiling anything? Regards On Wednesday, March 27, 2013, Jack Johnson wrote: > I cannot get Wave in a Box to compile on Deb

Compile error (very complex and stinky)

2013-03-27 Thread Jack Johnson
I cannot get Wave in a Box to compile on Debian 7. I checked out the trunk as of yesterday, so here goes nada. silly@lemon:~/wave/trunk$ ant compile-gwt Buildfile: /home/jack/bin/wave/trunk/build.xml init-logging: [echo] Logging to /home/jack/bin/wave/trunk/build/logs/build_2013-03-27_09-1