[Carbon-dev] Compilation errors while building 3.2.1

2011-06-24 Thread Supun Kamburugamuva
[INFO] Building WSO2 Carbon - Logging Services
[INFO]task-segment: [install]
[INFO]

[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 20 source files to
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/target/classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[28,40]
package org.wso2.carbon.logging.appenders does not exist

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[29,40]
package org.wso2.carbon.logging.appenders does not exist

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[32,40]
package org.wso2.carbon.logging.appenders does not exist

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[33,40]
package org.wso2.carbon.logging.appenders does not exist

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/service/LogViewer.java:[38,40]
package org.wso2.carbon.logging.appenders does not exist

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[226,36]
cannot find symbol
symbol  : class MemoryAppender
location: class org.wso2.carbon.logging.registry.RegistryManager

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[227,16]
cannot find symbol
symbol  : class MemoryAppender
location: class org.wso2.carbon.logging.registry.RegistryManager

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[227,49]
cannot find symbol
symbol  : class MemoryAppender
location: class org.wso2.carbon.logging.registry.RegistryManager

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[228,53]
cannot find symbol
symbol  : class CircularBuffer
location: class org.wso2.carbon.logging.registry.RegistryManager

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[212,29]
cannot find symbol
symbol  : class MemoryAppender
location: class org.wso2.carbon.logging.util.LoggingUtil

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[213,6]
cannot find symbol
symbol  : class MemoryAppender
location: class org.wso2.carbon.logging.util.LoggingUtil

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[213,39]
cannot find symbol
symbol  : class MemoryAppender
location: class org.wso2.carbon.logging.util.LoggingUtil

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[214,43]
cannot find symbol
symbol  : class CircularBuffer
location: class org.wso2.carbon.logging.util.LoggingUtil

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/service/LogViewer.java:[149,26]
cannot find symbol
symbol  : class MemoryAppender
location: class org.wso2.carbon.logging.service.LogViewer

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/service/LogViewer.java:[150,3]
cannot find symbol
symbol  : class MemoryAppender
location: class org.wso2.carbon.logging.service.LogViewer

[ERROR]
/users/supun/dev/wso2/branches/3.2.0/co

Re: [Carbon-dev] Compilation errors while building 3.2.1

2011-06-24 Thread Amani Soysa
Hi,

This is because we  change  package structure in  org.wso2.carbon.logging
component some time back. Can you please build the org.wso2.carbon.logging
component in carbon core. It should fix this issue.


Regards,
Amani

On Fri, Jun 24, 2011 at 6:39 PM, Supun Kamburugamuva  wrote:

> [INFO] Building WSO2 Carbon - Logging Services
> [INFO]task-segment: [install]
> [INFO]
> 
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/target
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 20 source files to
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/target/classes
> [INFO] -
> [ERROR] COMPILATION ERROR :
> [INFO] -
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[28,40]
> package org.wso2.carbon.logging.appenders does not exist
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[29,40]
> package org.wso2.carbon.logging.appenders does not exist
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[32,40]
> package org.wso2.carbon.logging.appenders does not exist
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[33,40]
> package org.wso2.carbon.logging.appenders does not exist
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/service/LogViewer.java:[38,40]
> package org.wso2.carbon.logging.appenders does not exist
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[226,36]
> cannot find symbol
> symbol  : class MemoryAppender
> location: class org.wso2.carbon.logging.registry.RegistryManager
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[227,16]
> cannot find symbol
> symbol  : class MemoryAppender
> location: class org.wso2.carbon.logging.registry.RegistryManager
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[227,49]
> cannot find symbol
> symbol  : class MemoryAppender
> location: class org.wso2.carbon.logging.registry.RegistryManager
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[228,53]
> cannot find symbol
> symbol  : class CircularBuffer
> location: class org.wso2.carbon.logging.registry.RegistryManager
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[212,29]
> cannot find symbol
> symbol  : class MemoryAppender
> location: class org.wso2.carbon.logging.util.LoggingUtil
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[213,6]
> cannot find symbol
> symbol  : class MemoryAppender
> location: class org.wso2.carbon.logging.util.LoggingUtil
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[213,39]
> cannot find symbol
> symbol  : class MemoryAppender
> location: class org.wso2.carbon.logging.util.LoggingUtil
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[214,43]
> cannot find symbol
> symbol  : class CircularBuffer
> location: class org.wso2.carbon.logging.util.LoggingUtil
>
> [ERROR]
> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/service/LogViewer.j

Re: [Carbon-dev] Compilation errors while building 3.2.1

2011-06-24 Thread Afkham Azeez
This was fixed in Carbon 3.2.0 right? We cannot do such changes for 3.2.1

On Fri, Jun 24, 2011 at 6:53 PM, Amani Soysa  wrote:

> Hi,
>
> This is because we  change  package structure in  org.wso2.carbon.logging
> component some time back. Can you please build the org.wso2.carbon.logging
> component in carbon core. It should fix this issue.
>
>
> Regards,
> Amani
>
> On Fri, Jun 24, 2011 at 6:39 PM, Supun Kamburugamuva wrote:
>
>> [INFO] Building WSO2 Carbon - Logging Services
>> [INFO]task-segment: [install]
>> [INFO]
>> 
>> [INFO] [incremental-build:incremental-build {execution: default}]
>> [INFO] Verifying module descriptor ...
>> [INFO] Pom descriptor modification detected.
>> [INFO] Deleting
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/target
>> [INFO] [resources:resources {execution: default-resources}]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 3 resources
>> [INFO] [compiler:compile {execution: default-compile}]
>> [INFO] Compiling 20 source files to
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/target/classes
>> [INFO] -
>> [ERROR] COMPILATION ERROR :
>> [INFO] -
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[28,40]
>> package org.wso2.carbon.logging.appenders does not exist
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[29,40]
>> package org.wso2.carbon.logging.appenders does not exist
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[32,40]
>> package org.wso2.carbon.logging.appenders does not exist
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[33,40]
>> package org.wso2.carbon.logging.appenders does not exist
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/service/LogViewer.java:[38,40]
>> package org.wso2.carbon.logging.appenders does not exist
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[226,36]
>> cannot find symbol
>> symbol  : class MemoryAppender
>> location: class org.wso2.carbon.logging.registry.RegistryManager
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[227,16]
>> cannot find symbol
>> symbol  : class MemoryAppender
>> location: class org.wso2.carbon.logging.registry.RegistryManager
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[227,49]
>> cannot find symbol
>> symbol  : class MemoryAppender
>> location: class org.wso2.carbon.logging.registry.RegistryManager
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[228,53]
>> cannot find symbol
>> symbol  : class CircularBuffer
>> location: class org.wso2.carbon.logging.registry.RegistryManager
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[212,29]
>> cannot find symbol
>> symbol  : class MemoryAppender
>> location: class org.wso2.carbon.logging.util.LoggingUtil
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[213,6]
>> cannot find symbol
>> symbol  : class MemoryAppender
>> location: class org.wso2.carbon.logging.util.LoggingUtil
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[213,39]
>> cannot find symbol
>> symbol  : class MemoryAppender
>> location: class org.wso2.carbon.logging.util.LoggingUtil
>>
>> [ERROR]
>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[214,43]
>> cannot find symbol
>> symbol  : class Circular

Re: [Carbon-dev] Compilation errors while building 3.2.1

2011-06-24 Thread Amani Soysa
On Fri, Jun 24, 2011 at 6:59 PM, Afkham Azeez  wrote:

> This was fixed in Carbon 3.2.0 right? We cannot do such changes for 3.2.1
>
>
> Yes this was done before the release to 3.2.0.

> On Fri, Jun 24, 2011 at 6:53 PM, Amani Soysa  wrote:
>
>> Hi,
>>
>> This is because we  change  package structure in  org.wso2.carbon.logging
>> component some time back. Can you please build the org.wso2.carbon.logging
>> component in carbon core. It should fix this issue.
>>
>>
>> Regards,
>> Amani
>>
>> On Fri, Jun 24, 2011 at 6:39 PM, Supun Kamburugamuva wrote:
>>
>>> [INFO] Building WSO2 Carbon - Logging Services
>>> [INFO]task-segment: [install]
>>> [INFO]
>>> 
>>> [INFO] [incremental-build:incremental-build {execution: default}]
>>> [INFO] Verifying module descriptor ...
>>> [INFO] Pom descriptor modification detected.
>>> [INFO] Deleting
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/target
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 3 resources
>>> [INFO] [compiler:compile {execution: default-compile}]
>>> [INFO] Compiling 20 source files to
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/target/classes
>>> [INFO] -
>>> [ERROR] COMPILATION ERROR :
>>> [INFO] -
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[28,40]
>>> package org.wso2.carbon.logging.appenders does not exist
>>>
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[29,40]
>>> package org.wso2.carbon.logging.appenders does not exist
>>>
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[32,40]
>>> package org.wso2.carbon.logging.appenders does not exist
>>>
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[33,40]
>>> package org.wso2.carbon.logging.appenders does not exist
>>>
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/service/LogViewer.java:[38,40]
>>> package org.wso2.carbon.logging.appenders does not exist
>>>
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[226,36]
>>> cannot find symbol
>>> symbol  : class MemoryAppender
>>> location: class org.wso2.carbon.logging.registry.RegistryManager
>>>
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[227,16]
>>> cannot find symbol
>>> symbol  : class MemoryAppender
>>> location: class org.wso2.carbon.logging.registry.RegistryManager
>>>
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[227,49]
>>> cannot find symbol
>>> symbol  : class MemoryAppender
>>> location: class org.wso2.carbon.logging.registry.RegistryManager
>>>
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/registry/RegistryManager.java:[228,53]
>>> cannot find symbol
>>> symbol  : class CircularBuffer
>>> location: class org.wso2.carbon.logging.registry.RegistryManager
>>>
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[212,29]
>>> cannot find symbol
>>> symbol  : class MemoryAppender
>>> location: class org.wso2.carbon.logging.util.LoggingUtil
>>>
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[213,6]
>>> cannot find symbol
>>> symbol  : class MemoryAppender
>>> location: class org.wso2.carbon.logging.util.LoggingUtil
>>>
>>> [ERROR]
>>> /users/supun/dev/wso2/branches/3.2.0/components/logging/org.wso2.carbon.logging.service/3.2.1/src/main/java/org/wso2/carbon/logging/util/LoggingUtil.java:[213,39]
>>> cannot find symbol
>>> symbol  : class MemoryAppender
>>> location: class org.wso2.carbon.logging.util.LoggingUtil
>>>
>>> [ERROR]
>>> /user