Re: jetty9

2015-05-13 Thread James A. Robinson
: Since I need jetty9 support for my project I tried to build activemq with the mvn profile jetty9: codemvn -Dtest=false -DfailIfNoTests=false -P jetty9 install/code Unfortunately I get errors similar to this: org/apache/activemq/transport/ws/jetty8/MQTTSocket.java:[30,35] cannot find symbol I

Re: jetty9

2015-05-13 Thread James A. Robinson
the one you pasted that indicate the actual missing symbol, e.g., \nsymbol: class WebSocket\nlocation: package org.eclipse.jetty.websocket. Are there those details in your build error? Jim On Wed, May 13, 2015 at 5:29 AM lukas83 tre...@arch.ethz.ch wrote: Since I need jetty9 support for my

jetty9

2015-05-13 Thread lukas83
Since I need jetty9 support for my project I tried to build activemq with the mvn profile jetty9: codemvn -Dtest=false -DfailIfNoTests=false -P jetty9 install/code Unfortunately I get errors similar to this: org/apache/activemq/transport/ws/jetty8/MQTTSocket.java:[30,35] cannot find symbol I