Probably you will need to check out and build the new transports code before building Synapse:

https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/transport/

Andreas

On 24 sept. 08, at 19:36, sumedha rubasinghe wrote:

Hi devs,
I got a svn up of synapse trunk (revision 698662) & getting following compilation failure when building.
Looks like new transport changes are not yet applied fully.

/sumedha



[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/home/sumedha/extra/projects/synapse/trunk/modules/transports/src/ main/java/org/apache/synapse/transport/nhttp/ HttpCoreNIOListener.java:[31,0] package org.apache.axis2.transport.base does not exist

/home/sumedha/extra/projects/synapse/trunk/modules/transports/src/ main/java/org/apache/synapse/transport/nhttp/ HttpCoreNIOListener.java:[57,63] cannot find symbol
symbol: class ManagementSupport
public class HttpCoreNIOListener implements TransportListener, ManagementSupport {

/home/sumedha/extra/projects/synapse/trunk/modules/transports/src/ main/java/org/apache/synapse/transport/nhttp/ HttpCoreNIOListener.java:[89,12] cannot find symbol
symbol  : class TransportMBeanSupport
location: class org.apache.synapse.transport.nhttp.HttpCoreNIOListener

/home/sumedha/extra/projects/synapse/trunk/modules/transports/src/ main/java/org/apache/synapse/transport/nhttp/ HttpCoreNIOListener.java:[91,12] cannot find symbol
symbol  : class MetricsCollector
location: class org.apache.synapse.transport.nhttp.HttpCoreNIOListener

/home/sumedha/extra/projects/synapse/trunk/modules/transports/src/ main/java/org/apache/synapse/transport/nhttp/ServerHandler.java: [22,39] package org.apache.axis2.transport.base does not exist
..........
..........
..........


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to