Thrilled by all the success today I've just announced my Wave installation to 
my friends. First reply: "Is there a mobile app?".

As far as I know, Google Wave actually had an optimised web client for mobile 
view. Here 
(https://sites.google.com/a/waveprotocol.org/wave-protocol/code/starter-projects)
 is stated "No-one is working on mobile support at the moment. This is an open 
project."... is this still true in 2013?

I haven't set up the XMPP server yet. Is it possible to browse with any XMPP 
client (like IM+, Trillian,...) one's last Wave messages? Or is it really just 
used for pushing messages to other Wave servers?
Whaaa... maybe I should finish my first year at university before going on in 
this topic...


> Which version of Opera, and on which OS?

Opera identifies itself as "Opera/9.80 (Windows NT 6.2) Presto/2.12.388 
Version/12.12". So it's rather a problem of socket.io?


> MongoDB is optional

On which scale does it have an advantage to use MongoDB instead of simple file 
storage? I'm not exactly sure whether it would slow down my server in the end 
when using Redis (for D*) & MongoDB (for Wave).


> Or incorrect JDK version, you need Open JDK 6.

Ah, well, that could be it! Could be true that I used openjdk 6 and ant 1.7 for 
testing on Debian. Thanks!
Nevertheless, some error logs as a truly tiresome bedtime story:

"BUILD FAILED

/home/jpschulze/wave/build.xml:104: The following error occurred while 
executing this line:
/home/jpschulze/wave/build-macros.xml:68: Compile failed; see the compiler 
error output for details.
        at 
org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
        at 
org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:401)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:809)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Caused by: /home/jpschulze/wave/build-macros.xml:68: Compile failed; see the 
compiler error output for details.
        at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1150)
        at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:912)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at 
org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:398)
        ... 16 more"

Reply via email to