[Carbon-dev] 3.2.0 branch build failure due to missing org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1?

2011-06-18 Thread Kathiravelu Pradeeban
Hi Lalaji/Nuwan,
I took an svn up from the 3.2.0 branch and started building from the
carbon root directory of 3.2.0 this evening, and it fails giving the
below exception.

I checked 
3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui
and noticed that there is no 3.2.1 actually, while all the other
components from dashboard have the 3.2.1. So I temporarily made my
local 3.2.0 build working by the below change.

Can you pls have a look and make any necessary fix?

pradeeban@pradeeban:~/trunk/stratos/3.2.0/components/dashboard$ svn diff
Index: pom.xml
===
--- pom.xml (revision 107883)
+++ pom.xml (working copy)
@@ -224,7 +224,7 @@
 moduleorg.wso2.carbon.dashboard.gadgetrepopopulator/3.2.1/module
 moduleorg.wso2.carbon.dashboard.dashboardpopulator/3.2.1/module
 moduleorg.wso2.carbon.dashboard.themepopulator/3.2.1/module
-moduleorg.wso2.carbon.dashboard.gadgetframework.ui/3.2.1/module
+moduleorg.wso2.carbon.dashboard.gadgetframework.ui/3.2.0/module
 moduleorg.wso2.carbon.dashboard.mgt.theme.common/3.2.1/module
 moduleorg.wso2.carbon.dashboard.mgt.theme/3.2.1/module
 moduleorg.wso2.carbon.dashboard.mgt.theme.ui/3.2.1/module


Any thoughts on this?

pradeeban@pradeeban:~/trunk/stratos/3.2.0$ bbc
[INFO] Scanning for projects...
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] Error building POM (may not be this project's POM).


Project ID: unknown

Reason: Could not find the model file
'/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1'.
for project unknown


[INFO] 
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Could not find the
model file 
'/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1'.
for project unknown
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:272)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at 
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Could
not find the model file
'/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1'.
for project unknown
at 
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1575)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:506)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
Caused by: java.io.FileNotFoundException:
/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1
(No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.init(FileInputStream.java:106)
at 
hidden.org.codehaus.plexus.util.xml.XmlReader.init(XmlReader.java:124)
at 
hidden.org.codehaus.plexus.util.xml.XmlStreamReader.init(XmlStreamReader.java:67)
at 
hidden.org.codehaus.plexus.util.ReaderFactory.newXmlReader(ReaderFactory.java:118)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1570)
... 20 more
[INFO] 
[INFO] Total time: 6 

Re: [Carbon-dev] 3.2.0 branch build failure due to missing org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1?

2011-06-18 Thread Afkham Azeez
On Sat, Jun 18, 2011 at 11:40 PM, Kathiravelu Pradeeban
pradee...@wso2.comwrote:

 Hi Lalaji/Nuwan,
 I took an svn up from the 3.2.0 branch and started building from the
 carbon root directory of 3.2.0 this evening, and it fails giving the
 below exception.

 I checked
 3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui
 and noticed that there is no 3.2.1 actually, while all the other
 components from dashboard have the 3.2.1. So I temporarily made my
 local 3.2.0 build working by the below change.

 Can you pls have a look and make any necessary fix?

 pradeeban@pradeeban:~/trunk/stratos/3.2.0/components/dashboard$ svn diff
 Index: pom.xml
 ===
 --- pom.xml (revision 107883)
 +++ pom.xml (working copy)
 @@ -224,7 +224,7 @@

 moduleorg.wso2.carbon.dashboard.gadgetrepopopulator/3.2.1/module
 moduleorg.wso2.carbon.dashboard.dashboardpopulator/3.2.1/module
 moduleorg.wso2.carbon.dashboard.themepopulator/3.2.1/module
 -
  moduleorg.wso2.carbon.dashboard.gadgetframework.ui/3.2.1/module
 +
  moduleorg.wso2.carbon.dashboard.gadgetframework.ui/3.2.0/module
 moduleorg.wso2.carbon.dashboard.mgt.theme.common/3.2.1/module
 moduleorg.wso2.carbon.dashboard.mgt.theme/3.2.1/module
 moduleorg.wso2.carbon.dashboard.mgt.theme.ui/3.2.1/module


What? Somebody changed the  3.2.0/components/dashboard/pom.xml file?



 Any thoughts on this?

 pradeeban@pradeeban:~/trunk/stratos/3.2.0$ bbc
 [INFO] Scanning for projects...
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: unknown

 Reason: Could not find the model file

 '/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1'.
 for project unknown


 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Could not find the
 model file
 '/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1'.
 for project unknown
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:272)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
 org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
 org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.project.ProjectBuildingException: Could
 not find the model file

 '/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1'.
 for project unknown
