Re: [Dev] Can not build kernel from the patch release pom in a clean repo

2012-08-16 Thread Chethiya Abeysinghe
why not included ../../parent to patch-releases/4.0.1/pom.xml as a module
and make that as the parent relative path
of patch-releases/4.0.1/core/pom.xml,
patch-releases/4.0.1/dependencies/pom.xml,
etc...  ?

And don't we have to apply branching strategy to kernel/parent folter?

Thanks,
 - Chethiya

On Thu, Aug 16, 2012 at 10:57 AM, Janaka Ranabahu jan...@wso2.com wrote:

 Hi Pradeep,

 I did what you have suggested and it resolved the earlier issue. Now Im
 getting the following issue. Please note the change I did.

 Index: 1.6.1-wso2v6/modules/parent/pom.xml
 ===
 --- 1.6.1-wso2v6/modules/parent/pom.xml (revision 138305)
 +++ 1.6.1-wso2v6/modules/parent/pom.xml (working copy)
 @@ -431,6 +431,16 @@
   by default) and nothing else. We had troubles with other
 repositories in
   the past. Therefore configuring additional repositories here
 should be
   considered very carefully. --
 +repository
 +idwso2-nexus/id
 +nameWSO2 internal Repository/name
 +urlhttp://maven.wso2.org/nexus/content/groups/wso2-public/
 /url
 +releases
 +enabledtrue/enabled
 +updatePolicydaily/updatePolicy
 +checksumPolicyignore/checksumPolicy
 +/releases
 +/repository
  /repositories
  pluginRepositories
  pluginRepository

 And the error I got,

 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/forms/3.3.0-v20070511/forms-3.3.0-v20070511.jar
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/configurator/3.2.100-v20070615/configurator-3.2.100-v20070615.jar(95
  KB at 18.9 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/forms/3.3.0-v20070511/forms-3.3.0-v20070511.jar(277
  KB at 94.2 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/core/3.2.1-v20092006/core-3.2.1-v20092006.jar(558
  KB at 63.8 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/ui/3.2.100-v20070615/ui-3.2.100-v20070615.jar(497
  KB at 63.5 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/workbench/3.2.1-M20060906-0800/workbench-3.2.1-M20060906-0800.jar(3004
  KB at 152.3 KB/sec)
  [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Apache Axis2 - Parent . SUCCESS [1.219s]
 [INFO] Apache Axis2 - Resource bundle  SUCCESS [0.862s]
 [INFO] Apache Axis2 - Kernel . SUCCESS
 [23.302s]
 [INFO] Apache Axis2 - Data Binding ... SUCCESS
 [14.015s]
 [INFO] Apache Axis2 - Transport - Local .. SUCCESS [3.090s]
 [INFO] Apache Axis2 - Transport - HTTP ... SUCCESS [8.204s]
 [INFO] Apache Axis2 - Code Generation  SUCCESS [9.348s]
 [INFO] Apache Axis2 - ADB Codegen  SUCCESS
 [22.594s]
 [INFO] Apache Axis2 - Addressing . SUCCESS [5.975s]
 [INFO] Apache Axis2 - Java2WSDL .. SUCCESS [7.227s]
 [INFO] Apache Axis2 - tool - Repository Maven Plugin . SUCCESS
 [39.571s]
 [INFO] Apache Axis2 - Fast Infoset ... SUCCESS
 [12.922s]
 [INFO] Apache Axis2 - Clustering . SUCCESS
 [19.485s]
 [INFO] Apache Axis2 - Scripting .. SUCCESS
 [17.528s]
 [INFO] Apache Axis2 - JAXB-RI Data Binding ... SUCCESS
 [13.658s]
 [INFO] Apache Axis2 - SAAJ ... SUCCESS
 [28.364s]
 [INFO] Apache Axis2 - Metadata ... SUCCESS
 [31.011s]
 [INFO] Apache Axis2 - JAXWS .. SUCCESS
 [27.178s]
 [INFO] Apache Axis2 - Test Utilities . SUCCESS [0.933s]
 [INFO] Apache Axis2 - JAXWS Integration Tests  SUCCESS [7.034s]
 [INFO] Apache Axis2 - JiBX Data Binding .. SUCCESS
 [34.141s]
 [INFO] Apache Axis2 - JSON ... SUCCESS [2.037s]
 [INFO] Apache Axis2 - MTOM Policy  SUCCESS [1.541s]
 [INFO] Apache Axis2 - spring . SUCCESS [5.132s]
 [INFO] Apache Axis2 - OSGi Integration ... SUCCESS
 [11.230s]
 [INFO] Apache Axis2 - XMLBeans Data Binding .. SUCCESS [2.251s]
 [INFO] Apache Axis2 - Integration  SUCCESS [1.990s]
 [INFO] Apache Axis2 - MEX  SUCCESS [3.185s]
 [INFO] Apache Axis2 - MTOM Policy module . SUCCESS [2.760s]
 [INFO] Apache Axis2 - Ping ... SUCCESS [1.448s]
 [INFO] Apache Axis2 - Version Service  SUCCESS [1.799s]
 [INFO] Apache Axis2 - SOAP 

Re: [Dev] Can not build kernel from the patch release pom in a clean repo

2012-08-16 Thread Janaka Ranabahu
Hi Pradeep,

Found out that the reason for this error is because of the change we did to
the axis2 parent pom. If we revert that change, then this error will not
occur. Therefore can you please suggest the correct fix for this.

Thanks,
Janaka

On Thu, Aug 16, 2012 at 10:57 AM, Janaka Ranabahu jan...@wso2.com wrote:

 Hi Pradeep,

 I did what you have suggested and it resolved the earlier issue. Now Im
 getting the following issue. Please note the change I did.

 Index: 1.6.1-wso2v6/modules/parent/pom.xml
 ===
 --- 1.6.1-wso2v6/modules/parent/pom.xml (revision 138305)
 +++ 1.6.1-wso2v6/modules/parent/pom.xml (working copy)
 @@ -431,6 +431,16 @@
   by default) and nothing else. We had troubles with other
 repositories in
   the past. Therefore configuring additional repositories here
 should be
   considered very carefully. --
 +repository
 +idwso2-nexus/id
 +nameWSO2 internal Repository/name
 +urlhttp://maven.wso2.org/nexus/content/groups/wso2-public/
 /url
 +releases
 +enabledtrue/enabled
 +updatePolicydaily/updatePolicy
 +checksumPolicyignore/checksumPolicy
 +/releases
 +/repository
  /repositories
  pluginRepositories
  pluginRepository

 And the error I got,

 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/forms/3.3.0-v20070511/forms-3.3.0-v20070511.jar
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/configurator/3.2.100-v20070615/configurator-3.2.100-v20070615.jar(95
  KB at 18.9 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/forms/3.3.0-v20070511/forms-3.3.0-v20070511.jar(277
  KB at 94.2 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/core/3.2.1-v20092006/core-3.2.1-v20092006.jar(558
  KB at 63.8 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/ui/3.2.100-v20070615/ui-3.2.100-v20070615.jar(497
  KB at 63.5 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/workbench/3.2.1-M20060906-0800/workbench-3.2.1-M20060906-0800.jar(3004
  KB at 152.3 KB/sec)
  [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Apache Axis2 - Parent . SUCCESS [1.219s]
 [INFO] Apache Axis2 - Resource bundle  SUCCESS [0.862s]
 [INFO] Apache Axis2 - Kernel . SUCCESS
 [23.302s]
 [INFO] Apache Axis2 - Data Binding ... SUCCESS
 [14.015s]
 [INFO] Apache Axis2 - Transport - Local .. SUCCESS [3.090s]
 [INFO] Apache Axis2 - Transport - HTTP ... SUCCESS [8.204s]
 [INFO] Apache Axis2 - Code Generation  SUCCESS [9.348s]
 [INFO] Apache Axis2 - ADB Codegen  SUCCESS
 [22.594s]
 [INFO] Apache Axis2 - Addressing . SUCCESS [5.975s]
 [INFO] Apache Axis2 - Java2WSDL .. SUCCESS [7.227s]
 [INFO] Apache Axis2 - tool - Repository Maven Plugin . SUCCESS
 [39.571s]
 [INFO] Apache Axis2 - Fast Infoset ... SUCCESS
 [12.922s]
 [INFO] Apache Axis2 - Clustering . SUCCESS
 [19.485s]
 [INFO] Apache Axis2 - Scripting .. SUCCESS
 [17.528s]
 [INFO] Apache Axis2 - JAXB-RI Data Binding ... SUCCESS
 [13.658s]
 [INFO] Apache Axis2 - SAAJ ... SUCCESS
 [28.364s]
 [INFO] Apache Axis2 - Metadata ... SUCCESS
 [31.011s]
 [INFO] Apache Axis2 - JAXWS .. SUCCESS
 [27.178s]
 [INFO] Apache Axis2 - Test Utilities . SUCCESS [0.933s]
 [INFO] Apache Axis2 - JAXWS Integration Tests  SUCCESS [7.034s]
 [INFO] Apache Axis2 - JiBX Data Binding .. SUCCESS
 [34.141s]
 [INFO] Apache Axis2 - JSON ... SUCCESS [2.037s]
 [INFO] Apache Axis2 - MTOM Policy  SUCCESS [1.541s]
 [INFO] Apache Axis2 - spring . SUCCESS [5.132s]
 [INFO] Apache Axis2 - OSGi Integration ... SUCCESS
 [11.230s]
 [INFO] Apache Axis2 - XMLBeans Data Binding .. SUCCESS [2.251s]
 [INFO] Apache Axis2 - Integration  SUCCESS [1.990s]
 [INFO] Apache Axis2 - MEX  SUCCESS [3.185s]
 [INFO] Apache Axis2 - MTOM Policy module . SUCCESS [2.760s]
 [INFO] Apache Axis2 - Ping ... SUCCESS [1.448s]
 [INFO] Apache Axis2 - Version Service  SUCCESS [1.799s]
 [INFO] Apache Axis2 - SOAP Monitor Servlet ... SUCCESS [1.649s]
 [INFO] 

Re: [Dev] Can not build kernel from the patch release pom in a clean repo

2012-08-16 Thread Janaka Ranabahu
Hi Pradeep,

I have committed the changes(in r138415) that we discussed offline.

Thanks,
Janaka

On Thu, Aug 16, 2012 at 12:56 PM, Janaka Ranabahu jan...@wso2.com wrote:

 Hi Pradeep,

 Found out that the reason for this error is because of the change we did
 to the axis2 parent pom. If we revert that change, then this error will not
 occur. Therefore can you please suggest the correct fix for this.

 Thanks,
 Janaka


 On Thu, Aug 16, 2012 at 10:57 AM, Janaka Ranabahu jan...@wso2.com wrote:

 Hi Pradeep,

 I did what you have suggested and it resolved the earlier issue. Now Im
 getting the following issue. Please note the change I did.

 Index: 1.6.1-wso2v6/modules/parent/pom.xml
 ===
 --- 1.6.1-wso2v6/modules/parent/pom.xml (revision 138305)
 +++ 1.6.1-wso2v6/modules/parent/pom.xml (working copy)
 @@ -431,6 +431,16 @@
   by default) and nothing else. We had troubles with other
 repositories in
   the past. Therefore configuring additional repositories
 here should be
   considered very carefully. --
 +repository
 +idwso2-nexus/id
 +nameWSO2 internal Repository/name
 +urlhttp://maven.wso2.org/nexus/content/groups/wso2-public/
 /url
 +releases
 +enabledtrue/enabled
 +updatePolicydaily/updatePolicy
 +checksumPolicyignore/checksumPolicy
 +/releases
 +/repository
  /repositories
  pluginRepositories
  pluginRepository

 And the error I got,

 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/forms/3.3.0-v20070511/forms-3.3.0-v20070511.jar
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/configurator/3.2.100-v20070615/configurator-3.2.100-v20070615.jar(95
  KB at 18.9 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/forms/3.3.0-v20070511/forms-3.3.0-v20070511.jar(277
  KB at 94.2 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/core/3.2.1-v20092006/core-3.2.1-v20092006.jar(558
  KB at 63.8 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/ui/3.2.100-v20070615/ui-3.2.100-v20070615.jar(497
  KB at 63.5 KB/sec)
 Downloaded:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/workbench/3.2.1-M20060906-0800/workbench-3.2.1-M20060906-0800.jar(3004
  KB at 152.3 KB/sec)
  [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Apache Axis2 - Parent . SUCCESS
 [1.219s]
 [INFO] Apache Axis2 - Resource bundle  SUCCESS
 [0.862s]
 [INFO] Apache Axis2 - Kernel . SUCCESS
 [23.302s]
 [INFO] Apache Axis2 - Data Binding ... SUCCESS
 [14.015s]
 [INFO] Apache Axis2 - Transport - Local .. SUCCESS
 [3.090s]
 [INFO] Apache Axis2 - Transport - HTTP ... SUCCESS
 [8.204s]
 [INFO] Apache Axis2 - Code Generation  SUCCESS
 [9.348s]
 [INFO] Apache Axis2 - ADB Codegen  SUCCESS
 [22.594s]
 [INFO] Apache Axis2 - Addressing . SUCCESS
 [5.975s]
 [INFO] Apache Axis2 - Java2WSDL .. SUCCESS
 [7.227s]
 [INFO] Apache Axis2 - tool - Repository Maven Plugin . SUCCESS
 [39.571s]
 [INFO] Apache Axis2 - Fast Infoset ... SUCCESS
 [12.922s]
 [INFO] Apache Axis2 - Clustering . SUCCESS
 [19.485s]
 [INFO] Apache Axis2 - Scripting .. SUCCESS
 [17.528s]
 [INFO] Apache Axis2 - JAXB-RI Data Binding ... SUCCESS
 [13.658s]
 [INFO] Apache Axis2 - SAAJ ... SUCCESS
 [28.364s]
 [INFO] Apache Axis2 - Metadata ... SUCCESS
 [31.011s]
 [INFO] Apache Axis2 - JAXWS .. SUCCESS
 [27.178s]
 [INFO] Apache Axis2 - Test Utilities . SUCCESS
 [0.933s]
 [INFO] Apache Axis2 - JAXWS Integration Tests  SUCCESS
 [7.034s]
 [INFO] Apache Axis2 - JiBX Data Binding .. SUCCESS
 [34.141s]
 [INFO] Apache Axis2 - JSON ... SUCCESS
 [2.037s]
 [INFO] Apache Axis2 - MTOM Policy  SUCCESS
 [1.541s]
 [INFO] Apache Axis2 - spring . SUCCESS
 [5.132s]
 [INFO] Apache Axis2 - OSGi Integration ... SUCCESS
 [11.230s]
 [INFO] Apache Axis2 - XMLBeans Data Binding .. SUCCESS
 [2.251s]
 [INFO] Apache Axis2 - Integration  SUCCESS
 [1.990s]
 [INFO] Apache Axis2 - MEX  SUCCESS
 [3.185s]
 [INFO] Apache Axis2 - MTOM Policy module . SUCCESS
 [2.760s]
 [INFO] Apache Axis2 - Ping 

Re: [Dev] Can not build kernel from the patch release pom in a clean repo

2012-08-16 Thread Janaka Ranabahu
Hi,

Getting the following error in clean repo.

[INFO] Command line:
/bin/sh -c cd
/media/NewVolume/carbon-branch/trunk/newTrunk/carbon/kernel/branches/4.0.0/distribution/kernel/4.0.1
 /home/janaka/Documents/software/jdk1.6.0_31/jre/bin/java -jar
/home/janaka/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.launcher_1.2.0.v20110725-1610.jar
-nosplash -application org.eclipse.equinox.p2.director -metadataRepository
file:/media/NewVolume/carbon-branch/trunk/newTrunk/carbon/kernel/branches/4.0.0/distribution/kernel/4.0.1/target/p2-repo
-artifactRepository
file:/media/NewVolume/carbon-branch/trunk/newTrunk/carbon/kernel/branches/4.0.0/distribution/kernel/4.0.1/target/p2-repo
-profileProperties org.eclipse.update.install.features=true -installIU
org.wso2.carbon.core.feature.group/4.0.1, -destination
/media/NewVolume/carbon-branch/trunk/newTrunk/carbon/kernel/branches/4.0.0/distribution/kernel/4.0.1/target/WSO2Carbon
-bundlepool
/media/NewVolume/carbon-branch/trunk/newTrunk/carbon/kernel/branches/4.0.0/distribution/kernel/4.0.1/target/WSO2Carbon
-profile WSO2CarbonProfile
Installing org.wso2.carbon.core.feature.group 4.0.1.
Installation failed.
Cannot complete the install because one or more required items could not be
found.
 Software being installed: WSO2 Carbon - Carbon Feature 4.0.1
(org.wso2.carbon.core.feature.group 4.0.1)
 Missing requirement: WSO2 Carbon - Services 4.0.0
(org.wso2.carbon.core.services 4.0.0) requires 'package
org.wso2.carbon.core.common [4.0.0,5.0.0)' but it could not be found
 Cannot satisfy dependency:
  From: WSO2 Carbon - Carbon Feature 4.0.1
(org.wso2.carbon.core.feature.group 4.0.1)
  To: org.wso2.carbon.core.server.feature.group [4.0.0]
 Cannot satisfy dependency:
  From: WSO2 Carbon - Carbon Server Feature 4.0.0
(org.wso2.carbon.core.server.feature.group 4.0.0)
  To: org.wso2.carbon.core.services [4.0.0]
Application failed, log file location:
/home/janaka/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/134572610.log

[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] Apache Axis2 - Parent . SUCCESS [1.127s]
[INFO] Apache Axis2 - Resource bundle  SUCCESS [2.049s]
[INFO] Apache Axis2 - Kernel . SUCCESS [22.682s]
[INFO] Apache Axis2 - Data Binding ... SUCCESS [14.968s]
[INFO] Apache Axis2 - Transport - Local .. SUCCESS [3.327s]
[INFO] Apache Axis2 - Transport - HTTP ... SUCCESS [5.010s]
[INFO] Apache Axis2 - Code Generation  SUCCESS [12.769s]
[INFO] Apache Axis2 - ADB Codegen  SUCCESS [6.822s]
[INFO] Apache Axis2 - Addressing . SUCCESS [4.082s]
[INFO] Apache Axis2 - Java2WSDL .. SUCCESS [3.571s]
[INFO] Apache Axis2 - tool - Repository Maven Plugin . SUCCESS [2.324s]
[INFO] Apache Axis2 - Fast Infoset ... SUCCESS [1.612s]
[INFO] Apache Axis2 - Clustering . SUCCESS [3.814s]
[INFO] Apache Axis2 - Scripting .. SUCCESS [2.583s]
[INFO] Apache Axis2 - JAXB-RI Data Binding ... SUCCESS [1.925s]
[INFO] Apache Axis2 - SAAJ ... SUCCESS [3.393s]
[INFO] Apache Axis2 - Metadata ... SUCCESS [13.601s]
[INFO] Apache Axis2 - JAXWS .. SUCCESS [23.870s]
[INFO] Apache Axis2 - Test Utilities . SUCCESS [0.950s]
[INFO] Apache Axis2 - JAXWS Integration Tests  SUCCESS [8.670s]
[INFO] Apache Axis2 - JiBX Data Binding .. SUCCESS [3.121s]
[INFO] Apache Axis2 - JSON ... SUCCESS [1.919s]
[INFO] Apache Axis2 - MTOM Policy  SUCCESS [2.999s]
[INFO] Apache Axis2 - spring . SUCCESS [1.922s]
[INFO] Apache Axis2 - OSGi Integration ... SUCCESS [10.932s]
[INFO] Apache Axis2 - XMLBeans Data Binding .. SUCCESS [2.088s]
[INFO] Apache Axis2 - Integration  SUCCESS [1.872s]
[INFO] Apache Axis2 - MEX  SUCCESS [3.124s]
[INFO] Apache Axis2 - MTOM Policy module . SUCCESS [1.515s]
[INFO] Apache Axis2 - Ping ... SUCCESS [1.395s]
[INFO] Apache Axis2 - Version Service  SUCCESS [1.575s]
[INFO] Apache Axis2 - SOAP Monitor Servlet ... SUCCESS [1.639s]
[INFO] Apache Axis2 - SOAP Monitor Module  SUCCESS [1.399s]
[INFO] Apache Axis2 - tool - AAR Maven Plugin  SUCCESS [1.611s]
[INFO] Apache Axis2 - tool - Ant Plugin .. SUCCESS [1.762s]
[INFO] Apache Axis2 - tool - Java2WSDL Maven Plugin .. SUCCESS [1.563s]
[INFO] Apache Axis2 - tool - MAR Maven Plugin  SUCCESS [1.610s]
[INFO] 

Re: [Dev] Can not build kernel from the patch release pom in a clean repo

2012-08-16 Thread Pradeep Fernando
will hv a look

--Pradeep
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Can not build kernel from the patch release pom in a clean repo

2012-08-15 Thread Janaka Ranabahu
Hi,

Im getting the following error. Please do the needful.

[INFO] Building Apache Axis2 - Data Binding 1.6.1-wso2v6
[INFO]

Downloading:
http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.pom
Downloaded:
http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.pom (3
KB at 6.0 KB/sec)
Downloading:
http://repo.maven.apache.org/maven2/org/apache/ws/commons/axiom/axiom-dom/1.2.11-wso2v2/axiom-dom-1.2.11-wso2v2.pom
[WARNING] The POM for
org.apache.ws.commons.axiom:axiom-dom:jar:1.2.11-wso2v2 is missing, no
dependency information available
Downloading:
http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-activation_1.1_spec/1.0.2/geronimo-activation_1.1_spec-1.0.2.jar
Downloading:
http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.jar
Downloading:
http://repo.maven.apache.org/maven2/org/apache/ws/commons/axiom/axiom-dom/1.2.11-wso2v2/axiom-dom-1.2.11-wso2v2.jar
Downloaded:
http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-activation_1.1_spec/1.0.2/geronimo-activation_1.1_spec-1.0.2.jar(0
B at 0.0 KB/sec)
Downloaded:
http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.jar (95
KB at 78.1 KB/sec)
[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] Apache Axis2 - Parent . SUCCESS
[1:57.816s]
[INFO] Apache Axis2 - Resource bundle  SUCCESS [49.237s]
[INFO] Apache Axis2 - Kernel . SUCCESS
[3:27.878s]
[INFO] Apache Axis2 - Data Binding ... FAILURE [2.118s]
[INFO] Apache Axis2 - Transport - Local .. SKIPPED
[INFO] Apache Axis2 - Transport - HTTP ... SKIPPED
[INFO] Apache Axis2 - Code Generation  SKIPPED
[INFO] Apache Axis2 - ADB Codegen  SKIPPED
[INFO] Apache Axis2 - Addressing . SKIPPED
[INFO] Apache Axis2 - Java2WSDL .. SKIPPED
[INFO] Apache Axis2 - tool - Repository Maven Plugin . SKIPPED
[INFO] Apache Axis2 - Fast Infoset ... SKIPPED
[INFO] Apache Axis2 - Clustering . SKIPPED
[INFO] Apache Axis2 - Scripting .. SKIPPED
[INFO] Apache Axis2 - JAXB-RI Data Binding ... SKIPPED
[INFO] Apache Axis2 - SAAJ ... SKIPPED
[INFO] Apache Axis2 - Metadata ... SKIPPED
[INFO] Apache Axis2 - JAXWS .. SKIPPED
[INFO] Apache Axis2 - Test Utilities . SKIPPED
[INFO] Apache Axis2 - JAXWS Integration Tests  SKIPPED
[INFO] Apache Axis2 - JiBX Data Binding .. SKIPPED
[INFO] Apache Axis2 - JSON ... SKIPPED
[INFO] Apache Axis2 - MTOM Policy  SKIPPED
[INFO] Apache Axis2 - spring . SKIPPED
[INFO] Apache Axis2 - OSGi Integration ... SKIPPED
[INFO] Apache Axis2 - XMLBeans Data Binding .. SKIPPED
[INFO] Apache Axis2 - Integration  SKIPPED
[INFO] Apache Axis2 - MEX  SKIPPED
[INFO] Apache Axis2 - MTOM Policy module . SKIPPED
[INFO] Apache Axis2 - Ping ... SKIPPED
[INFO] Apache Axis2 - Version Service  SKIPPED
[INFO] Apache Axis2 - SOAP Monitor Servlet ... SKIPPED
[INFO] Apache Axis2 - SOAP Monitor Module  SKIPPED
[INFO] Apache Axis2 - tool - AAR Maven Plugin  SKIPPED
[INFO] Apache Axis2 - tool - Ant Plugin .. SKIPPED
[INFO] Apache Axis2 - tool - Eclipse Codegen Plugin .. SKIPPED
[INFO] Apache Axis2 - tool - Eclipse service Plugin .. SKIPPED
[INFO] Apache Axis2 - tool - Intellij IDEA Plugin  SKIPPED
[INFO] Apache Axis2 - tool - Java2WSDL Maven Plugin .. SKIPPED
[INFO] Apache Axis2 - tool - MAR Maven Plugin  SKIPPED
[INFO] Apache Axis2 - tool - WSDL2Code Maven Plugin .. SKIPPED
[INFO] Apache Axis2 - CORBA .. SKIPPED
[INFO] Apache Axis2 - JAXWS (mar)  SKIPPED
[INFO] Apache Axis2 - Web Application module . SKIPPED
[INFO] Apache Axis2 - Root ... SKIPPED
[INFO] axis2.wso2  SKIPPED
[INFO] axis2.json.wso2 ... SKIPPED
[INFO] axis2.client.wso2 . SKIPPED
[INFO] axis2.jaxbri.wso2 . SKIPPED
[INFO] axis2.jibx.wso2 ... SKIPPED
[INFO] WSO2 Carbon - Aggregate Pom ... SKIPPED
[INFO] WSO2 Carbon - Patch releases - dependencies - Aggregator Module
 SKIPPED
[INFO] WSO2 Carbon - Patch releases - service-stubs - Aggregator 

Re: [Dev] Can not build kernel from the patch release pom in a clean repo

2012-08-15 Thread Supun Malinga
On Thu, Aug 16, 2012 at 10:13 AM, Janaka Ranabahu jan...@wso2.com wrote:

 Hi,

 Im getting the following error. Please do the needful.

 [INFO] Building Apache Axis2 - Data Binding 1.6.1-wso2v6
 [INFO]
 
 Downloading:
 http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.pom
 Downloaded:
 http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.pom(3 KB 
 at 6.0 KB/sec)
 Downloading:
 http://repo.maven.apache.org/maven2/org/apache/ws/commons/axiom/axiom-dom/1.2.11-wso2v2/axiom-dom-1.2.11-wso2v2.pom


Its trying to download a graduated axis2 bundle from apache repos. Pradeep
I guess we need to add our nexus repo here.

thanks,


  [WARNING] The POM for
 org.apache.ws.commons.axiom:axiom-dom:jar:1.2.11-wso2v2 is missing, no
 dependency information available
 Downloading:
 http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-activation_1.1_spec/1.0.2/geronimo-activation_1.1_spec-1.0.2.jar
 Downloading:
 http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.jar
 Downloading:
 http://repo.maven.apache.org/maven2/org/apache/ws/commons/axiom/axiom-dom/1.2.11-wso2v2/axiom-dom-1.2.11-wso2v2.jar
 Downloaded:
 http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-activation_1.1_spec/1.0.2/geronimo-activation_1.1_spec-1.0.2.jar(0
  B at 0.0 KB/sec)
 Downloaded:
 http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.jar(95 KB 
 at 78.1 KB/sec)
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Apache Axis2 - Parent . SUCCESS
 [1:57.816s]
 [INFO] Apache Axis2 - Resource bundle  SUCCESS
 [49.237s]
 [INFO] Apache Axis2 - Kernel . SUCCESS
 [3:27.878s]
 [INFO] Apache Axis2 - Data Binding ... FAILURE [2.118s]
 [INFO] Apache Axis2 - Transport - Local .. SKIPPED
 [INFO] Apache Axis2 - Transport - HTTP ... SKIPPED
 [INFO] Apache Axis2 - Code Generation  SKIPPED
 [INFO] Apache Axis2 - ADB Codegen  SKIPPED
 [INFO] Apache Axis2 - Addressing . SKIPPED
 [INFO] Apache Axis2 - Java2WSDL .. SKIPPED
 [INFO] Apache Axis2 - tool - Repository Maven Plugin . SKIPPED
 [INFO] Apache Axis2 - Fast Infoset ... SKIPPED
 [INFO] Apache Axis2 - Clustering . SKIPPED
 [INFO] Apache Axis2 - Scripting .. SKIPPED
 [INFO] Apache Axis2 - JAXB-RI Data Binding ... SKIPPED
 [INFO] Apache Axis2 - SAAJ ... SKIPPED
 [INFO] Apache Axis2 - Metadata ... SKIPPED
 [INFO] Apache Axis2 - JAXWS .. SKIPPED
 [INFO] Apache Axis2 - Test Utilities . SKIPPED
 [INFO] Apache Axis2 - JAXWS Integration Tests  SKIPPED
 [INFO] Apache Axis2 - JiBX Data Binding .. SKIPPED
 [INFO] Apache Axis2 - JSON ... SKIPPED
 [INFO] Apache Axis2 - MTOM Policy  SKIPPED
 [INFO] Apache Axis2 - spring . SKIPPED
 [INFO] Apache Axis2 - OSGi Integration ... SKIPPED
 [INFO] Apache Axis2 - XMLBeans Data Binding .. SKIPPED
 [INFO] Apache Axis2 - Integration  SKIPPED
 [INFO] Apache Axis2 - MEX  SKIPPED
 [INFO] Apache Axis2 - MTOM Policy module . SKIPPED
 [INFO] Apache Axis2 - Ping ... SKIPPED
 [INFO] Apache Axis2 - Version Service  SKIPPED
 [INFO] Apache Axis2 - SOAP Monitor Servlet ... SKIPPED
 [INFO] Apache Axis2 - SOAP Monitor Module  SKIPPED
 [INFO] Apache Axis2 - tool - AAR Maven Plugin  SKIPPED
 [INFO] Apache Axis2 - tool - Ant Plugin .. SKIPPED
 [INFO] Apache Axis2 - tool - Eclipse Codegen Plugin .. SKIPPED
 [INFO] Apache Axis2 - tool - Eclipse service Plugin .. SKIPPED
 [INFO] Apache Axis2 - tool - Intellij IDEA Plugin  SKIPPED
 [INFO] Apache Axis2 - tool - Java2WSDL Maven Plugin .. SKIPPED
 [INFO] Apache Axis2 - tool - MAR Maven Plugin  SKIPPED
 [INFO] Apache Axis2 - tool - WSDL2Code Maven Plugin .. SKIPPED
 [INFO] Apache Axis2 - CORBA .. SKIPPED
 [INFO] Apache Axis2 - JAXWS (mar)  SKIPPED
 [INFO] Apache Axis2 - Web Application module . SKIPPED
 [INFO] Apache Axis2 - Root ... SKIPPED
 [INFO] axis2.wso2  SKIPPED
 [INFO] axis2.json.wso2 ... SKIPPED
 [INFO] axis2.client.wso2 . SKIPPED
 [INFO] axis2.jaxbri.wso2 

Re: [Dev] Can not build kernel from the patch release pom in a clean repo

2012-08-15 Thread Dileepa Jayakody
yes, I think;

repositories
repository
idwso2-nexus/id
nameWSO2 internal Repository/name
urlhttp://maven.wso2.org/nexus/content/groups/wso2-public/
/url
releases
enabledtrue/enabled
updatePolicydaily/updatePolicy
checksumPolicyignore/checksumPolicy
/releases
/repository
 /repositories
should be added in patch-release pom.


On Thu, Aug 16, 2012 at 10:20 AM, Supun Malinga sup...@wso2.com wrote:



 On Thu, Aug 16, 2012 at 10:13 AM, Janaka Ranabahu jan...@wso2.com wrote:

 Hi,

 Im getting the following error. Please do the needful.

 [INFO] Building Apache Axis2 - Data Binding 1.6.1-wso2v6
 [INFO]
 
 Downloading:
 http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.pom
 Downloaded:
 http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.pom(3 KB 
 at 6.0 KB/sec)
 Downloading:
 http://repo.maven.apache.org/maven2/org/apache/ws/commons/axiom/axiom-dom/1.2.11-wso2v2/axiom-dom-1.2.11-wso2v2.pom


 Its trying to download a graduated axis2 bundle from apache repos. Pradeep
 I guess we need to add our nexus repo here.

 thanks,


  [WARNING] The POM for
 org.apache.ws.commons.axiom:axiom-dom:jar:1.2.11-wso2v2 is missing, no
 dependency information available
 Downloading:
 http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-activation_1.1_spec/1.0.2/geronimo-activation_1.1_spec-1.0.2.jar
 Downloading:
 http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.jar
 Downloading:
 http://repo.maven.apache.org/maven2/org/apache/ws/commons/axiom/axiom-dom/1.2.11-wso2v2/axiom-dom-1.2.11-wso2v2.jar
 Downloaded:
 http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-activation_1.1_spec/1.0.2/geronimo-activation_1.1_spec-1.0.2.jar(0
  B at 0.0 KB/sec)
 Downloaded:
 http://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.3/xmlunit-1.3.jar(95 
 KB at 78.1 KB/sec)
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Apache Axis2 - Parent . SUCCESS
 [1:57.816s]
 [INFO] Apache Axis2 - Resource bundle  SUCCESS
 [49.237s]
 [INFO] Apache Axis2 - Kernel . SUCCESS
 [3:27.878s]
 [INFO] Apache Axis2 - Data Binding ... FAILURE
 [2.118s]
 [INFO] Apache Axis2 - Transport - Local .. SKIPPED
 [INFO] Apache Axis2 - Transport - HTTP ... SKIPPED
 [INFO] Apache Axis2 - Code Generation  SKIPPED
 [INFO] Apache Axis2 - ADB Codegen  SKIPPED
 [INFO] Apache Axis2 - Addressing . SKIPPED
 [INFO] Apache Axis2 - Java2WSDL .. SKIPPED
 [INFO] Apache Axis2 - tool - Repository Maven Plugin . SKIPPED
 [INFO] Apache Axis2 - Fast Infoset ... SKIPPED
 [INFO] Apache Axis2 - Clustering . SKIPPED
 [INFO] Apache Axis2 - Scripting .. SKIPPED
 [INFO] Apache Axis2 - JAXB-RI Data Binding ... SKIPPED
 [INFO] Apache Axis2 - SAAJ ... SKIPPED
 [INFO] Apache Axis2 - Metadata ... SKIPPED
 [INFO] Apache Axis2 - JAXWS .. SKIPPED
 [INFO] Apache Axis2 - Test Utilities . SKIPPED
 [INFO] Apache Axis2 - JAXWS Integration Tests  SKIPPED
 [INFO] Apache Axis2 - JiBX Data Binding .. SKIPPED
 [INFO] Apache Axis2 - JSON ... SKIPPED
 [INFO] Apache Axis2 - MTOM Policy  SKIPPED
 [INFO] Apache Axis2 - spring . SKIPPED
 [INFO] Apache Axis2 - OSGi Integration ... SKIPPED
 [INFO] Apache Axis2 - XMLBeans Data Binding .. SKIPPED
 [INFO] Apache Axis2 - Integration  SKIPPED
 [INFO] Apache Axis2 - MEX  SKIPPED
 [INFO] Apache Axis2 - MTOM Policy module . SKIPPED
 [INFO] Apache Axis2 - Ping ... SKIPPED
 [INFO] Apache Axis2 - Version Service  SKIPPED
 [INFO] Apache Axis2 - SOAP Monitor Servlet ... SKIPPED
 [INFO] Apache Axis2 - SOAP Monitor Module  SKIPPED
 [INFO] Apache Axis2 - tool - AAR Maven Plugin  SKIPPED
 [INFO] Apache Axis2 - tool - Ant Plugin .. SKIPPED
 [INFO] Apache Axis2 - tool - Eclipse Codegen Plugin .. SKIPPED
 [INFO] Apache Axis2 - tool - Eclipse service Plugin .. SKIPPED
 [INFO] Apache Axis2 - tool - Intellij IDEA Plugin  SKIPPED
 [INFO] Apache Axis2 - tool - Java2WSDL Maven Plugin .. SKIPPED
 [INFO] Apache Axis2 - tool - MAR Maven Plugin  SKIPPED
 [INFO] Apache Axis2 - tool - WSDL2Code Maven Plugin .. SKIPPED
 

Re: [Dev] Can not build kernel from the patch release pom in a clean repo

2012-08-15 Thread Pradeep Fernando
If i understand correct, not to patch releases, but to axis2 parent pom.

@janaka : please try out the suggested approach and commit if it is working.

--pradeep
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Can not build kernel from the patch release pom in a clean repo

2012-08-15 Thread Janaka Ranabahu
Hi Pradeep,

I did what you have suggested and it resolved the earlier issue. Now Im
getting the following issue. Please note the change I did.

Index: 1.6.1-wso2v6/modules/parent/pom.xml
===
--- 1.6.1-wso2v6/modules/parent/pom.xml (revision 138305)
+++ 1.6.1-wso2v6/modules/parent/pom.xml (working copy)
@@ -431,6 +431,16 @@
  by default) and nothing else. We had troubles with other
repositories in
  the past. Therefore configuring additional repositories here
should be
  considered very carefully. --
+repository
+idwso2-nexus/id
+nameWSO2 internal Repository/name
+urlhttp://maven.wso2.org/nexus/content/groups/wso2-public/
/url
+releases
+enabledtrue/enabled
+updatePolicydaily/updatePolicy
+checksumPolicyignore/checksumPolicy
+/releases
+/repository
 /repositories
 pluginRepositories
 pluginRepository

And the error I got,

Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/forms/3.3.0-v20070511/forms-3.3.0-v20070511.jar
Downloaded:
http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/configurator/3.2.100-v20070615/configurator-3.2.100-v20070615.jar(95
KB at 18.9 KB/sec)
Downloaded:
http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/forms/3.3.0-v20070511/forms-3.3.0-v20070511.jar(277
KB at 94.2 KB/sec)
Downloaded:
http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/core/3.2.1-v20092006/core-3.2.1-v20092006.jar(558
KB at 63.8 KB/sec)
Downloaded:
http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/update/ui/3.2.100-v20070615/ui-3.2.100-v20070615.jar(497
KB at 63.5 KB/sec)
Downloaded:
http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/ui/workbench/3.2.1-M20060906-0800/workbench-3.2.1-M20060906-0800.jar(3004
KB at 152.3 KB/sec)
[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] Apache Axis2 - Parent . SUCCESS [1.219s]
[INFO] Apache Axis2 - Resource bundle  SUCCESS [0.862s]
[INFO] Apache Axis2 - Kernel . SUCCESS [23.302s]
[INFO] Apache Axis2 - Data Binding ... SUCCESS [14.015s]
[INFO] Apache Axis2 - Transport - Local .. SUCCESS [3.090s]
[INFO] Apache Axis2 - Transport - HTTP ... SUCCESS [8.204s]
[INFO] Apache Axis2 - Code Generation  SUCCESS [9.348s]
[INFO] Apache Axis2 - ADB Codegen  SUCCESS [22.594s]
[INFO] Apache Axis2 - Addressing . SUCCESS [5.975s]
[INFO] Apache Axis2 - Java2WSDL .. SUCCESS [7.227s]
[INFO] Apache Axis2 - tool - Repository Maven Plugin . SUCCESS [39.571s]
[INFO] Apache Axis2 - Fast Infoset ... SUCCESS [12.922s]
[INFO] Apache Axis2 - Clustering . SUCCESS [19.485s]
[INFO] Apache Axis2 - Scripting .. SUCCESS [17.528s]
[INFO] Apache Axis2 - JAXB-RI Data Binding ... SUCCESS [13.658s]
[INFO] Apache Axis2 - SAAJ ... SUCCESS [28.364s]
[INFO] Apache Axis2 - Metadata ... SUCCESS [31.011s]
[INFO] Apache Axis2 - JAXWS .. SUCCESS [27.178s]
[INFO] Apache Axis2 - Test Utilities . SUCCESS [0.933s]
[INFO] Apache Axis2 - JAXWS Integration Tests  SUCCESS [7.034s]
[INFO] Apache Axis2 - JiBX Data Binding .. SUCCESS [34.141s]
[INFO] Apache Axis2 - JSON ... SUCCESS [2.037s]
[INFO] Apache Axis2 - MTOM Policy  SUCCESS [1.541s]
[INFO] Apache Axis2 - spring . SUCCESS [5.132s]
[INFO] Apache Axis2 - OSGi Integration ... SUCCESS [11.230s]
[INFO] Apache Axis2 - XMLBeans Data Binding .. SUCCESS [2.251s]
[INFO] Apache Axis2 - Integration  SUCCESS [1.990s]
[INFO] Apache Axis2 - MEX  SUCCESS [3.185s]
[INFO] Apache Axis2 - MTOM Policy module . SUCCESS [2.760s]
[INFO] Apache Axis2 - Ping ... SUCCESS [1.448s]
[INFO] Apache Axis2 - Version Service  SUCCESS [1.799s]
[INFO] Apache Axis2 - SOAP Monitor Servlet ... SUCCESS [1.649s]
[INFO] Apache Axis2 - SOAP Monitor Module  SUCCESS [1.507s]
[INFO] Apache Axis2 - tool - AAR Maven Plugin  SUCCESS [1.740s]
[INFO] Apache Axis2 - tool - Ant Plugin .. SUCCESS [1.802s]
[INFO] Apache Axis2 - tool - Eclipse Codegen Plugin .. FAILURE
[3:33.240s]
[INFO] Apache Axis2 - tool - Eclipse service Plugin .. SKIPPED
[INFO] Apache Axis2 - tool - Intellij IDEA Plugin