You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by sumedha rubasinghe <su...@apache.org> on 2008/09/24 19:36:19 UTC

Build failure on trunk (revision 698662)

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
..........
..........
..........

Re: Build failure on trunk (revision 698662)

Posted by sumedha rubasinghe <su...@gmail.com>.
Yeap. It did work after building transports.
Sorry for the troubling :-( .
Tx Andreas.

/sumedha


On Thu, Sep 25, 2008 at 1:11 AM, Andreas Veithen
<an...@skynet.be>wrote:

> 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: dev-unsubscribe@synapse.apache.org
> For additional commands, e-mail: dev-help@synapse.apache.org
>
>

Re: Build failure on trunk (revision 698662)

Posted by Andreas Veithen <an...@skynet.be>.
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org