at
 org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1575)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:506)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
 Caused by: java.io.FileNotFoundException:

 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1
 (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.init(FileInputStream.java:106)
at
 hidden.org.codehaus.plexus.util.xml.XmlReader.init(XmlReader.java:124)
at
 hidden.org.codehaus.plexus.util.xml.XmlStreamReader.init(XmlStreamReader.java:67)
at
 hidden.org.codehaus.plexus.util.ReaderFactory.newXmlReader(ReaderFactory.java:118)
at
 

Re: [Carbon-dev] 3.2.0 branch build failure due to missing org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1?

2011-06-18 Thread Kathiravelu Pradeeban
On Sat, Jun 18, 2011 at 11:47 PM, Afkham Azeez az...@wso2.com wrote:



 On Sat, Jun 18, 2011 at 11:40 PM, Kathiravelu Pradeeban 
 pradee...@wso2.com wrote:

 Hi Lalaji/Nuwan,
 I took an svn up from the 3.2.0 branch and started building from the
 carbon root directory of 3.2.0 this evening, and it fails giving the
 below exception.

 I checked
 3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui
 and noticed that there is no 3.2.1 actually, while all the other
 components from dashboard have the 3.2.1. So I temporarily made my
 local 3.2.0 build working by the below change.

 Can you pls have a look and make any necessary fix?

 pradeeban@pradeeban:~/trunk/stratos/3.2.0/components/dashboard$ svn diff
 Index: pom.xml
 ===
 --- pom.xml (revision 107883)
 +++ pom.xml (working copy)
 @@ -224,7 +224,7 @@

 moduleorg.wso2.carbon.dashboard.gadgetrepopopulator/3.2.1/module

 moduleorg.wso2.carbon.dashboard.dashboardpopulator/3.2.1/module
 moduleorg.wso2.carbon.dashboard.themepopulator/3.2.1/module
 -
  moduleorg.wso2.carbon.dashboard.gadgetframework.ui/3.2.1/module
 +
  moduleorg.wso2.carbon.dashboard.gadgetframework.ui/3.2.0/module
 moduleorg.wso2.carbon.dashboard.mgt.theme.common/3.2.1/module
 moduleorg.wso2.carbon.dashboard.mgt.theme/3.2.1/module
 moduleorg.wso2.carbon.dashboard.mgt.theme.ui/3.2.1/module


 What? Somebody changed the  3.2.0/components/dashboard/pom.xml file?


yes, it is changed!

profiles default pointing to 3.2.1 and profile dashboard-3.2.0 pointing to
3.2.0. Lalaji, could you pls explain more?

profiles
profile
iddefault/id
activation
activeByDefaulttrue/activeByDefault
/activation
 modules
moduleorg.wso2.carbon.dashboard.common/3.2.1/module
moduleorg.wso2.carbon.dashboard/3.2.1/module
moduleorg.wso2.carbon.dashboard.ui/3.2.1/module

moduleorg.wso2.carbon.dashboard.mgt.gadgetrepo.common/3.2.1/module
moduleorg.wso2.carbon.dashboard.mgt.gadgetrepo/3.2.1/module
moduleorg.wso2.carbon.dashboard.mgt.gadgetrepo.ui/3.2.1/module
moduleorg.wso2.carbon.dashboard.mgt.users/3.2.1/module
moduleorg.wso2.carbon.dashboard.mgt.users.ui/3.2.1/module
moduleorg.wso2.carbon.dashboard.gadgetrepopopulator/3.2.1/module
moduleorg.wso2.carbon.dashboard.dashboardpopulator/3.2.1/module
moduleorg.wso2.carbon.dashboard.themepopulator/3.2.1/module
moduleorg.wso2.carbon.dashboard.gadgetframework.ui/3.2.0/module
moduleorg.wso2.carbon.dashboard.mgt.theme.common/3.2.1/module
moduleorg.wso2.carbon.dashboard.mgt.theme/3.2.1/module
moduleorg.wso2.carbon.dashboard.mgt.theme.ui/3.2.1/module
moduleorg.wso2.carbon.dashboard.social.common/3.2.1/module
moduleorg.wso2.carbon.dashboard.social/3.2.1/module
moduleorg.wso2.carbon.dashboard.social.ui/3.2.1/module
moduleorg.wso2.carbon.dashboard.mgt.oauth/3.2.1/module
moduleorg.wso2.carbon.dashboard.mgt.oauth.ui/3.2.1/module
/modules
/profile

 profile
 iddashboard-3.2.0/id
activation
property
namedashboard/name
value3.2.0/value
/property
/activation
modules
moduleorg.wso2.carbon.dashboard.common/3.2.0/module
moduleorg.wso2.carbon.dashboard/3.2.0/module
moduleorg.wso2.carbon.dashboard.ui/3.2.0/module

moduleorg.wso2.carbon.dashboard.mgt.gadgetrepo.common/3.2.0/module
moduleorg.wso2.carbon.dashboard.mgt.gadgetrepo/3.2.0/module
moduleorg.wso2.carbon.dashboard.mgt.gadgetrepo.ui/3.2.0/module
moduleorg.wso2.carbon.dashboard.mgt.users/3.2.0/module
moduleorg.wso2.carbon.dashboard.mgt.users.ui/3.2.0/module
moduleorg.wso2.carbon.dashboard.gadgetrepopopulator/3.2.0/module
moduleorg.wso2.carbon.dashboard.dashboardpopulator/3.2.0/module
moduleorg.wso2.carbon.dashboard.themepopulator/3.2.0/module
moduleorg.wso2.carbon.dashboard.gadgetframework.ui/3.2.0/module
moduleorg.wso2.carbon.dashboard.mgt.theme.common/3.2.0/module
moduleorg.wso2.carbon.dashboard.mgt.theme/3.2.0/module
moduleorg.wso2.carbon.dashboard.mgt.theme.ui/3.2.0/module
moduleorg.wso2.carbon.dashboard.social.common/3.2.0/module
moduleorg.wso2.carbon.dashboard.social/3.2.0/module
moduleorg.wso2.carbon.dashboard.social.ui/3.2.0/module
moduleorg.wso2.carbon.dashboard.mgt.oauth/3.2.0/module
moduleorg.wso2.carbon.dashboard.mgt.oauth.ui/3.2.0/module
/modules
/profile
/profiles




 Any thoughts on this?

 pradeeban@pradeeban:~/trunk/stratos/3.2.0$ bbc
 [INFO] Scanning for projects...
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 

Re: [Carbon-dev] 3.2.0 branch build failure due to missing org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1?

2011-06-18 Thread Kathiravelu Pradeeban
FYI: My rough/dirty patch didn't fix the build anyway. The build
failed again with the error below. You can still reproduce this by
building 3.2.0/components/dashboard as well. The same component builds
fine for trunk.

[INFO] 
[INFO] Building WSO2 Carbon - Dashboard BE
[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/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target
[INFO] [clean:clean {execution: auto-clean}]
[INFO] Deleting
/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 9 source files to
/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target/classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR] 
/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,50]
cannot find symbol
symbol  : variable PRODUCT_SERVER_NAME
location: class org.wso2.carbon.dashboard.common.DashboardConstants

[ERROR] 
/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,113]
cannot find symbol
symbol  : variable SERVICE_SERVER_NAME
location: class org.wso2.carbon.dashboard.common.DashboardConstants

[INFO] 2 errors
[INFO] -
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,50]
cannot find symbol
symbol  : variable PRODUCT_SERVER_NAME
location: class org.wso2.carbon.dashboard.common.DashboardConstants

/home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,113]
cannot find symbol
symbol  : variable SERVICE_SERVER_NAME
location: class org.wso2.carbon.dashboard.common.DashboardConstants


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 78 minutes 40 seconds
[INFO] Finished at: Sun Jun 19 00:52:33 IST 2011
[INFO] Final Memory: 1500M/1831M


On Sat, Jun 18, 2011 at 11:56 PM, Afkham Azeez az...@wso2.com wrote:
 Lalaji,
 Please revert all the changes you did to the 3.2.0 branch. Clearly, you have
 changed released POMs, and had no idea what needed to be done.

 On Sat, Jun 18, 2011 at 11:52 PM, Kathiravelu Pradeeban pradee...@wso2.com
 wrote:


 On Sat, Jun 18, 2011 at 11:47 PM, Afkham Azeez az...@wso2.com wrote:


 On Sat, Jun 18, 2011 at 11:40 PM, Kathiravelu Pradeeban
 pradee...@wso2.com wrote:

 Hi Lalaji/Nuwan,
 I took an svn up from the 3.2.0 branch and started building from the
 carbon root directory of 3.2.0 this evening, and it fails giving the
 below exception.

 I checked
 3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui
 and noticed that there is no 3.2.1 actually, while all the other
 components from dashboard have the 3.2.1. So I temporarily made my
 local 3.2.0 build working by the below change.

 Can you pls have a look and make any necessary fix?

 pradeeban@pradeeban:~/trunk/stratos/3.2.0/components/dashboard$ svn diff
 Index: pom.xml
 ===
 --- pom.xml     (revision 107883)
 +++ pom.xml     (working copy)
 @@ -224,7 +224,7 @@

 moduleorg.wso2.carbon.dashboard.gadgetrepopopulator/3.2.1/module

 moduleorg.wso2.carbon.dashboard.dashboardpopulator/3.2.1/module
         moduleorg.wso2.carbon.dashboard.themepopulator/3.2.1/module
 -
  moduleorg.wso2.carbon.dashboard.gadgetframework.ui/3.2.1/module
 +
  moduleorg.wso2.carbon.dashboard.gadgetframework.ui/3.2.0/module

 moduleorg.wso2.carbon.dashboard.mgt.theme.common/3.2.1/module
         moduleorg.wso2.carbon.dashboard.mgt.theme/3.2.1/module
         

Re: [Carbon-dev] 3.2.0 branch build failure due to missing org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1?

2011-06-18 Thread Kathiravelu Pradeeban
I changed all the 3.2.1 to 3.2.0 instead in the dashboard pom (in
other words, reverting the dashboard 3.2.0 pom to the tag version of
3.2.0), and got this 3.2.0 component working for me locally now.
Ignore my incomplete patch in the first mail.

