Hi,

On Thu, May 10, 2012 at 3:41 PM, Susara De Saram <susaralak...@gmail.com>wrote:

> I could build the Orbit successfully with maven3. Then I tried building
> Kernel and I got an error with a dependency as follows.
> Any help for this? Thanks.
>
> [ERROR] Failed to execute goal on project axis2-transports: Could not
> resolve dependencies for project
> org.apache.axis2:axis2-transports:pom:1.1.0-wso2v6: Failed to collect
> dependencies for [org.apache.axis2:axis2-kernel:jar:1.6.1-wso2v1
> (compile)]: Failed to read artifact descriptor for
> org.apache.axis2:axis2-kernel:jar:1.6.1-wso2v1: Could not transfer artifact
> org.apache.axis2:axis2-kernel:pom:1.6.1-wso2v1 from/to
> wso2-maven2-repository (http://dist.wso2.org/maven2): Connection to
> http://dist.wso2.org refused: Connection timed out -> [Help 1]
>

Probably a network issue! Can you please retry and see?

>  [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :axis2-transports
>
>
>
> On Wed, May 9, 2012 at 9:19 PM, Susara De Saram <susaralak...@gmail.com>wrote:
>
>> No Nirmal. I was using maven2. I will switch to maven3 and try again
>> then. Thanks.
>>
>> On Wed, May 9, 2012 at 10:44 AM, Nirmal Fernando <nir...@wso2.com> wrote:
>>
>>> Hi Susara,
>>>
>>> Can you please confirm that you're using maven3 and not maven2 ?
>>>
>>>
>>>
>>> On Tue, May 8, 2012 at 10:59 PM, Susara De Saram <susaralak...@gmail.com
>>> > wrote:
>>>
>>>> I tried to build orbit. But got this error.
>>>>
>>>> [INFO] Scanning for projects...
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [ERROR] BUILD FAILURE
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [INFO] Project 'antlr.wso2:antlr' is duplicated in the reactor
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [INFO] For more information, run Maven with the -e switch
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [INFO] Total time: 1 second
>>>>
>>>> [INFO] Finished at: Tue May 08 22:19:50 IST 2012
>>>>
>>>> [INFO] Final Memory: 7M/55M
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>>  Any help for this?
>>>>
>>>> Thank you.
>>>>
>>>> On Tue, May 8, 2012 at 10:16 AM, Susara De Saram <
>>>> susaralak...@gmail.com> wrote:
>>>>
>>>>> On Tue, May 8, 2012 at 9:56 AM, Nirmal Fernando <nir...@wso2.com>wrote:
>>>>>
>>>>>> Hi Susara,
>>>>>>
>>>>>> You've to build orbit first, then kernel and then platform.
>>>>>>
>>>>>
>>>>> Okay. I'l build in that order.
>>>>>
>>>>>>
>>>>>> Also please note that carbon-dev@ is deprecated, use dev@wso2.orginstead 
>>>>>> !
>>>>>>
>>>>>
>>>>> Ah.. okay. Thanks. I'l use it. :)
>>>>>
>>>>>>
>>>>>>
>>>>>>> [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>>
>>>>>>> [ERROR] BUILD ERROR
>>>>>>>
>>>>>>> [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>>
>>>>>>> [INFO] Failed to resolve artifact.
>>>>>>>
>>>>>>> ytgh
>>>>>>>
>>>>>>> Missing:
>>>>>>>
>>>>>>> ----------
>>>>>>>
>>>>>>> 1) asm:asm:jar:3.0
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>   Try downloading the file manually from the project website.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>   Then, install it using the command:
>>>>>>>
>>>>>>>       mvn install:install-file -DgroupId=asm -DartifactId=asm
>>>>>>> -Dversion=3.0 -Dpackaging=jar -Dfile=/path/to/file
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>   Alternatively, if you host your own repository you can deploy the
>>>>>>> file there:
>>>>>>>
>>>>>>>       mvn deploy:deploy-file -DgroupId=asm -DartifactId=asm
>>>>>>> -Dversion=3.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
>>>>>>> -DrepositoryId=[id]
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>   Path to dependency:
>>>>>>>
>>>>>>>        1)
>>>>>>> org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:2.0
>>>>>>>
>>>>>>>        2) org.apache.maven.shared:maven-dependency-analyzer:jar:1.0
>>>>>>>
>>>>>>>        3) asm:asm:jar:3.0
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ----------
>>>>>>>
>>>>>>> 1 required artifact is missing.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> for artifact:
>>>>>>>
>>>>>>>   org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:2.0
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> from the specified remote repositories:
>>>>>>>
>>>>>>>   apache.snapshots (http://repository.apache.org/snapshots),
>>>>>>>
>>>>>>>   repository.dev.java.net-maven2 (http://download.java.net/maven/2/
>>>>>>> ),
>>>>>>>
>>>>>>>   central (http://repo1.maven.org/maven2),
>>>>>>>
>>>>>>>   apache-snapshots (
>>>>>>> http://people.apache.org/repo/m2-snapshot-repository)
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>>
>>>>>>> [INFO] For more information, run Maven with the -e switch
>>>>>>>
>>>>>>> [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>>
>>>>>>> [INFO] Total time: 41 minutes 8 seconds
>>>>>>>
>>>>>>> [INFO] Finished at: Mon May 07 14:34:31 IST 2012
>>>>>>>
>>>>>>> [INFO] Final Memory: 130M/325M
>>>>>>>
>>>>>>> [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Thank you.
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Apr 19, 2012 at 10:31 AM, Srinath Perera 
>>>>>>> <srin...@wso2.com>wrote:
>>>>>>>
>>>>>>>> Hi Susara,
>>>>>>>>
>>>>>>>> Lets try the trunk. Checkout each of the following 3 and run mvn
>>>>>>>> clean install -Dmaven.test.skip=true
>>>>>>>>
>>>>>>>> https://svn.wso2.org/repos/wso2/carbon/kernel/trunk
>>>>>>>> https://svn.wso2.org/repos/wso2/carbon/orbit/trunk
>>>>>>>> https://svn.wso2.org/repos/wso2/carbon/platform/trunk
>>>>>>>>
>>>>>>>> If you get any, error respond to the mail.
>>>>>>>>
>>>>>>>> --Srinath
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Apr 19, 2012 at 7:34 AM, Susara De Saram <
>>>>>>>> susaralak...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi al!
>>>>>>>>>       I need to build WSO2 ESB from source. I successfully built
>>>>>>>>> dependencies, carbon orbit, carbon core, carbon components
>>>>>>>>> and carbon features. Finally I tried building ESB product
>>>>>>>>> (products/esb/4.3.0). But it keeps giving me an error. Any help would 
>>>>>>>>> be
>>>>>>>>> truly appreciated. The error and the contents of the log file is given
>>>>>>>>> below.
>>>>>>>>> Thank you.
>>>>>>>>>
>>>>>>>>> [INFO] Installing org.wso2.carbon.ec2-client.feature.group 3.2.0.
>>>>>>>>> [INFO] Installing
>>>>>>>>> org.wso2.carbon.deployment.synchronizer.feature.group 3.2.2.
>>>>>>>>> [INFO] Installing
>>>>>>>>> org.wso2.carbon.deployment.synchronizer.subversion.feature.gro
>>>>>>>>> up 3.2.2.
>>>>>>>>> [INFO] Installing org.wso2.carbon.reporting.server.feature.group
>>>>>>>>> 3.2.3.
>>>>>>>>> [INFO] Installing org.wso2.carbon.reporting.ui.feature.group 3.2.2.
>>>>>>>>> [ERROR] Cannot complete the install because one or more required
>>>>>>>>> items could not
>>>>>>>>>  be found.
>>>>>>>>> [ERROR]  Software being installed: WSO2 Carbon - Synapse Config
>>>>>>>>> Admin Feature 3.
>>>>>>>>> 2.3 (org.wso2.carbon.mediation.configadmin.feature.group 3.2.3)
>>>>>>>>> [ERROR]  Missing requirement: WSO2 Carbon - Synapse Config Admin
>>>>>>>>> Core Feature 3.
>>>>>>>>> 2.3 (org.wso2.carbon.mediation.configadmin.server.feature.group
>>>>>>>>> 3.2.3) requires
>>>>>>>>> 'org.apache.synapse.wso2.feature.group [2.1.0.wso2v5,2.2.0)' but
>>>>>>>>> it could not be
>>>>>>>>>  found
>>>>>>>>> [ERROR]  Cannot satisfy dependency:
>>>>>>>>> [ERROR]   From: WSO2 Carbon - Synapse Config Admin Feature 3.2.3
>>>>>>>>> (org.wso2.carbo
>>>>>>>>> n.mediation.configadmin.feature.group 3.2.3)
>>>>>>>>> [ERROR]   To:
>>>>>>>>> org.wso2.carbon.mediation.configadmin.server.feature.group [3.2.3]
>>>>>>>>>
>>>>>>>>> [ERROR] Application failed, log file location:
>>>>>>>>> D:\source1-esb\products\esb\4.0.3
>>>>>>>>>
>>>>>>>>> \modules\p2-profile\product\target\p2-agent\configuration\1334799971979.log
>>>>>>>>> [INFO]
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>> [ERROR] BUILD ERROR
>>>>>>>>> [INFO]
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>> [INFO]
>>>>>>>>>
>>>>>>>>> [INFO]
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>> [INFO] For more information, run Maven with the -e switch
>>>>>>>>> [INFO]
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>> [INFO] Total time: 11 minutes 23 seconds
>>>>>>>>> [INFO] Finished at: Thu Apr 19 07:17:55 IST 2012
>>>>>>>>> [INFO] Final Memory: 33M/84M
>>>>>>>>> [INFO]
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> !SESSION 2012-04-19 07:16:11.245
>>>>>>>>> -----------------------------------------------
>>>>>>>>> eclipse.buildId=unknown
>>>>>>>>> java.version=1.6.0_23
>>>>>>>>> java.vendor=Sun Microsystems Inc.
>>>>>>>>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>>>>>>>>> Framework arguments:  -application org.eclipse.equinox.p2.director
>>>>>>>>> -metadataRepository
>>>>>>>>> file:D:/source1-esb/products/esb/4.0.3/modules/p2-profile/product/target/p2-repo
>>>>>>>>> -artifactRepository
>>>>>>>>> file:D:/source1-esb/products/esb/4.0.3/modules/p2-profile/product/target/p2-repo
>>>>>>>>> -installIU
>>>>>>>>> org.wso2.carbon.logging.mgt.feature.group/3.2.2,org.apache.synapse.wso2.feature.group/2.1.0.wso2v4,org.apache.synapse.transport.nhttp.feature.group/2.1.0.wso2v4,org.apache.synapse.transport.vfs.feature.group/2.1.0.wso2v4,org.apache.synapse.transport.vfs.smb.feature.group/2.1.0.wso2v2,org.apache.synapse.transport.fix.feature.group/2.1.0.wso2v4,org.wso2.carbon.datasource.feature.group/3.2.3,org.wso2.carbon.task.feature.group/3.2.0,org.wso2.carbon.mediation.initializer.feature.group/3.2.3,org.wso2.carbon.mediation.configadmin.feature.group/3.2.3,org.wso2.carbon.mediation.artifactuploader.feature.group/3.2.2,org.wso2.carbon.mediation.statistics.feature.group/3.2.3,org.wso2.carbon.statistics.transport.feature.group/3.2.0,org.wso2.carbon.mediation.tracer.feature.group/3.2.0,org.wso2.carbon.application.mgt.feature.group/3.2.2,org.wso2.carbon.application.mgt.synapse.feature.group/3.2.0,org.wso2.carbon.application.deployer.synapse.feature.group/3.2.0,org.wso2.carbon.system.statistics.feature.group/3.2.2,org.wso2.carbon.soaptracer.feature.group/3.2.0,org.wso2.carbon.security.mgt.feature.group/3.2.3,org.wso2.carbon.service.mgt.feature.group/3.2.3,org.wso2.carbon.transport.mgt.feature.group/3.2.2,org.wso2.carbon.transport.mail.feature.group/3.2.0,org.wso2.carbon.transport.nhttp.feature.group/3.2.3,org.wso2.carbon.transport.jms.feature.group/3.2.0,org.wso2.carbon.transport.vfs.feature.group/3.2.0,org.wso2.carbon.transport.fix.feature.group/3.2.0,org.wso2.carbon.message.flows.feature.group/3.2.0,org.wso2.carbon.xkms.mgt.feature.group/3.2.0,org.wso2.carbon.sts.feature.group/3.2.2,org.wso2.carbon.xfer.feature.group/3.2.0,org.wso2.carbon.mex.feature.group/3.2.0,org.wso2.carbon.registry.core.feature.group/3.2.3,org.wso2.carbon.registry.ui.menu.feature.group/3.2.0,org.wso2.carbon.registry.resource.properties.feature.group/3.2.2,org.wso2.carbon.localentry.feature.group/3.2.2,org.wso2.carbon.endpoint.feature.group/3.2.3,org.wso2.carbon.rest.api.feature.group/3.2.3,org.wso2.carbon.wsdl.tools.feature.group/3.2.0,org.wso2.carbon.sequences.feature.group/3.2.2,org.wso2.carbon.proxyadmin.feature.group/3.2.3,org.wso2.carbon.mediators.feature.group/3.2.3,org.wso2.carbon.rule.mediator.feature.group/3.2.0,org.wso2.carbon.rule.engine.drools.feature.group/3.2.0,org.wso2.carbon.rule.engine.jsr94.feature.group/3.2.0,org.wso2.carbon.discovery.core.feature.group/3.2.0,org.wso2.carbon.discovery.ui.feature.group/3.2.0,org.wso2.carbon.priority.feature.group/3.2.2,org.wso2.carbon.relay.server.feature.group/3.2.3,org.wso2.esb.styles.feature.group/4.0.3,org.wso2.esb.samples.feature.group/4.0.3,org.wso2.carbon.event.feature.group/3.2.1,org.wso2.carbon.registry.associations.dependencies.feature.group/3.2.3,org.wso2.carbon.registry.community.features.feature.group/3.2.3,org.wso2.carbon.identity.oauth.mediator.feature.group/3.2.1,org.wso2.carbon.identity.xacml.mediator.feature.group/3.2.2,org.wso2.carbon.smooks.feature.group/3.2.0,org.wso2.carbon.tryit.feature.group/3.2.2,org.wso2.carbon.transports.passthru.feature.group/1.0.2,org.wso2.carbon.mediation.templates.feature.group/3.2.0,org.wso2.carbon.message.processor.feature.group/3.2.0,org.wso2.carbon.message.store.feature.group/3.2.3,org.wso2.carbon.cloud.csg.agent.feature.group/3.2.3,org.wso2.carbon.load.balance.agent.ui.feature.group/1.1.0,org.wso2.carbon.ec2-client.feature.group/3.2.0,org.wso2.carbon.deployment.synchronizer.feature.group/3.2.2,org.wso2.carbon.deployment.synchronizer.subversion.feature.group/3.2.2,org.wso2.carbon.reporting.server.feature.group/3.2.3,org.wso2.carbon.reporting.ui.feature.group/3.2.2,
>>>>>>>>> -destination
>>>>>>>>> D:\source1-esb\products\esb\4.0.3\modules\p2-profile\product/target/wso2carbon-core-3.2.3/repository/components
>>>>>>>>> -profile WSO2CarbonProfile
>>>>>>>>> Command-line arguments:  -application
>>>>>>>>> org.eclipse.equinox.p2.director -metadataRepository
>>>>>>>>> file:D:/source1-esb/products/esb/4.0.3/modules/p2-profile/product/target/p2-repo
>>>>>>>>> -artifactRepository
>>>>>>>>> file:D:/source1-esb/products/esb/4.0.3/modules/p2-profile/product/target/p2-repo
>>>>>>>>> -installIU
>>>>>>>>> org.wso2.carbon.logging.mgt.feature.group/3.2.2,org.apache.synapse.wso2.feature.group/2.1.0.wso2v4,org.apache.synapse.transport.nhttp.feature.group/2.1.0.wso2v4,org.apache.synapse.transport.vfs.feature.group/2.1.0.wso2v4,org.apache.synapse.transport.vfs.smb.feature.group/2.1.0.wso2v2,org.apache.synapse.transport.fix.feature.group/2.1.0.wso2v4,org.wso2.carbon.datasource.feature.group/3.2.3,org.wso2.carbon.task.feature.group/3.2.0,org.wso2.carbon.mediation.initializer.feature.group/3.2.3,org.wso2.carbon.mediation.configadmin.feature.group/3.2.3,org.wso2.carbon.mediation.artifactuploader.feature.group/3.2.2,org.wso2.carbon.mediation.statistics.feature.group/3.2.3,org.wso2.carbon.statistics.transport.feature.group/3.2.0,org.wso2.carbon.mediation.tracer.feature.group/3.2.0,org.wso2.carbon.application.mgt.feature.group/3.2.2,org.wso2.carbon.application.mgt.synapse.feature.group/3.2.0,org.wso2.carbon.application.deployer.synapse.feature.group/3.2.0,org.wso2.carbon.system.statistics.feature.group/3.2.2,org.wso2.carbon.soaptracer.feature.group/3.2.0,org.wso2.carbon.security.mgt.feature.group/3.2.3,org.wso2.carbon.service.mgt.feature.group/3.2.3,org.wso2.carbon.transport.mgt.feature.group/3.2.2,org.wso2.carbon.transport.mail.feature.group/3.2.0,org.wso2.carbon.transport.nhttp.feature.group/3.2.3,org.wso2.carbon.transport.jms.feature.group/3.2.0,org.wso2.carbon.transport.vfs.feature.group/3.2.0,org.wso2.carbon.transport.fix.feature.group/3.2.0,org.wso2.carbon.message.flows.feature.group/3.2.0,org.wso2.carbon.xkms.mgt.feature.group/3.2.0,org.wso2.carbon.sts.feature.group/3.2.2,org.wso2.carbon.xfer.feature.group/3.2.0,org.wso2.carbon.mex.feature.group/3.2.0,org.wso2.carbon.registry.core.feature.group/3.2.3,org.wso2.carbon.registry.ui.menu.feature.group/3.2.0,org.wso2.carbon.registry.resource.properties.feature.group/3.2.2,org.wso2.carbon.localentry.feature.group/3.2.2,org.wso2.carbon.endpoint.feature.group/3.2.3,org.wso2.carbon.rest.api.feature.group/3.2.3,org.wso2.carbon.wsdl.tools.feature.group/3.2.0,org.wso2.carbon.sequences.feature.group/3.2.2,org.wso2.carbon.proxyadmin.feature.group/3.2.3,org.wso2.carbon.mediators.feature.group/3.2.3,org.wso2.carbon.rule.mediator.feature.group/3.2.0,org.wso2.carbon.rule.engine.drools.feature.group/3.2.0,org.wso2.carbon.rule.engine.jsr94.feature.group/3.2.0,org.wso2.carbon.discovery.core.feature.group/3.2.0,org.wso2.carbon.discovery.ui.feature.group/3.2.0,org.wso2.carbon.priority.feature.group/3.2.2,org.wso2.carbon.relay.server.feature.group/3.2.3,org.wso2.esb.styles.feature.group/4.0.3,org.wso2.esb.samples.feature.group/4.0.3,org.wso2.carbon.event.feature.group/3.2.1,org.wso2.carbon.registry.associations.dependencies.feature.group/3.2.3,org.wso2.carbon.registry.community.features.feature.group/3.2.3,org.wso2.carbon.identity.oauth.mediator.feature.group/3.2.1,org.wso2.carbon.identity.xacml.mediator.feature.group/3.2.2,org.wso2.carbon.smooks.feature.group/3.2.0,org.wso2.carbon.tryit.feature.group/3.2.2,org.wso2.carbon.transports.passthru.feature.group/1.0.2,org.wso2.carbon.mediation.templates.feature.group/3.2.0,org.wso2.carbon.message.processor.feature.group/3.2.0,org.wso2.carbon.message.store.feature.group/3.2.3,org.wso2.carbon.cloud.csg.agent.feature.group/3.2.3,org.wso2.carbon.load.balance.agent.ui.feature.group/1.1.0,org.wso2.carbon.ec2-client.feature.group/3.2.0,org.wso2.carbon.deployment.synchronizer.feature.group/3.2.2,org.wso2.carbon.deployment.synchronizer.subversion.feature.group/3.2.2,org.wso2.carbon.reporting.server.feature.group/3.2.3,org.wso2.carbon.reporting.ui.feature.group/3.2.2,
>>>>>>>>> -destination
>>>>>>>>> D:\source1-esb\products\esb\4.0.3\modules\p2-profile\product/target/wso2carbon-core-3.2.3/repository/components
>>>>>>>>> -profile WSO2CarbonProfile
>>>>>>>>>
>>>>>>>>> !ENTRY org.eclipse.osgi 4 0 2012-04-19 07:16:12.553
>>>>>>>>> !MESSAGE Bundle
>>>>>>>>> reference:file:org.wso2.carbon.osgi.security-3.2.0-SNAPSHOT.jar@1:start
>>>>>>>>> not found.
>>>>>>>>>
>>>>>>>>> !ENTRY org.eclipse.equinox.p2.director 4 1 2012-04-19 07:17:54.595
>>>>>>>>> !MESSAGE Cannot complete the install because one or more required
>>>>>>>>> items could not be found.
>>>>>>>>> !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2012-04-19
>>>>>>>>> 07:17:54.595
>>>>>>>>> !MESSAGE Software being installed: WSO2 Carbon - Synapse Config
>>>>>>>>> Admin Feature 3.2.3 
>>>>>>>>> (org.wso2.carbon.mediation.configadmin.feature.group
>>>>>>>>> 3.2.3)
>>>>>>>>> !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2012-04-19
>>>>>>>>> 07:17:54.595
>>>>>>>>> !MESSAGE Missing requirement: WSO2 Carbon - Synapse Config Admin
>>>>>>>>> Core Feature 3.2.3
>>>>>>>>> (org.wso2.carbon.mediation.configadmin.server.feature.group 3.2.3) 
>>>>>>>>> requires
>>>>>>>>> 'org.apache.synapse.wso2.feature.group [2.1.0.wso2v5,2.2.0)' but it 
>>>>>>>>> could
>>>>>>>>> not be found
>>>>>>>>> !SUBENTRY 1 org.eclipse.equinox.p2.director 4 1 2012-04-19
>>>>>>>>> 07:17:54.596
>>>>>>>>> !MESSAGE Cannot satisfy dependency:
>>>>>>>>> !SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2012-04-19
>>>>>>>>> 07:17:54.596
>>>>>>>>> !MESSAGE From: WSO2 Carbon - Synapse Config Admin Feature 3.2.3
>>>>>>>>> (org.wso2.carbon.mediation.configadmin.feature.group 3.2.3)
>>>>>>>>> !SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2012-04-19
>>>>>>>>> 07:17:54.596
>>>>>>>>> !MESSAGE To:
>>>>>>>>> org.wso2.carbon.mediation.configadmin.server.feature.group [3.2.3]
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> ============================
>>>>>>>> Srinath Perera, Ph.D.
>>>>>>>>    http://www.cs.indiana.edu/~hperera/
>>>>>>>>    http://srinathsview.blogspot.com/
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> Thanks & regards,
>>>>>> Nirmal
>>>>>>
>>>>>> Software Engineer- Platform Technologies Team, WSO2 Inc.
>>>>>> Mobile: +94715779733
>>>>>> Blog: http://nirmalfdo.blogspot.com/
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>>
>>> Thanks & regards,
>>> Nirmal
>>>
>>> Software Engineer- Platform Technologies Team, WSO2 Inc.
>>> Mobile: +94715779733
>>> Blog: http://nirmalfdo.blogspot.com/
>>>
>>
>>
>


-- 

Thanks & regards,
Nirmal

Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to