--
You received this message because you are subscribed to the Google Groups "cometd-users" group.
To post to this group, send email to cometd...@googlegroups.com
To unsubscribe from this group, send email to cometd-users...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cometd-users
Visit the CometD website at http://www.cometd.org
I don't have the sources out myself, but ServerAnnotationProcessorTest is trying to call foo :). That definitely sounds like an accidental checkin. Open ServerAnnotationProcessorTest.java, go to line 426, and see what's there. Probably can just comment it out.
You are using OpenJDK to build, instead of the Sun/Oracle JDK.
OpenJDK has a known compiler bug that generates the error you see.
Can you please report what exact Java version and vendor are you using ?
Easy solution is to download and install Oracle's JDK and use that to build.
Simon
--
http://cometd.org
http://intalio.com
http://bordet.blogspot.com
----
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless. Victoria Livschitz
You are using OpenJDK to build, instead of the Sun/Oracle JDK.
OpenJDK has a known compiler bug that generates the error you see.
Can you please report what exact Java version and vendor are you using ?
Can you please report what exact Java version and vendor are you using ?
On Tue, Jan 10, 2012 at 20:41, James Coglan <jco...@gmail.com> wrote:
> I've installed the sun-java-6 packages for Ubuntu and this made `clean
> install` run, but I still can't the demo:
>
> $ JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.26/ ../apache-maven-3.0.3/bin/mvn
> jetty:run
> [INFO] Scanning for projects...
> [WARNING] The POM for
> org.mortbay.jetty:jetty-maven-plugin:jar:7.6.0-SNAPSHOT is missing, no
> dependency information available
This is not a Java problem, but a build problem. I pushed a fix for
it, so please pull again, and you should be good.
Let us know if you still have problems.
This is not a Java problem, but a build problem. I pushed a fix for
it, so please pull again, and you should be good.
Let us know if you still have problems.
On Tue, Jan 10, 2012 at 21:36, James Coglan <jco...@gmail.com> wrote:
> That's got it working, thanks a lot for your help.
You're working off master, which is in development.
You may experience temporary instabilities, and pull often.