Anyway, pls fix this below compilation issue too for the 3.2.1.

Regards,
Pradeeban.

On Sun, Jun 19, 2011 at 2:49 AM, Kathiravelu Pradeeban
pradee...@wso2.com wrote:
 FYI: My rough/dirty patch didn't fix the build anyway. The build
 failed again with the error below. You can still reproduce this by
 building 3.2.0/components/dashboard as well. The same component builds
 fine for trunk.

 [INFO] 
 
 [INFO] Building WSO2 Carbon - Dashboard BE
 [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/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting
 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 2 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 9 source files to
 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR] 
 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,50]
 cannot find symbol
 symbol  : variable PRODUCT_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants

 [ERROR] 
 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,113]
 cannot find symbol
 symbol  : variable SERVICE_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants

 [INFO] 2 errors
 [INFO] -
 [INFO] 
 
 [ERROR] BUILD FAILURE
 [INFO] 
 
 [INFO] Compilation failure

 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,50]
 cannot find symbol
 symbol  : variable PRODUCT_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants

 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,113]
 cannot find symbol
 symbol  : variable SERVICE_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants


 [INFO] 
 
 [INFO] For more information, run Maven with the -e switch
 [INFO] 
 
 [INFO] Total time: 78 minutes 40 seconds
 [INFO] Finished at: Sun Jun 19 00:52:33 IST 2011
 [INFO] Final Memory: 1500M/1831M


 On Sat, Jun 18, 2011 at 11:56 PM, Afkham Azeez az...@wso2.com wrote:
 Lalaji,
 Please revert all the changes you did to the 3.2.0 branch. Clearly, you have
 changed released POMs, and had no idea what needed to be done.

 On Sat, Jun 18, 2011 at 11:52 PM, Kathiravelu Pradeeban pradee...@wso2.com
 wrote:


 On Sat, Jun 18, 2011 at 11:47 PM, Afkham Azeez az...@wso2.com wrote:


 On Sat, Jun 18, 2011 at 11:40 PM, Kathiravelu Pradeeban
 pradee...@wso2.com wrote:

 Hi Lalaji/Nuwan,
 I took an svn up from the 3.2.0 branch and started building from the
 carbon root directory of 3.2.0 this evening, and it fails giving the
 below exception.

 I checked
 3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui
 and noticed that there is no 3.2.1 actually, while all the other
 components from dashboard have the 3.2.1. So I temporarily made my
 local 3.2.0 build working by the below change.

 Can you pls have a look and make any necessary fix?

 pradeeban@pradeeban:~/trunk/stratos/3.2.0/components/dashboard$ svn diff
 Index: pom.xml
 ===
 --- pom.xml     (revision 107883)
 +++ pom.xml     (working copy)
 @@ -224,7 +224,7 @@

 

Re: [Carbon-dev] 3.2.0 branch build failure due to missing org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1?

2011-06-18 Thread Afkham Azeez
All commits by Lalaji to released components  POMs need to be reverted!

On Sun, Jun 19, 2011 at 2:49 AM, Kathiravelu Pradeeban
pradee...@wso2.comwrote:

 FYI: My rough/dirty patch didn't fix the build anyway. The build
 failed again with the error below. You can still reproduce this by
 building 3.2.0/components/dashboard as well. The same component builds
 fine for trunk.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Dashboard BE
 [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/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting

 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 2 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 9 source files to

 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,50]
 cannot find symbol
 symbol  : variable PRODUCT_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants

 [ERROR]
 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,113]
 cannot find symbol
 symbol  : variable SERVICE_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants

 [INFO] 2 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure


 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,50]
 cannot find symbol
 symbol  : variable PRODUCT_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants


 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,113]
 cannot find symbol
 symbol  : variable SERVICE_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 78 minutes 40 seconds
 [INFO] Finished at: Sun Jun 19 00:52:33 IST 2011
 [INFO] Final Memory: 1500M/1831M


 On Sat, Jun 18, 2011 at 11:56 PM, Afkham Azeez az...@wso2.com wrote:
  Lalaji,
  Please revert all the changes you did to the 3.2.0 branch. Clearly, you
 have
  changed released POMs, and had no idea what needed to be done.
 
  On Sat, Jun 18, 2011 at 11:52 PM, Kathiravelu Pradeeban 
 pradee...@wso2.com
  wrote:
 
 
  On Sat, Jun 18, 2011 at 11:47 PM, Afkham Azeez az...@wso2.com wrote:
 
 
  On Sat, Jun 18, 2011 at 11:40 PM, Kathiravelu Pradeeban
  pradee...@wso2.com wrote:
 
  Hi Lalaji/Nuwan,
  I took an svn up from the 3.2.0 branch and started building from the
  carbon root directory of 3.2.0 this evening, and it fails giving the
  below exception.
 
  I checked
 
 3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui
  and noticed that there is no 3.2.1 actually, while all the other
  components from dashboard have the 3.2.1. So I temporarily made my
  local 3.2.0 build working by the below change.
 
  Can you pls have a look and make any necessary fix?
 
  pradeeban@pradeeban:~/trunk/stratos/3.2.0/components/dashboard$ svn
 diff
  Index: pom.xml
  ===
  --- pom.xml (revision 107883)
  +++ pom.xml (working copy)
  @@ -224,7 +224,7 @@
 
  moduleorg.wso2.carbon.dashboard.gadgetrepopopulator/3.2.1/module
 
  moduleorg.wso2.carbon.dashboard.dashboardpopulator/3.2.1/module
 
 moduleorg.wso2.carbon.dashboard.themepopulator/3.2.1/module
  -
   

Re: [Carbon-dev] 3.2.0 branch build failure due to missing org.wso2.carbon.dashboard.gadgetframework.ui/3.2.1?

2011-06-18 Thread Lalaji Sureshika
Hi,

Reverted all the commits I did regarding dashboard component(revision
no:107901) and feature(revision no:107902).Other than this I did changes
only for mashup component and feature and those changes were already
reverted.Extremely sorry for the trouble I made.

Pradeeban,Please take a svn up and try again.

Thanks,

Best Regards,

