Re: [Carbon-dev] Dependency Exclusion in orbit bundles.

2011-04-30 Thread Pradeep Fernando
Hi,

On Sat, Apr 30, 2011 at 6:16 PM, Harshana Martin  wrote:
>
>
> On Sat, Apr 30, 2011 at 6:09 PM, Selvaratnam Uthaiyashankar
>  wrote:
>>
>> Hi Azeez,
>>
>> did you manage to find a solution? I tried to build from carbon root, but
>> didn't get this error. I went through the pom.xml but they are having the
>> version number. Wonder how it is picking null.

AFAIU, this is possible in  a clean repo. Here the plugin tries to
find its parent pom. which is not there.

: in maven, plugins get downloaded before doing anything else. So at
the moment this plugin gets downloaded axis2 parent pom is not in the
local m2 repo.  A moth or so back, we deployed both aar/mar plugin to
wso2 public repo. But we didnot deploy the parent pom.

To me the problem is why is this problem surfacing now ? have no idea. :(

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


Re: [Carbon-dev] Dependency Exclusion in orbit bundles.

2011-04-30 Thread Harshana Martin
On Sat, Apr 30, 2011 at 6:09 PM, Selvaratnam Uthaiyashankar <
shan...@wso2.com> wrote:

> Hi Azeez,
>
> did you manage to find a solution? I tried to build from carbon root, but
> didn't get this error. I went through the pom.xml but they are having the
> version number. Wonder how it is picking null.
>

same here. Found no version problem in the poms.

Thanks and Regards,
Harshana

>
> Regards,
> Shankar
>
> On Sat, Apr 30, 2011 at 11:01 AM, Afkham Azeez  wrote:
>
>> I started with a freh Maven repo, and got the following error
>>
>> [INFO] Unable to find resource
>> 'org.apache.axis2:axis2-parent:pom:1.6.1-wso2v1' in repository central (
>> http://repo1.maven.org/maven2)
>> [INFO]
>> 
>> [ERROR] BUILD ERROR
>> [INFO]
>> 
>> [INFO] Error building POM (may not be this project's POM).
>>
>>
>> Project ID: null:axis2-aar-maven-plugin:maven-plugin:null
>>
>> Reason: Cannot find parent: org.apache.axis2:axis2-parent for project:
>> null:axis2-aar-maven-plugin:maven-plugin:null for project
>> null:axis2-aar-maven-plugin:maven-plugin:null
>>
>>
>> [INFO]
>> 
>> [INFO] For more information, run Maven with the -e switch
>>
>>
>>  On Fri, Apr 29, 2011 at 8:07 PM, Selvaratnam Uthaiyashankar <
>> shan...@wso2.com> wrote:
>>
>>>  Hi,
>>>
>>> I have committed the dependency exclusions. Please rebuild starting from
>>> orbits.
>>>
>>> Sameera, can you review following items?
>>> (1) orbit/ode and orbit/shindig are exposing the packages as
>>> "_exportcontents"; To compile components using these orbits, the packages
>>> should be exposed as "Export-packages". I have exposed the packages using
>>> both, but the jar size will be doubled.
>>> (2) integration test of BPS, BAM and ESB are failing. (They were working
>>> yesterday, so, might not be due to exclusion. But I have commented the
>>> integration tests. Can you check and uncomment them?)
>>>
>>> There are still transitive dependencies coming from graduated orbits. We
>>> have to do exclusions for them as well.
>>>
>>> Please let us know if you have any compilation issues or test case
>>> failures.
>>>
>>> Regards,
>>> Shankar
>>>
>>>
>>> --
>>> S.Uthaiyashankar
>>> Senior Architect & Senior Manager
>>> WSO2 Inc.
>>> http://wso2.com/ - "lean . enterprise . middleware"
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*
>> *
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> S.Uthaiyashankar
> Senior Architect & Senior Manager
> WSO2 Inc.
> http://wso2.com/ - "lean . enterprise . middleware"
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Harshana Martin
Software Engineer
WSO2 Inc.
Web:http://wso2.com
  http://wso2.org

Mobile: +94 716062650
Blog: http://harshana05.blogspot.com
Profile: https://www.google.com/profiles/harshana05
Twitter: http://twitter.com/harshana05
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Dependency Exclusion in orbit bundles.

2011-04-30 Thread Selvaratnam Uthaiyashankar
Hi Azeez,

did you manage to find a solution? I tried to build from carbon root, but
didn't get this error. I went through the pom.xml but they are having the
version number. Wonder how it is picking null.

Regards,
Shankar

On Sat, Apr 30, 2011 at 11:01 AM, Afkham Azeez  wrote:

> I started with a freh Maven repo, and got the following error
>
> [INFO] Unable to find resource
> 'org.apache.axis2:axis2-parent:pom:1.6.1-wso2v1' in repository central (
> http://repo1.maven.org/maven2)
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: null:axis2-aar-maven-plugin:maven-plugin:null
>
> Reason: Cannot find parent: org.apache.axis2:axis2-parent for project:
> null:axis2-aar-maven-plugin:maven-plugin:null for project
> null:axis2-aar-maven-plugin:maven-plugin:null
>
>
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
>
>
> On Fri, Apr 29, 2011 at 8:07 PM, Selvaratnam Uthaiyashankar <
> shan...@wso2.com> wrote:
>
>> Hi,
>>
>> I have committed the dependency exclusions. Please rebuild starting from
>> orbits.
>>
>> Sameera, can you review following items?
>> (1) orbit/ode and orbit/shindig are exposing the packages as
>> "_exportcontents"; To compile components using these orbits, the packages
>> should be exposed as "Export-packages". I have exposed the packages using
>> both, but the jar size will be doubled.
>> (2) integration test of BPS, BAM and ESB are failing. (They were working
>> yesterday, so, might not be due to exclusion. But I have commented the
>> integration tests. Can you check and uncomment them?)
>>
>> There are still transitive dependencies coming from graduated orbits. We
>> have to do exclusions for them as well.
>>
>> Please let us know if you have any compilation issues or test case
>> failures.
>>
>> Regards,
>> Shankar
>>
>>
>> --
>> S.Uthaiyashankar
>> Senior Architect & Senior Manager
>> WSO2 Inc.
>> http://wso2.com/ - "lean . enterprise . middleware"
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*
> *
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
S.Uthaiyashankar
Senior Architect & Senior Manager
WSO2 Inc.
http://wso2.com/ - "lean . enterprise . middleware"
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Dependency Exclusion in orbit bundles.

2011-04-30 Thread Harshana Martin
On Sat, Apr 30, 2011 at 11:01 AM, Afkham Azeez  wrote:

> I started with a freh Maven repo, and got the following error
>
> [INFO] Unable to find resource
> 'org.apache.axis2:axis2-parent:pom:1.6.1-wso2v1' in repository central (
> http://repo1.maven.org/maven2)
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: null:axis2-aar-maven-plugin:maven-plugin:null
>
> Reason: Cannot find parent: org.apache.axis2:axis2-parent for project:
> null:axis2-aar-maven-plugin:maven-plugin:null for project
> null:axis2-aar-maven-plugin:maven-plugin:null
>

Can't find the parent because the version might have mentioned using a
property declared in the parent itself.

>
>
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
>
>
>  On Fri, Apr 29, 2011 at 8:07 PM, Selvaratnam Uthaiyashankar <
> shan...@wso2.com> wrote:
>
>>  Hi,
>>
>> I have committed the dependency exclusions. Please rebuild starting from
>> orbits.
>>
>> Sameera, can you review following items?
>> (1) orbit/ode and orbit/shindig are exposing the packages as
>> "_exportcontents"; To compile components using these orbits, the packages
>> should be exposed as "Export-packages". I have exposed the packages using
>> both, but the jar size will be doubled.
>> (2) integration test of BPS, BAM and ESB are failing. (They were working
>> yesterday, so, might not be due to exclusion. But I have commented the
>> integration tests. Can you check and uncomment them?)
>>
>> There are still transitive dependencies coming from graduated orbits. We
>> have to do exclusions for them as well.
>>
>> Please let us know if you have any compilation issues or test case
>> failures.
>>
>> Regards,
>> Shankar
>>
>>
>> --
>> S.Uthaiyashankar
>> Senior Architect & Senior Manager
>> WSO2 Inc.
>> http://wso2.com/ - "lean . enterprise . middleware"
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*
> *
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Harshana Martin
Software Engineer
WSO2 Inc.
Web:http://wso2.com
  http://wso2.org

Mobile: +94 716062650
Blog: http://harshana05.blogspot.com
Profile: https://www.google.com/profiles/harshana05
Twitter: http://twitter.com/harshana05
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Dependency Exclusion in orbit bundles.

2011-04-29 Thread Afkham Azeez
I started with a freh Maven repo, and got the following error

[INFO] Unable to find resource
'org.apache.axis2:axis2-parent:pom:1.6.1-wso2v1' in repository central (
http://repo1.maven.org/maven2)
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error building POM (may not be this project's POM).


Project ID: null:axis2-aar-maven-plugin:maven-plugin:null

Reason: Cannot find parent: org.apache.axis2:axis2-parent for project:
null:axis2-aar-maven-plugin:maven-plugin:null for project
null:axis2-aar-maven-plugin:maven-plugin:null


[INFO]

[INFO] For more information, run Maven with the -e switch


On Fri, Apr 29, 2011 at 8:07 PM, Selvaratnam Uthaiyashankar <
shan...@wso2.com> wrote:

> Hi,
>
> I have committed the dependency exclusions. Please rebuild starting from
> orbits.
>
> Sameera, can you review following items?
> (1) orbit/ode and orbit/shindig are exposing the packages as
> "_exportcontents"; To compile components using these orbits, the packages
> should be exposed as "Export-packages". I have exposed the packages using
> both, but the jar size will be doubled.
> (2) integration test of BPS, BAM and ESB are failing. (They were working
> yesterday, so, might not be due to exclusion. But I have commented the
> integration tests. Can you check and uncomment them?)
>
> There are still transitive dependencies coming from graduated orbits. We
> have to do exclusions for them as well.
>
> Please let us know if you have any compilation issues or test case
> failures.
>
> Regards,
> Shankar
>
>
> --
> S.Uthaiyashankar
> Senior Architect & Senior Manager
> WSO2 Inc.
> http://wso2.com/ - "lean . enterprise . middleware"
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*
*
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Dependency Exclusion in orbit bundles.

2011-04-29 Thread Denis Weerasiri
On Fri, Apr 29, 2011 at 8:07 PM, Selvaratnam Uthaiyashankar <
shan...@wso2.com> wrote:

> Hi,
>
> I have committed the dependency exclusions. Please rebuild starting from
> orbits.
>
> Sameera, can you review following items?
> (1) orbit/ode and orbit/shindig are exposing the packages as
> "_exportcontents"; To compile components using these orbits, the packages
> should be exposed as "Export-packages". I have exposed the packages using
> both, but the jar size will be doubled.
> (2) integration test of BPS, BAM and ESB are failing. (They were working
> yesterday, so, might not be due to exclusion. But I have commented the
> integration tests. Can you check and uncomment them?)
>
> There are still transitive dependencies coming from graduated orbits. We
> have to do exclusions for them as well.
>
> Please let us know if you have any compilation issues or test case
> failures.
>
I'll trigger new build with clean repos in builder machines.

>
> Regards,
> Shankar
>
>
> --
> S.Uthaiyashankar
> Senior Architect & Senior Manager
> WSO2 Inc.
> http://wso2.com/ - "lean . enterprise . middleware"
>
> ___
> 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 ** [AT] wso2.com* *
blog: **http://ddweerasiri.blogspot.com* *
twitter: **http://twitter.com/ddweerasiri* *
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Dependency Exclusion in orbit bundles.

2011-04-29 Thread Selvaratnam Uthaiyashankar
Hi,

I have committed the dependency exclusions. Please rebuild starting from
orbits.

Sameera, can you review following items?
(1) orbit/ode and orbit/shindig are exposing the packages as
"_exportcontents"; To compile components using these orbits, the packages
should be exposed as "Export-packages". I have exposed the packages using
both, but the jar size will be doubled.
(2) integration test of BPS, BAM and ESB are failing. (They were working
yesterday, so, might not be due to exclusion. But I have commented the
integration tests. Can you check and uncomment them?)

There are still transitive dependencies coming from graduated orbits. We
have to do exclusions for them as well.

Please let us know if you have any compilation issues or test case failures.


Regards,
Shankar


-- 
S.Uthaiyashankar
Senior Architect & Senior Manager
WSO2 Inc.
http://wso2.com/ - "lean . enterprise . middleware"
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev