Hi Maninda,

In the first build log you sent, I see different versions of jars are used
for building. For example, it has  3.2.0,  3.2.3 etc. And, the stub you are
trying to build right now is 4.0.0. I see several version mismatches there.
If I'm correct most of these should be 4.0.0-SNAPSHOT.

In this case, org.wso2.carbon.event.common.feature.group 3.2.0 is
apparently built, your last log is looking for
org.wso2.carbon.event.common.feature.group
4.0.0-SNAPSHOT. So, either there are incorrect versions in some bam sub
projects or you haven't taken a platform-wide svn update. Can you do a
quick check on the versions?

Regards,
--KasunG

On Tue, Jan 24, 2012 at 2:39 PM, Maninda Edirisooriya <[email protected]>wrote:

> I manually built event in feature. It failed.
>
> [INFO] Installing
> /home/maninda/carbon-source/carbon/features/event/pom.xml to
> /home/maninda/.m2/repository/org/wso2/carbon/event-feature/4.0.0-SNAPSHOT/event-feature-4.0.0-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building WSO2 Carbon - Event Common Feature
>
> [INFO]    task-segment: [clean, install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.event.client/4.0.0-SNAPSHOT/org.wso2.carbon.event.client-4.0.0-SNAPSHOT.pom
> [INFO] Unable to find resource
> 'org.wso2.carbon:org.wso2.carbon.event.client:pom:4.0.0-SNAPSHOT' in
> repository wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/)
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.event.common/4.0.0-SNAPSHOT/org.wso2.carbon.event.common-4.0.0-SNAPSHOT.pom
> [INFO] Unable to find resource
> 'org.wso2.carbon:org.wso2.carbon.event.common:pom:4.0.0-SNAPSHOT' in
> repository wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/)
> [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
> instance from source: pom
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.event.client/4.0.0-SNAPSHOT/org.wso2.carbon.event.client-4.0.0-SNAPSHOT.jar
> [INFO] Unable to find resource
> 'org.wso2.carbon:org.wso2.carbon.event.client:jar:4.0.0-SNAPSHOT' in
> repository wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/)
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.event.common/4.0.0-SNAPSHOT/org.wso2.carbon.event.common-4.0.0-SNAPSHOT.jar
> [INFO] Unable to find resource
> 'org.wso2.carbon:org.wso2.carbon.event.common:jar:4.0.0-SNAPSHOT' in
> repository wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/)
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.wso2.carbon:org.wso2.carbon.event.client:jar:4.0.0-SNAPSHOT
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.wso2.carbon
> -DartifactId=org.wso2.carbon.event.client -Dversion=4.0.0-SNAPSHOT
> -Dpackaging=jar -Dfile=/path/to/file
>
>   Alternatively, if you host your own repository you can deploy the file
> there:
>       mvn deploy:deploy-file -DgroupId=org.wso2.carbon
> -DartifactId=org.wso2.carbon.event.client -Dversion=4.0.0-SNAPSHOT
> -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>   Path to dependency:
>       1)
> org.wso2.carbon:org.wso2.carbon.event.common.feature:pom:4.0.0-SNAPSHOT
>       2) org.wso2.carbon:org.wso2.carbon.event.client:jar:4.0.0-SNAPSHOT
>
> 2) org.wso2.carbon:org.wso2.carbon.event.common:jar:4.0.0-SNAPSHOT
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.wso2.carbon
> -DartifactId=org.wso2.carbon.event.common -Dversion=4.0.0-SNAPSHOT
> -Dpackaging=jar -Dfile=/path/to/file
>
>   Alternatively, if you host your own repository you can deploy the file
> there:
>       mvn deploy:deploy-file -DgroupId=org.wso2.carbon
> -DartifactId=org.wso2.carbon.event.common -Dversion=4.0.0-SNAPSHOT
> -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>   Path to dependency:
>       1)
> org.wso2.carbon:org.wso2.carbon.event.common.feature:pom:4.0.0-SNAPSHOT
>       2) org.wso2.carbon:org.wso2.carbon.event.common:jar:4.0.0-SNAPSHOT
>
> ----------
> 2 required artifacts are missing.
>
> for artifact:
>   org.wso2.carbon:org.wso2.carbon.event.common.feature:pom:4.0.0-SNAPSHOT
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
>
>
>
>
>
> On Tue, Jan 24, 2012 at 2:19 PM, Tharindu Mathew <[email protected]>wrote:
>
>> Maninda,
>>
>> Did you build the event feature?
>>
>> You are missing the stub component of event.
>>
>>
>> On Tue, Jan 24, 2012 at 1:48 PM, Maninda Edirisooriya 
>> <[email protected]>wrote:
>>
>>> This is the content of log file.
>>>
>>> !SESSION 2012-01-24 12:12:31.758
>>> -----------------------------------------------
>>> eclipse.buildId=unknown
>>> java.version=1.6.0_26
>>> java.vendor=Sun Microsystems Inc.
>>> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
>>> Framework arguments:  -application org.eclipse.equinox.p2.director
>>> -metadataRepository
>>> file:/home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target/p2-repo
>>> -artifactRepository
>>> file:/home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target/p2-repo
>>> -installIU
>>> org.wso2.carbon.dashboard.dashboardpopulator.server.feature.group/3.2.2,org.wso2.carbon.gadget.editor.ui.feature.group/3.2.0,org.wso2.carbon.gadget.editor.feature.group/3.2.0,org.wso2.carbon.cassandra.dataaccess.feature.group/3.2.2,org.wso2.carbon.cassandra.server.feature.group/3.2.3,org.wso2.carbon.dashboard.feature.group/3.2.2,org.wso2.carbon.gadget.ide.feature.group/3.2.3,org.wso2.carbon.logging.mgt.feature.group/3.2.2,org.wso2.carbon.security.mgt.feature.group/3.2.2,org.wso2.carbon.datasource.feature.group/3.2.2,org.wso2.carbon.transport.mgt.feature.group/3.2.0,org.wso2.carbon.event.server.feature.group/3.2.1,org.wso2.carbon.event.common.feature.group/3.2.0,org.wso2.carbon.registry.core.feature.group/3.2.0,org.wso2.carbon.registry.ui.menu.feature.group/3.2.0,org.wso2.carbon.registry.resource.properties.feature.group/3.2.0,org.wso2.carbon.bam.analyzer.feature.group/3.2.3,org.wso2.carbon.bam.receiver.server.feature.group/3.2.3,org.wso2.carbon.bam.presentation.ui.feature.group/3.2.3,org.wso2.carbon.reporting.feature.group/3.2.1,org.wso2.bam.styles.feature.group/2.0.0.ALPHA,org.wso2.carbon.identity.authenticator.token.feature.group/3.2.0,org.apache.synapse.wso2.feature.group/2.1.0.wso2v3,org.wso2.carbon.mediation.initializer.server.feature.group/3.2.1,org.wso2.carbon.task.server.feature.group/3.2.0,org.wso2.carbon.admin.mgt.server.feature.group/3.2.0,org.wso2.carbon.admin.mgt.ui.feature.group/3.2.0,
>>> -destination
>>> /home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target/wso2carbon-core-3.2.2/repository/components
>>> -profile WSO2CarbonProfile
>>> Command-line arguments:  -application org.eclipse.equinox.p2.director
>>> -metadataRepository
>>> file:/home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target/p2-repo
>>> -artifactRepository
>>> file:/home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target/p2-repo
>>> -installIU
>>> org.wso2.carbon.dashboard.dashboardpopulator.server.feature.group/3.2.2,org.wso2.carbon.gadget.editor.ui.feature.group/3.2.0,org.wso2.carbon.gadget.editor.feature.group/3.2.0,org.wso2.carbon.cassandra.dataaccess.feature.group/3.2.2,org.wso2.carbon.cassandra.server.feature.group/3.2.3,org.wso2.carbon.dashboard.feature.group/3.2.2,org.wso2.carbon.gadget.ide.feature.group/3.2.3,org.wso2.carbon.logging.mgt.feature.group/3.2.2,org.wso2.carbon.security.mgt.feature.group/3.2.2,org.wso2.carbon.datasource.feature.group/3.2.2,org.wso2.carbon.transport.mgt.feature.group/3.2.0,org.wso2.carbon.event.server.feature.group/3.2.1,org.wso2.carbon.event.common.feature.group/3.2.0,org.wso2.carbon.registry.core.feature.group/3.2.0,org.wso2.carbon.registry.ui.menu.feature.group/3.2.0,org.wso2.carbon.registry.resource.properties.feature.group/3.2.0,org.wso2.carbon.bam.analyzer.feature.group/3.2.3,org.wso2.carbon.bam.receiver.server.feature.group/3.2.3,org.wso2.carbon.bam.presentation.ui.feature.group/3.2.3,org.wso2.carbon.reporting.feature.group/3.2.1,org.wso2.bam.styles.feature.group/2.0.0.ALPHA,org.wso2.carbon.identity.authenticator.token.feature.group/3.2.0,org.apache.synapse.wso2.feature.group/2.1.0.wso2v3,org.wso2.carbon.mediation.initializer.server.feature.group/3.2.1,org.wso2.carbon.task.server.feature.group/3.2.0,org.wso2.carbon.admin.mgt.server.feature.group/3.2.0,org.wso2.carbon.admin.mgt.ui.feature.group/3.2.0,
>>> -destination
>>> /home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target/wso2carbon-core-3.2.2/repository/components
>>> -profile WSO2CarbonProfile
>>>
>>> !ENTRY org.eclipse.osgi 4 0 2012-01-24 12:12:32.193
>>> !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-01-24 12:12:39.693
>>> !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-01-24 12:12:39.693
>>> !MESSAGE Software being installed: WSO2 Carbon - Event Common Feature
>>> 3.2.0 (org.wso2.carbon.event.common.feature.group 3.2.0)
>>> !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2012-01-24 12:12:39.693
>>> !MESSAGE Missing requirement: org.wso2.carbon.event.client 3.2.0
>>> (org.wso2.carbon.event.client 3.2.0) requires 'package
>>> org.wso2.carbon.event.client.stub.generated [3.2.0,3.3.0)' but it could not
>>> be found
>>> !SUBENTRY 1 org.eclipse.equinox.p2.director 4 1 2012-01-24 12:12:39.693
>>> !MESSAGE Cannot satisfy dependency:
>>> !SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2012-01-24 12:12:39.693
>>> !MESSAGE From: WSO2 Carbon - Event Common Feature 3.2.0
>>> (org.wso2.carbon.event.common.feature.group 3.2.0)
>>> !SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2012-01-24 12:12:39.693
>>> !MESSAGE To: org.wso2.carbon.event.client [3.2.0]
>>>
>>>
>>> On Tue, Jan 24, 2012 at 1:45 PM, Maninda Edirisooriya 
>>> <[email protected]>wrote:
>>>
>>>> This is the error arises when I install bam2.
>>>>
>>>>
>>>>
>>>> [INFO] Generating feature archive:
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/features/product/org.wso2.bam.styles.feature/target/org.wso2.bam.styles.feature-2.0.0-ALPHA.zip
>>>> [INFO] [install:install {execution: default-install}]
>>>> [INFO] Installing
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/features/product/org.wso2.bam.styles.feature/pom.xml
>>>> to
>>>> /home/maninda/.m2/repository/org/wso2/bam/org.wso2.bam.styles.feature/2.0.0-ALPHA/org.wso2.bam.styles.feature-2.0.0-ALPHA.pom
>>>> [INFO] Installing
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/features/product/org.wso2.bam.styles.feature/target/org.wso2.bam.styles.feature-2.0.0-ALPHA.zip
>>>> to
>>>> /home/maninda/.m2/repository/org/wso2/bam/org.wso2.bam.styles.feature/2.0.0-ALPHA/org.wso2.bam.styles.feature-2.0.0-ALPHA.zip
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Building WSO2 Business Activity Monitor P2 Profile Generation
>>>> Parent
>>>> [INFO]    task-segment: [clean, install]
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] [clean:clean {execution: default-clean}]
>>>> [INFO] [incremental-build:incremental-build {execution: default}]
>>>> [INFO] Verifying module descriptor ...
>>>> [INFO] Pom descriptor modification detected.
>>>> [INFO] Deleting
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/target
>>>> [INFO] [clean:clean {execution: auto-clean}]
>>>> [INFO] Deleting
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/target
>>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>>> [INFO] [install:install {execution: default-install}]
>>>> [INFO] Installing
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/pom.xml
>>>> to
>>>> /home/maninda/.m2/repository/org/wso2/bam/wso2bam-p2-profile-gen-parent/2.0.0-ALPHA/wso2bam-p2-profile-gen-parent-2.0.0-ALPHA.pom
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Building WSO2 BAM Server - BAM Server Profile Generation
>>>> [INFO]    task-segment: [clean, install]
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] [clean:clean {execution: default-clean}]
>>>> [INFO] Deleting
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target
>>>> [INFO] [incremental-build:incremental-build {execution: default}]
>>>> [INFO] Verifying module descriptor ...
>>>> [INFO] Pom descriptor modification detected.
>>>> [INFO] Deleting
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target
>>>> [INFO] [clean:clean {execution: auto-clean}]
>>>> [INFO] Deleting
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target
>>>> [INFO] [dependency:unpack {execution: 1-unpack-p2-agent-distribution}]
>>>> [INFO] Configured Artifact: org.wso2.carbon:wso2-p2-agent:3.2.0:zip
>>>> [INFO] Configured Artifact: org.wso2.carbon:wso2carbon-core:3.2.2:zip
>>>> [INFO] Expanding:
>>>> /home/maninda/.m2/repository/org/wso2/carbon/wso2-p2-agent/3.2.0/wso2-p2-agent-3.2.0.zip
>>>> into
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target/p2-agent
>>>> [INFO] Expanding:
>>>> /home/maninda/.m2/repository/org/wso2/carbon/wso2carbon-core/3.2.2/wso2carbon-core-3.2.2.zip
>>>> into
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target
>>>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>>>> [INFO] [carbon-p2:p2-repo-gen {execution: 2-p2-repo-generation}]
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.dashboard.dashboardpopulator.server.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.dashboard.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.gadget.editor.ui.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.gadget.editor.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.cassandra.dataaccess.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.cassandra.server.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.logging.mgt.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.wsdl.tools.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.security.mgt.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.datasource.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.service.mgt.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.transport.mgt.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.event.server.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.event.common.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.registry.core.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.registry.ui.menu.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.registry.resource.properties.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.bam.analyzer.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.bam.analyzer.server.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.bam.analyzer.ui.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.bam.receiver.server.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.bam.presentation.ui.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.gadget.ide.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.reporting.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.identity.authenticator.token.feature
>>>> [INFO] Extracting feature org.wso2.bam:org.wso2.bam.styles.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.apache.synapse.wso2.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.mediation.initializer.server.feature
>>>> [INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.task.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.admin.mgt.server.feature
>>>> [INFO] Extracting feature
>>>> org.wso2.carbon:org.wso2.carbon.admin.mgt.ui.feature
>>>> [INFO] Copying resources
>>>> [INFO] Running Equinox P2 Publisher Application for Repository
>>>> Generation
>>>> [INFO] Generating metadata for ..
>>>> [INFO] Generation completed with success [4 seconds].
>>>> [INFO] Running Equinox P2 Category Publisher Application for the
>>>> Generated Repository
>>>> [INFO] [carbon-p2:p2-profile-gen {execution: 3-p2-profile-generation}]
>>>> [INFO] Running Equinox P2 Director Application
>>>> [INFO] Installing
>>>> org.wso2.carbon.dashboard.dashboardpopulator.server.feature.group 3.2.2.
>>>> [INFO] Installing org.wso2.carbon.gadget.editor.ui.feature.group 3.2.0.
>>>> [INFO] Installing org.wso2.carbon.gadget.editor.feature.group 3.2.0.
>>>> [INFO] Installing org.wso2.carbon.cassandra.dataaccess.feature.group
>>>> 3.2.2.
>>>> [INFO] Installing org.wso2.carbon.cassandra.server.feature.group 3.2.3.
>>>> [INFO] Installing org.wso2.carbon.dashboard.feature.group 3.2.2.
>>>> [INFO] Installing org.wso2.carbon.gadget.ide.feature.group 3.2.3.
>>>> [INFO] Installing org.wso2.carbon.logging.mgt.feature.group 3.2.2.
>>>> [INFO] Installing org.wso2.carbon.security.mgt.feature.group 3.2.2.
>>>> [INFO] Installing org.wso2.carbon.datasource.feature.group 3.2.2.
>>>> [INFO] Installing org.wso2.carbon.transport.mgt.feature.group 3.2.0.
>>>> [INFO] Installing org.wso2.carbon.event.server.feature.group 3.2.1.
>>>> [INFO] Installing org.wso2.carbon.event.common.feature.group 3.2.0.
>>>> [INFO] Installing org.wso2.carbon.registry.core.feature.group 3.2.0.
>>>> [INFO] Installing org.wso2.carbon.registry.ui.menu.feature.group 3.2.0.
>>>> [INFO] Installing
>>>> org.wso2.carbon.registry.resource.properties.feature.group 3.2.0.
>>>> [INFO] Installing org.wso2.carbon.bam.analyzer.feature.group 3.2.3.
>>>> [INFO] Installing org.wso2.carbon.bam.receiver.server.feature.group
>>>> 3.2.3.
>>>> [INFO] Installing org.wso2.carbon.bam.presentation.ui.feature.group
>>>> 3.2.3.
>>>> [INFO] Installing org.wso2.carbon.reporting.feature.group 3.2.1.
>>>> [INFO] Installing org.wso2.bam.styles.feature.group 2.0.0.ALPHA.
>>>> [INFO] Installing
>>>> org.wso2.carbon.identity.authenticator.token.feature.group 3.2.0.
>>>> [INFO] Installing org.apache.synapse.wso2.feature.group 2.1.0.wso2v3.
>>>> [INFO] Installing
>>>> org.wso2.carbon.mediation.initializer.server.feature.group 3.2.1.
>>>> [INFO] Installing org.wso2.carbon.task.server.feature.group 3.2.0.
>>>> [INFO] Installing org.wso2.carbon.admin.mgt.server.feature.group 3.2.0.
>>>> [INFO] Installing org.wso2.carbon.admin.mgt.ui.feature.group 3.2.0.
>>>> [ERROR] Cannot complete the install because one or more required items
>>>> could not be found.
>>>> [ERROR]  Software being installed: WSO2 Carbon - Event Common Feature
>>>> 3.2.0 (org.wso2.carbon.event.common.feature.group 3.2.0)
>>>> [ERROR]  Missing requirement: org.wso2.carbon.event.client 3.2.0
>>>> (org.wso2.carbon.event.client 3.2.0) requires 'package
>>>> org.wso2.carbon.event.client.stub.generated [3.2.0,3.3.0)' but it could not
>>>> be found
>>>> [ERROR]  Cannot satisfy dependency:
>>>> [ERROR]   From: WSO2 Carbon - Event Common Feature 3.2.0
>>>> (org.wso2.carbon.event.common.feature.group 3.2.0)
>>>> [ERROR]   To: org.wso2.carbon.event.client [3.2.0]
>>>> [ERROR] Application failed, log file location:
>>>> /home/maninda/carbon-source/carbon/products/bam2/modules/p2-profile-gen/product/target/p2-agent/configuration/1327387352037.log
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] BUILD ERROR
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO]
>>>>
>>>>
>>>>
>>>> On Tue, Jan 24, 2012 at 1:34 PM, Shelan Perera <[email protected]> wrote:
>>>>
>>>>> Hi Maninda,
>>>>>
>>>>> Posting the error log where you get the build failure would be helpful
>>>>> to locate the errors.
>>>>>
>>>>> Thanks.
>>>>>
>>>>> On Tue, Jan 24, 2012 at 1:24 PM, Maninda Edirisooriya <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> BAM2 cannot build just using carbon trunk. It needs branch 3.2.0 to
>>>>>> be built to include required dependencies into .m2 repo. And also it need
>>>>>> to build patches in that branch. Then some dependencies have to be added
>>>>>> manually. But still I could not build bam2 in products. Need some help.
>>>>>> Thank you.
>>>>>>
>>>>>> _______________________________________________
>>>>>> Carbon-dev mailing list
>>>>>> [email protected]
>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Shelan Perera*
>>>>>
>>>>> Software Engineer
>>>>> **
>>>>> *WSO2, Inc. : wso2.com*
>>>>> lean.enterprise.middleware.
>>>>>
>>>>> *Home Page*  :    shelan.org
>>>>> *Blog*             : blog.shelan.org
>>>>> *Linked-i*n      :http://www.linkedin.com/pub/shelan-perera/a/194/465
>>>>> *Twitter*         :https://twitter.com/#!/shelan
>>>>>
>>>>> *Mobile*          : +94 772 604 402
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Carbon-dev mailing list
>>>>> [email protected]
>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>>
>>>>
>>>
>>> _______________________________________________
>>> Carbon-dev mailing list
>>> [email protected]
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Regards,
>>
>> Tharindu
>>
>> blog: http://mackiemathew.com/
>> M: +94777759908
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> [email protected]
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Kasun Gajasinghe*
Software Engineer; WSO2 Inc.; http://wso2.com

,
*email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813*
*blog: **http://blog.kasunbg.org* <http://blog.kasunbg.org>

*
twitter: **http://twitter.com/kasunbg* <http://twitter.com/kasunbg>

*
*
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to