On Sun, Jun 19, 2011 at 2:04 AM, Afkham Azeez az...@wso2.com wrote:

 All commits by Lalaji to released components  POMs need to be reverted!


 On Sun, Jun 19, 2011 at 2:49 AM, Kathiravelu Pradeeban pradee...@wso2.com
  wrote:

 FYI: My rough/dirty patch didn't fix the build anyway. The build
 failed again with the error below. You can still reproduce this by
 building 3.2.0/components/dashboard as well. The same component builds
 fine for trunk.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Dashboard BE
 [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/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting

 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 2 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 9 source files to

 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,50]
 cannot find symbol
 symbol  : variable PRODUCT_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants

 [ERROR]
 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,113]
 cannot find symbol
 symbol  : variable SERVICE_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants

 [INFO] 2 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure


 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,50]
 cannot find symbol
 symbol  : variable PRODUCT_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants


 /home/pradeeban/trunk/stratos/3.2.0/components/dashboard/org.wso2.carbon.dashboard/3.2.1/src/main/java/org/wso2/carbon/dashboard/deployer/GadgetDeployer.java:[77,113]
 cannot find symbol
 symbol  : variable SERVICE_SERVER_NAME
 location: class org.wso2.carbon.dashboard.common.DashboardConstants


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 78 minutes 40 seconds
 [INFO] Finished at: Sun Jun 19 00:52:33 IST 2011
 [INFO] Final Memory: 1500M/1831M


 On Sat, Jun 18, 2011 at 11:56 PM, Afkham Azeez az...@wso2.com wrote:
  Lalaji,
  Please revert all the changes you did to the 3.2.0 branch. Clearly, you
 have
  changed released POMs, and had no idea what needed to be done.
 
  On Sat, Jun 18, 2011 at 11:52 PM, Kathiravelu Pradeeban 
 pradee...@wso2.com
  wrote:
 
 
  On Sat, Jun 18, 2011 at 11:47 PM, Afkham Azeez az...@wso2.com wrote:
 
 
  On Sat, Jun 18, 2011 at 11:40 PM, Kathiravelu Pradeeban
  pradee...@wso2.com wrote:
 
  Hi Lalaji/Nuwan,
  I took an svn up from the 3.2.0 branch and started building from the
  carbon root directory of 3.2.0 this evening, and it fails giving the
  below exception.
 
  I checked
 
 3.2.0/components/dashboard/org.wso2.carbon.dashboard.gadgetframework.ui
  and noticed that there is no 3.2.1 actually, while all the other
  components from dashboard have the 3.2.1. So I temporarily made my
  local 3.2.0 build working by the below change.
 
  Can you pls have a look and make any necessary fix?
 
  pradeeban@pradeeban:~/trunk/stratos/3.2.0/components/dashboard$ svn
 diff
  Index: pom.xml
  

Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Prabath Siriwardena
On Tue, May 24, 2011 at 3:02 PM, Prabath Siriwardena prab...@wso2.com wrote:
 On Tue, May 24, 2011 at 2:41 PM, Supun Kamburugamuva su...@wso2.com wrote:
 We have fixed the versions in the 3.2.0 branch. We could build the ESB
 successfully. Still in the process of building other products.
 Products teams please try to build your products and fix the issues if
 there are any.

 +1

 I will build IS from a clean repo..

I could successfully build IS from a clean repo..

- used default profile
- built without tests...

Thanks  regards,
-Prabath


 Thanks  regards,
 -Prabath


 Thanks,
 --
 Supun Kamburugamuva
 Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
 Member, Apache Software Foundation; http://www.apache.org
 WSO2 Inc.;  http://wso2.org
 E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
 Blog: http://supunk.blogspot.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Supun Kamburugamuva
Here are the snapshots in my repo.

./repository/com/google/step2/step2-consumer/1-SNAPSHOT
./repository/com/google/step2/step2-consumer/1-SNAPSHOT/step2-consumer-1-SNAPSHOT.jar
./repository/com/google/step2/step2-consumer/1-SNAPSHOT/step2-consumer-1-SNAPSHOT.pom
./repository/com/google/step2/step2-parent/1-SNAPSHOT
./repository/com/google/step2/step2-parent/1-SNAPSHOT/step2-parent-1-SNAPSHOT.pom
./repository/com/google/step2/step2-common/1-SNAPSHOT
./repository/com/google/step2/step2-common/1-SNAPSHOT/step2-common-1-SNAPSHOT.pom
./repository/com/google/step2/step2-common/1-SNAPSHOT/step2-common-1-SNAPSHOT.jar
./repository/org/wso2/ciphertool/org.wso2.ciphertool/1.0.0-SNAPSHOT
./repository/org/wso2/ciphertool/org.wso2.ciphertool/1.0.0-SNAPSHOT/org.wso2.ciphertool-1.0.0-SNAPSHOT.pom
./repository/org/wso2/ciphertool/org.wso2.ciphertool/1.0.0-SNAPSHOT/org.wso2.ciphertool-1.0.0-SNAPSHOT.jar
./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT-sources.jar
./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.jar
./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.pom
./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.aar
./repository/org/wso2/caching/wso2caching-mar/3.5.0-SNAPSHOT
./repository/org/wso2/caching/wso2caching-mar/3.5.0-SNAPSHOT/wso2caching-mar-3.5.0-SNAPSHOT.pom
./repository/org/wso2/caching/wso2caching-mar/3.5.0-SNAPSHOT/wso2caching-mar-3.5.0-SNAPSHOT.mar
./repository/org/wso2/caching/wso2caching-mar/3.5.0-SNAPSHOT/wso2caching-mar-3.5.0-SNAPSHOT.jar
./repository/org/wso2/caching/wso2caching/3.5.0-SNAPSHOT
./repository/org/wso2/caching/wso2caching/3.5.0-SNAPSHOT/wso2caching-3.5.0-SNAPSHOT.pom
./repository/org/wso2/caching/wso2caching-core/3.5.0-SNAPSHOT
./repository/org/wso2/caching/wso2caching-core/3.5.0-SNAPSHOT/wso2caching-core-3.5.0-SNAPSHOT.mar
./repository/org/wso2/caching/wso2caching-core/3.5.0-SNAPSHOT/wso2caching-core-3.5.0-SNAPSHOT.jar
./repository/org/wso2/caching/wso2caching-core/3.5.0-SNAPSHOT/wso2caching-core-3.5.0-SNAPSHOT.pom
./repository/org/wso2/caching/wso2caching-samples/3.5.0-SNAPSHOT
./repository/org/wso2/caching/wso2caching-samples/3.5.0-SNAPSHOT/wso2caching-samples-3.5.0-SNAPSHOT.jar
./repository/org/wso2/caching/wso2caching-samples/3.5.0-SNAPSHOT/wso2caching-samples-3.5.0-SNAPSHOT.pom
./repository/org/wso2/wsdl/validator/wsdl-validator/1.2.0-SNAPSHOT
./repository/org/wso2/wsdl/validator/wsdl-validator/1.2.0-SNAPSHOT/wsdl-validator-1.2.0-SNAPSHOT.pom
./repository/org/wso2/wsdl/validator/wsdl-validator/1.2.0-SNAPSHOT/wsdl-validator-1.2.0-SNAPSHOT.jar
./repository/org/wso2/eventing/wso2eventing-parent/SNAPSHOT/wso2eventing-parent-SNAPSHOT.pom
./repository/org/wso2/eventing/wso2eventing-api/SNAPSHOT/wso2eventing-api-SNAPSHOT.pom
./repository/org/wso2/eventing/wso2eventing-api/SNAPSHOT/wso2eventing-api-SNAPSHOT.jar
./repository/org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT
./repository/org/wso2/throttle/wso2throttle-parent/SNAPSHOT/wso2throttle-parent-SNAPSHOT.pom
./repository/org/wso2/throttle/wso2throttle-core/SNAPSHOT/wso2throttle-core-SNAPSHOT.jar
./repository/org/wso2/throttle/wso2throttle-core/SNAPSHOT/wso2throttle-core-SNAPSHOT.pom
./repository/org/wso2/throttle/wso2throttle/SNAPSHOT/wso2throttle-SNAPSHOT.jar
./repository/org/wso2/throttle/wso2throttle/SNAPSHOT/wso2throttle-SNAPSHOT.pom
./repository/org/wso2/throttle/wso2throttle/SNAPSHOT/wso2throttle-SNAPSHOT.mar
./repository/org/wso2/xfer/wso2xfer-parent/SNAPSHOT/wso2xfer-parent-SNAPSHOT.pom
./repository/org/wso2/xfer/wso2xfer-samples/SNAPSHOT/wso2xfer-samples-SNAPSHOT.jar
./repository/org/wso2/xfer/wso2xfer-samples/SNAPSHOT/wso2xfer-samples-SNAPSHOT-sources.jar
./repository/org/wso2/xfer/wso2xfer-samples/SNAPSHOT/wso2xfer-samples-SNAPSHOT.pom
./repository/org/wso2/xfer/wso2xfer/SNAPSHOT/wso2xfer-SNAPSHOT.pom
./repository/org/wso2/xfer/wso2xfer/SNAPSHOT/wso2xfer-SNAPSHOT-sources.jar
./repository/org/wso2/xfer/wso2xfer/SNAPSHOT/wso2xfer-SNAPSHOT.mar
./repository/org/wso2/xfer/wso2xfer/SNAPSHOT/wso2xfer-SNAPSHOT.jar
./repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar
./repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom
./repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar.sha1
./repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom.sha1
./repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom
./repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom.sha1
./repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
./repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom
./repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom.sha1
./repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar.sha1
./repository/org/eclipse/higgins/higgings-parent/SNAPSHOT/higgings-parent-SNAPSHOT.pom

Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Sumedha Rubasinghe
Could not find SNAPSHOT version on DSS.

