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
BUILD FAILED
/home/bertine/arwave-server/build.xml:184: Tests failed. Check log and/or
reports.
Total time: 2 minutes 2 seconds
bert...@ubuntu:~/arwave-server$ sudo ./run-server.sh
Unable to access jarfile dist/fedone-server-0.3.jar
===
Nothing seems to be in the dist directory either, so the server
still doesn't run.
On 4 October 2010 00:43, Joseph Gentle <[email protected]> wrote:
> ant compile_gwt just compiles the client. We're aware of the errors;
> they can be safely ignored.
>
> To compile the server run:
> ant dist
> or just:
> ant
>
> That is indeed the most up-to-date.
>
> -J
>
> On Mon, Oct 4, 2010 at 8:31 AM, Thomas Wrobel <[email protected]> wrote:
> > hg pull-u didn't work (404), so we downloaded a fresh copy from;
> > hg clone https://wave-protocol.googlecode.com/hg/
> > Is this the most upto date?
> > We then ran "ant compile_gwt"
> > It seemed to compile ok, but there was errors in UserDataSchemas.java,
> > WaveletBasedSupplement and DocumentBasedAbuseStore.
> > After the compilation succeeded, we configured run-config.sh (domain,
> xmpp,
> > certs etc). We didn't touch any of the other settings (database etc).
> > Finally we tried "run-server.sh", but got the following error;
> > Unable to access jarfile dist/fedone-server-0.3.jar
> > We checked the dist directory and it seems completely empty. Is the
> current
> > version at "https://wave-protocol.googlecode.com/hg/ " missing some
> files?
> > Should we copy the contents of dist from the working server version we
> > still have backed up? (assuming they haven't changed).
> > Thanks,
> > Thomas
> >
> > On 3 October 2010 02:40, Lennard de Rijk <[email protected]> wrote:
> >>
> >>
> >> On Sun, Oct 3, 2010 at 11:32 AM, Thomas Wrobel <[email protected]>
> >> wrote:
> >>>
> >>> thanks, how would I pull in the changes? The specific url/command?
> >>
> >> A 'hg pull -u' should do the trick. However there is a big chance that
> >> when recompiling the webclient it will still not work because the server
> >> might be out of date, maybe you should test it on another machine? We
> are
> >> working on persistence for the server so that updating it doesn't have
> to
> >> result in loss of data.
> >> Greetings,
> >> Lennard
> >>
> >> --
> >> 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]<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]<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.