Hi folks, I get the following compilation errors when trying to compile synapse on trunk. Maybe the nio deps changed and the pom is not updated ? Anybody else seeing the same problem ?
[INFO] [compiler:compile] Compiling 66 source files to /opt/workspace/webservices/synapse/java/modules/transports/target/classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /opt/workspace/webservices/synapse/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/ClientHandler.java:[26,30] cannot find symbol symbol : class HttpParamsLinker location: package org.apache.http.params /opt/workspace/webservices/synapse/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/ClientHandler.java:[129,12] cannot find symbol symbol : variable HttpParamsLinker location: class org.apache.synapse.transport.nhttp.ClientHandler /opt/workspace/webservices/synapse/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/ClientHandler.java:[163,12] cannot find symbol symbol : variable HttpParamsLinker location: class org.apache.synapse.transport.nhttp.ClientHandler -- Regards, Rajith Attapattu Red Hat blog: http://rajith.2rlabs.com/