/sumedha

On Wed, May 25, 2011 at 2:11 PM, Supun Kamburugamuva su...@wso2.com wrote:

 Here are the snapshots in my repo.

 ./repository/com/google/step2/step2-consumer/1-SNAPSHOT

 ./repository/com/google/step2/step2-consumer/1-SNAPSHOT/step2-consumer-1-SNAPSHOT.jar

 ./repository/com/google/step2/step2-consumer/1-SNAPSHOT/step2-consumer-1-SNAPSHOT.pom
 ./repository/com/google/step2/step2-parent/1-SNAPSHOT

 ./repository/com/google/step2/step2-parent/1-SNAPSHOT/step2-parent-1-SNAPSHOT.pom
 ./repository/com/google/step2/step2-common/1-SNAPSHOT

 ./repository/com/google/step2/step2-common/1-SNAPSHOT/step2-common-1-SNAPSHOT.pom

 ./repository/com/google/step2/step2-common/1-SNAPSHOT/step2-common-1-SNAPSHOT.jar
 ./repository/org/wso2/ciphertool/org.wso2.ciphertool/1.0.0-SNAPSHOT

 ./repository/org/wso2/ciphertool/org.wso2.ciphertool/1.0.0-SNAPSHOT/org.wso2.ciphertool-1.0.0-SNAPSHOT.pom

 ./repository/org/wso2/ciphertool/org.wso2.ciphertool/1.0.0-SNAPSHOT/org.wso2.ciphertool-1.0.0-SNAPSHOT.jar
 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT-sources.jar
 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.jar
 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.pom
 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.aar
 ./repository/org/wso2/caching/wso2caching-mar/3.5.0-SNAPSHOT

 ./repository/org/wso2/caching/wso2caching-mar/3.5.0-SNAPSHOT/wso2caching-mar-3.5.0-SNAPSHOT.pom

 ./repository/org/wso2/caching/wso2caching-mar/3.5.0-SNAPSHOT/wso2caching-mar-3.5.0-SNAPSHOT.mar

 ./repository/org/wso2/caching/wso2caching-mar/3.5.0-SNAPSHOT/wso2caching-mar-3.5.0-SNAPSHOT.jar
 ./repository/org/wso2/caching/wso2caching/3.5.0-SNAPSHOT

 ./repository/org/wso2/caching/wso2caching/3.5.0-SNAPSHOT/wso2caching-3.5.0-SNAPSHOT.pom
 ./repository/org/wso2/caching/wso2caching-core/3.5.0-SNAPSHOT

 ./repository/org/wso2/caching/wso2caching-core/3.5.0-SNAPSHOT/wso2caching-core-3.5.0-SNAPSHOT.mar

 ./repository/org/wso2/caching/wso2caching-core/3.5.0-SNAPSHOT/wso2caching-core-3.5.0-SNAPSHOT.jar

 ./repository/org/wso2/caching/wso2caching-core/3.5.0-SNAPSHOT/wso2caching-core-3.5.0-SNAPSHOT.pom
 ./repository/org/wso2/caching/wso2caching-samples/3.5.0-SNAPSHOT

 ./repository/org/wso2/caching/wso2caching-samples/3.5.0-SNAPSHOT/wso2caching-samples-3.5.0-SNAPSHOT.jar

 ./repository/org/wso2/caching/wso2caching-samples/3.5.0-SNAPSHOT/wso2caching-samples-3.5.0-SNAPSHOT.pom
 ./repository/org/wso2/wsdl/validator/wsdl-validator/1.2.0-SNAPSHOT

 ./repository/org/wso2/wsdl/validator/wsdl-validator/1.2.0-SNAPSHOT/wsdl-validator-1.2.0-SNAPSHOT.pom

 ./repository/org/wso2/wsdl/validator/wsdl-validator/1.2.0-SNAPSHOT/wsdl-validator-1.2.0-SNAPSHOT.jar

 ./repository/org/wso2/eventing/wso2eventing-parent/SNAPSHOT/wso2eventing-parent-SNAPSHOT.pom

 ./repository/org/wso2/eventing/wso2eventing-api/SNAPSHOT/wso2eventing-api-SNAPSHOT.pom

 ./repository/org/wso2/eventing/wso2eventing-api/SNAPSHOT/wso2eventing-api-SNAPSHOT.jar
 ./repository/org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT

 ./repository/org/wso2/throttle/wso2throttle-parent/SNAPSHOT/wso2throttle-parent-SNAPSHOT.pom

 ./repository/org/wso2/throttle/wso2throttle-core/SNAPSHOT/wso2throttle-core-SNAPSHOT.jar

 ./repository/org/wso2/throttle/wso2throttle-core/SNAPSHOT/wso2throttle-core-SNAPSHOT.pom

 ./repository/org/wso2/throttle/wso2throttle/SNAPSHOT/wso2throttle-SNAPSHOT.jar

 ./repository/org/wso2/throttle/wso2throttle/SNAPSHOT/wso2throttle-SNAPSHOT.pom

 ./repository/org/wso2/throttle/wso2throttle/SNAPSHOT/wso2throttle-SNAPSHOT.mar

 ./repository/org/wso2/xfer/wso2xfer-parent/SNAPSHOT/wso2xfer-parent-SNAPSHOT.pom

 ./repository/org/wso2/xfer/wso2xfer-samples/SNAPSHOT/wso2xfer-samples-SNAPSHOT.jar

 ./repository/org/wso2/xfer/wso2xfer-samples/SNAPSHOT/wso2xfer-samples-SNAPSHOT-sources.jar

 ./repository/org/wso2/xfer/wso2xfer-samples/SNAPSHOT/wso2xfer-samples-SNAPSHOT.pom
 ./repository/org/wso2/xfer/wso2xfer/SNAPSHOT/wso2xfer-SNAPSHOT.pom
 ./repository/org/wso2/xfer/wso2xfer/SNAPSHOT/wso2xfer-SNAPSHOT-sources.jar
 ./repository/org/wso2/xfer/wso2xfer/SNAPSHOT/wso2xfer-SNAPSHOT.mar
 ./repository/org/wso2/xfer/wso2xfer/SNAPSHOT/wso2xfer-SNAPSHOT.jar

 ./repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar

 ./repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom

 ./repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar.sha1

 ./repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom.sha1
 ./repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom

 ./repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom.sha1

 ./repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar

 ./repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom

 ./repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom.sha1

 

Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Prabath Siriwardena
Following SNAPSHOT dependancies are no more there - after the fix done
by Waruna yesterday...


 ./repository/com/google/step2/step2-consumer/1-SNAPSHOT
 ./repository/com/google/step2/step2-consumer/1-SNAPSHOT/step2-consumer-1-SNAPSHOT.jar
 ./repository/com/google/step2/step2-consumer/1-SNAPSHOT/step2-consumer-1-SNAPSHOT.pom
 ./repository/com/google/step2/step2-parent/1-SNAPSHOT
 ./repository/com/google/step2/step2-parent/1-SNAPSHOT/step2-parent-1-SNAPSHOT.pom
 ./repository/com/google/step2/step2-common/1-SNAPSHOT
 ./repository/com/google/step2/step2-common/1-SNAPSHOT/step2-common-1-SNAPSHOT.pom
 ./repository/com/google/step2/step2-common/1-SNAPSHOT/step2-common-1-SNAPSHOT.jar
 ./repository/org/eclipse/higgins/higgings-parent/SNAPSHOT/higgings-parent-SNAPSHOT.pom
 ./repository/org/eclipse/higgins/higgings-parent/SNAPSHOT/higgings-parent-SNAPSHOT.pom.sha1
 ./repository/org/eclipse/higgins/higgins-sts-spi/SNAPSHOT/higgins-sts-spi-SNAPSHOT.jar.sha1
 ./repository/org/eclipse/higgins/higgins-sts-spi/SNAPSHOT/higgins-sts-spi-SNAPSHOT.jar
 ./repository/org/eclipse/higgins/higgins-sts-spi/SNAPSHOT/higgins-sts-spi-SNAPSHOT.pom
 ./repository/org/eclipse/higgins/higgins-sts-spi/SNAPSHOT/higgins-sts-spi-SNAPSHOT.pom.sha1
 ./repository/org/eclipse/higgins/higgins-configuration-api/SNAPSHOT/higgins-configuration-api-SNAPSHOT.pom.sha1
 ./repository/org/eclipse/higgins/higgins-configuration-api/SNAPSHOT/higgins-configuration-api-SNAPSHOT.pom
 ./repository/org/eclipse/higgins/higgins-configuration-api/SNAPSHOT/higgins-configuration-api-SNAPSHOT.jar
 ./repository/org/eclipse/higgins/higgins-configuration-api/SNAPSHOT/higgins-configuration-api-SNAPSHOT.jar.sha1
 ./repository/org/eclipse/higgins/higgins-sts-server-token-handler/SNAPSHOT/higgins-sts-server-token-handler-SNAPSHOT.pom.sha1
 ./repository/org/eclipse/higgins/higgins-sts-server-token-handler/SNAPSHOT/higgins-sts-server-token-handler-SNAPSHOT.pom
 ./repository/org/eclipse/higgins/higgins-sts-server-token-handler/SNAPSHOT/higgins-sts-server-token-handler-SNAPSHOT.jar
 ./repository/org/eclipse/higgins/higgins-sts-server-token-handler/SNAPSHOT/higgins-sts-server-token-handler-SNAPSHOT.jar.sha1
 ./repository/org/eclipse/higgins/higgins-sts-common/SNAPSHOT/higgins-sts-common-SNAPSHOT.jar.sha1
 ./repository/org/eclipse/higgins/higgins-sts-common/SNAPSHOT/higgins-sts-common-SNAPSHOT.pom
 ./repository/org/eclipse/higgins/higgins-sts-common/SNAPSHOT/higgins-sts-common-SNAPSHOT.pom.sha1
 ./repository/org/eclipse/higgins/higgins-sts-common/SNAPSHOT/higgins-sts-common-SNAPSHOT.jar
 ./repository/org/eclipse/higgins/higgins-sts-api/SNAPSHOT/higgins-sts-api-SNAPSHOT.jar.sha1
 ./repository/org/eclipse/higgins/higgins-sts-api/SNAPSHOT/higgins-sts-api-SNAPSHOT.pom
 ./repository/org/eclipse/higgins/higgins-sts-api/SNAPSHOT/higgins-sts-api-SNAPSHOT.jar
 ./repository/org/eclipse/higgins/higgins-sts-api/SNAPSHOT/higgins-sts-api-SNAPSHOT.pom.sha1
 ./repository/org/eclipse/higgins/higgins-parent/SNAPSHOT/higgins-parent-SNAPSHOT.pom
 ./repository/org/eclipse/higgins/higgins-parent/SNAPSHOT/higgins-parent-SNAPSHOT.pom.sha1
 ./repository/org/openid4java/openid4java-parent/0.9.6-SNAPSHOT
 ./repository/org/openid4java/openid4java-parent/0.9.6-SNAPSHOT/openid4java-parent-0.9.6-SNAPSHOT.pom
 ./repository/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT
 ./repository/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
 ./repository/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar

Thanks  regards,
-Prabath
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Prabath Siriwardena
On Wed, May 25, 2011 at 2:11 PM, Supun Kamburugamuva su...@wso2.com wrote:
 Here are the snapshots in my repo.

 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT-sources.jar
 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.jar
 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.pom
 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.aar

This is also not there in the latest branch...

Thanks  regards,
-Prabath
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Prabath Siriwardena
Only SNAPSHOT versions I find are all Axiom

repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT
repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom
repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom.sha1
repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT
repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar.sha1
repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom
repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom.sha1
repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT
repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar
repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar.sha1
repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom
repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom.sha1

Thanks  regards,
-Prabath

On Wed, May 25, 2011 at 3:05 PM, Prabath Siriwardena prab...@wso2.com wrote:
 On Wed, May 25, 2011 at 2:11 PM, Supun Kamburugamuva su...@wso2.com wrote:
 Here are the snapshots in my repo.

 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT-sources.jar
 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.jar
 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.pom
 ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.aar

 This is also not there in the latest branch...

 Thanks  regards,
 -Prabath




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Amila Suriarachchi
seems to be comming from

[INFO]

[INFO] Building WSO2 Carbon - Javascript Service Hosting Server Feature
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean {execution: default-clean}]
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance
from source: pom
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//commons-email/commons-email/1.2/commons-email-1.2.pom
[INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
repository wso2-nexus (
http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading:
http://repo1.maven.org/maven2/commons-email/commons-email/1.2/commons-email-1.2.pom
[INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
repository central (http://repo1.maven.org/maven2)
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance
from source: pom
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
[INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
repository wso2-nexus (
http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading:
http://repo1.maven.org/maven2/org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
[INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
repository central (http://repo1.maven.org/maven2)
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance
from source: pom
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.pom
2K downloaded  (socks-1.01.0.wso2v1.pom)
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance
from source: pom
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.pom
181b downloaded  (socks-1.01.pom)
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance
from source: pom
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.jar
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.jar
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
[INFO] Unable to find resource
'org.apache.ws.commons.axiom:axiom-api:jar:SNAPSHOT' in repository
wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading:
http://snapshots.maven.codehaus.org/maven2/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
44K downloaded  (socks-1.01.jar)
46K downloaded  (socks-1.01.0.wso2v1.jar)


thanks,
Amila.

On Wed, May 25, 2011 at 3:13 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Only SNAPSHOT versions I find are all Axiom

 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT
 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom.sha1
 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar.sha1

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom.sha1
 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar.sha1

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom.sha1

 Thanks  regards,
 -Prabath

 On Wed, May 25, 2011 at 3:05 PM, Prabath Siriwardena prab...@wso2.com
 wrote:
  On Wed, May 25, 2011 at 2:11 PM, Supun Kamburugamuva su...@wso2.com
 wrote:
  Here are the snapshots in my repo.
 
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT-sources.jar
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.jar
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.pom
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.aar
 
  This is also not there in the latest branch...
 
  Thanks  regards,
  -Prabath
 



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Amila Suriarachchi
Path to dependency:
  1) org.wso2.carbon:org.wso2.carbon.jsservices.server.feature:pom:3.2.0
  2) org.wso2.wsf.javascript:axiom-e4x:jar:2.0.0
  3) org.apache.ws.commons.axiom:axiom-impl:jar:SNAPSHOT

thanks,
Amila.

On Wed, May 25, 2011 at 3:26 PM, Amila Suriarachchi am...@wso2.com wrote:

 seems to be comming from

 [INFO]
 
 [INFO] Building WSO2 Carbon - Javascript Service Hosting Server Feature
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//commons-email/commons-email/1.2/commons-email-1.2.pom
 [INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/commons-email/commons-email/1.2/commons-email-1.2.pom
 [INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
 repository central (http://repo1.maven.org/maven2)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
 [INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
 [INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
 repository central (http://repo1.maven.org/maven2)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.pom
 2K downloaded  (socks-1.01.0.wso2v1.pom)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.pom
 181b downloaded  (socks-1.01.pom)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.jar
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.jar
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.apache.ws.commons.axiom:axiom-api:jar:SNAPSHOT' in repository
 wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://snapshots.maven.codehaus.org/maven2/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 44K downloaded  (socks-1.01.jar)
 46K downloaded  (socks-1.01.0.wso2v1.jar)


 thanks,
 Amila.


 On Wed, May 25, 2011 at 3:13 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Only SNAPSHOT versions I find are all Axiom

 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT
 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom.sha1
 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar.sha1

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom.sha1
 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar.sha1

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom.sha1

 Thanks  regards,
 -Prabath

 On Wed, May 25, 2011 at 3:05 PM, Prabath Siriwardena prab...@wso2.com
 wrote:
  On Wed, May 25, 2011 at 2:11 PM, Supun Kamburugamuva su...@wso2.com
 wrote:
  Here are the snapshots in my repo.
 
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT-sources.jar
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.jar
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.pom
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.aar
 
  This is also not there in the latest branch...
 
  Thanks  regards,
  -Prabath
 



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 

Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Sameera Jayasoma
We can fix this by excluding the axiom dependency from the pom file. Will
do.

Thanks,
Sameera.

On Wed, May 25, 2011 at 3:41 PM, Amila Suriarachchi am...@wso2.com wrote:

 Path to dependency:
   1)
 org.wso2.carbon:org.wso2.carbon.jsservices.server.feature:pom:3.2.0
   2) org.wso2.wsf.javascript:axiom-e4x:jar:2.0.0
   3) org.apache.ws.commons.axiom:axiom-impl:jar:SNAPSHOT

 thanks,
 Amila.


 On Wed, May 25, 2011 at 3:26 PM, Amila Suriarachchi am...@wso2.comwrote:

 seems to be comming from

 [INFO]
 
 [INFO] Building WSO2 Carbon - Javascript Service Hosting Server Feature
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//commons-email/commons-email/1.2/commons-email-1.2.pom
 [INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/commons-email/commons-email/1.2/commons-email-1.2.pom
 [INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
 repository central (http://repo1.maven.org/maven2)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
 [INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
 [INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
 repository central (http://repo1.maven.org/maven2)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.pom
 2K downloaded  (socks-1.01.0.wso2v1.pom)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.pom
 181b downloaded  (socks-1.01.pom)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.jar
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.jar
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.apache.ws.commons.axiom:axiom-api:jar:SNAPSHOT' in repository
 wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://snapshots.maven.codehaus.org/maven2/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 44K downloaded  (socks-1.01.jar)
 46K downloaded  (socks-1.01.0.wso2v1.jar)


 thanks,
 Amila.


 On Wed, May 25, 2011 at 3:13 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Only SNAPSHOT versions I find are all Axiom

 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT
 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom.sha1
 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar.sha1

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom.sha1
 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar.sha1

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom.sha1

 Thanks  regards,
 -Prabath

 On Wed, May 25, 2011 at 3:05 PM, Prabath Siriwardena prab...@wso2.com
 wrote:
  On Wed, May 25, 2011 at 2:11 PM, Supun Kamburugamuva su...@wso2.com
 wrote:
  Here are the snapshots in my repo.
 
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT-sources.jar
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.jar
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.pom
  

Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Waruna Ranasinghe
On Wed, May 25, 2011 at 4:37 PM, Sameera Jayasoma same...@wso2.com wrote:

 We can fix this by excluding the axiom dependency from the pom file. Will
 do.

Done.

Thanks,
Waruna



 Thanks,
 Sameera.


 On Wed, May 25, 2011 at 3:41 PM, Amila Suriarachchi am...@wso2.comwrote:

 Path to dependency:
   1)
 org.wso2.carbon:org.wso2.carbon.jsservices.server.feature:pom:3.2.0
   2) org.wso2.wsf.javascript:axiom-e4x:jar:2.0.0
   3) org.apache.ws.commons.axiom:axiom-impl:jar:SNAPSHOT

 thanks,
 Amila.


 On Wed, May 25, 2011 at 3:26 PM, Amila Suriarachchi am...@wso2.comwrote:

 seems to be comming from

 [INFO]
 
 [INFO] Building WSO2 Carbon - Javascript Service Hosting Server Feature
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//commons-email/commons-email/1.2/commons-email-1.2.pom
 [INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/commons-email/commons-email/1.2/commons-email-1.2.pom
 [INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
 repository central (http://repo1.maven.org/maven2)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
 [INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
 [INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
 repository central (http://repo1.maven.org/maven2)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.pom
 2K downloaded  (socks-1.01.0.wso2v1.pom)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.pom
 181b downloaded  (socks-1.01.pom)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.jar
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.jar
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.apache.ws.commons.axiom:axiom-api:jar:SNAPSHOT' in repository
 wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://snapshots.maven.codehaus.org/maven2/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 44K downloaded  (socks-1.01.jar)
 46K downloaded  (socks-1.01.0.wso2v1.jar)


 thanks,
 Amila.


 On Wed, May 25, 2011 at 3:13 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 Only SNAPSHOT versions I find are all Axiom

 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT
 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom.sha1
 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar.sha1

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom.sha1
 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar.sha1

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom.sha1

 Thanks  regards,
 -Prabath

 On Wed, May 25, 2011 at 3:05 PM, Prabath Siriwardena prab...@wso2.com
 wrote:
  On Wed, May 25, 2011 at 2:11 PM, Supun Kamburugamuva su...@wso2.com
 wrote:
  Here are the snapshots in my repo.
 
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT-sources.jar
  

Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Amila Suriarachchi
I could build all the components, features CEP/MB and BRS products from a
clean repo.

thanks,
Amila.

On Wed, May 25, 2011 at 4:37 PM, Sameera Jayasoma same...@wso2.com wrote:

 We can fix this by excluding the axiom dependency from the pom file. Will
 do.

 Thanks,
 Sameera.


 On Wed, May 25, 2011 at 3:41 PM, Amila Suriarachchi am...@wso2.comwrote:

 Path to dependency:
   1)
 org.wso2.carbon:org.wso2.carbon.jsservices.server.feature:pom:3.2.0
   2) org.wso2.wsf.javascript:axiom-e4x:jar:2.0.0
   3) org.apache.ws.commons.axiom:axiom-impl:jar:SNAPSHOT

 thanks,
 Amila.


 On Wed, May 25, 2011 at 3:26 PM, Amila Suriarachchi am...@wso2.comwrote:

 seems to be comming from

 [INFO]
 
 [INFO] Building WSO2 Carbon - Javascript Service Hosting Server Feature
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//commons-email/commons-email/1.2/commons-email-1.2.pom
 [INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/commons-email/commons-email/1.2/commons-email-1.2.pom
 [INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
 repository central (http://repo1.maven.org/maven2)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
 [INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
 [INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
 repository central (http://repo1.maven.org/maven2)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.pom
 2K downloaded  (socks-1.01.0.wso2v1.pom)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.pom
 181b downloaded  (socks-1.01.pom)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.jar
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.jar
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.apache.ws.commons.axiom:axiom-api:jar:SNAPSHOT' in repository
 wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://snapshots.maven.codehaus.org/maven2/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 44K downloaded  (socks-1.01.jar)
 46K downloaded  (socks-1.01.0.wso2v1.jar)


 thanks,
 Amila.


 On Wed, May 25, 2011 at 3:13 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 Only SNAPSHOT versions I find are all Axiom

 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT
 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom/SNAPSHOT/axiom-SNAPSHOT.pom.sha1
 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar.sha1

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.pom.sha1
 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar.sha1

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom

 repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.pom.sha1

 Thanks  regards,
 -Prabath

 On Wed, May 25, 2011 at 3:05 PM, Prabath Siriwardena prab...@wso2.com
 wrote:
  On Wed, May 25, 2011 at 2:11 PM, Supun Kamburugamuva su...@wso2.com
 wrote:
  Here are the snapshots in my repo.
 
  

[Carbon-dev] 3.2.0 Branch

2011-05-24 Thread Supun Kamburugamuva
We have fixed the versions in the 3.2.0 branch. We could build the ESB
successfully. Still in the process of building other products.
Products teams please try to build your products and fix the issues if
there are any.

Thanks,
-- 
Supun Kamburugamuva
Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
Member, Apache Software Foundation; http://www.apache.org
WSO2 Inc.;  http://wso2.org
E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
Blog: http://supunk.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Branch

2011-05-24 Thread Prabath Siriwardena
On Tue, May 24, 2011 at 2:41 PM, Supun Kamburugamuva su...@wso2.com wrote:
 We have fixed the versions in the 3.2.0 branch. We could build the ESB
 successfully. Still in the process of building other products.
 Products teams please try to build your products and fix the issues if
 there are any.

+1

I will build IS from a clean repo..

Thanks  regards,
-Prabath


 Thanks,
 --
 Supun Kamburugamuva
 Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
 Member, Apache Software Foundation; http://www.apache.org
 WSO2 Inc.;  http://wso2.org
 E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
 Blog: http://supunk.blogspot.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Branch

2011-05-24 Thread Danushka Menikkumbura
On it for the MB.

Danushka

On Tue, May 24, 2011 at 2:41 PM, Supun Kamburugamuva su...@wso2.com wrote:

 We have fixed the versions in the 3.2.0 branch. We could build the ESB
 successfully. Still in the process of building other products.
 Products teams please try to build your products and fix the issues if
 there are any.

 Thanks,
 --
 Supun Kamburugamuva
 Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
 Member, Apache Software Foundation; http://www.apache.org
 WSO2 Inc.;  http://wso2.org
 E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
 Blog: http://supunk.blogspot.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Branch

2011-05-24 Thread Sumedha Rubasinghe
I had the full branch building (except for ESB) as of yesterday's checkout.
will try again.

/sumedha

On Tue, May 24, 2011 at 3:02 PM, Prabath Siriwardena prab...@wso2.comwrote:

 On Tue, May 24, 2011 at 2:41 PM, Supun Kamburugamuva su...@wso2.com
 wrote:
  We have fixed the versions in the 3.2.0 branch. We could build the ESB
  successfully. Still in the process of building other products.
  Products teams please try to build your products and fix the issues if
  there are any.

 +1

 I will build IS from a clean repo..

 Thanks  regards,
 -Prabath

 
  Thanks,
  --
  Supun Kamburugamuva
  Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
  Member, Apache Software Foundation; http://www.apache.org
  WSO2 Inc.;  http://wso2.org
  E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
  Blog: http://supunk.blogspot.com
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Branch

2011-05-24 Thread Kasun Indrasiri
I too built up to ESB product and esb starts fine. Shall we start building
in the builder machine so that we can get product builds by tonight.


On Tue, May 24, 2011 at 3:13 PM, Sumedha Rubasinghe sume...@wso2.comwrote:

 I had the full branch building (except for ESB) as of yesterday's checkout.
 will try again.

 /sumedha


 On Tue, May 24, 2011 at 3:02 PM, Prabath Siriwardena prab...@wso2.comwrote:

 On Tue, May 24, 2011 at 2:41 PM, Supun Kamburugamuva su...@wso2.com
 wrote:
  We have fixed the versions in the 3.2.0 branch. We could build the ESB
  successfully. Still in the process of building other products.
  Products teams please try to build your products and fix the issues if
  there are any.

 +1

 I will build IS from a clean repo..

 Thanks  regards,
 -Prabath

 
  Thanks,
  --
  Supun Kamburugamuva
  Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
  Member, Apache Software Foundation; http://www.apache.org
  WSO2 Inc.;  http://wso2.org
  E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
  Blog: http://supunk.blogspot.com
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Kasun Indrasiri
Senior Software Engineer
WSO2, Inc.; http://wso2.com
lean.enterprise.middleware

cell: +94 71 536 4128
Blog : http://kasunpanorama.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 Branch

2011-05-24 Thread Denis Weerasiri
On Tue, May 24, 2011 at 6:12 PM, Kasun Indrasiri ka...@wso2.com wrote:

 I too built up to ESB product and esb starts fine. Shall we start building
 in the builder machine so that we can get product builds by tonight.

Have trigerred a build.



 On Tue, May 24, 2011 at 3:13 PM, Sumedha Rubasinghe sume...@wso2.comwrote:

 I had the full branch building (except for ESB) as of yesterday's
 checkout. will try again.

 /sumedha


 On Tue, May 24, 2011 at 3:02 PM, Prabath Siriwardena prab...@wso2.comwrote:

 On Tue, May 24, 2011 at 2:41 PM, Supun Kamburugamuva su...@wso2.com
 wrote:
  We have fixed the versions in the 3.2.0 branch. We could build the ESB
  successfully. Still in the process of building other products.
  Products teams please try to build your products and fix the issues if
  there are any.

 +1

 I will build IS from a clean repo..

 Thanks  regards,
 -Prabath

 
  Thanks,
  --
  Supun Kamburugamuva
  Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
  Member, Apache Software Foundation; http://www.apache.org
  WSO2 Inc.;  http://wso2.org
  E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
  Blog: http://supunk.blogspot.com
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 



 --
 Thanks  Regards,
 Prabath

 http://blog.facilelogin.com
 http://RampartFAQ.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Kasun Indrasiri
 Senior Software Engineer

 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.com/

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev