Hi Azeez,

On Wed, Mar 16, 2011 at 3:40 PM, Afkham Azeez <[email protected]> wrote:

> Why did you do this? and what does this fix?


The property "wso2carbon.version" is declared in the parent pom and we have
included that in the child pom as the parent version. When the parent lookup
is happening from bottom to top, the property "wso2carbon.version" cannot be
resolved thus it is declared in the parent and we cannot go to parent since
the property "wso2carbon.version" is unknown at the child level.

This is the same issue we had in the dashboard features that caused build
failures previously.

Thanks and Regards,
Harshana

>
>
> On Wed, Mar 16, 2011 at 3:31 PM, <[email protected]> wrote:
>
>> Author: harshana
>> Date: Wed Mar 16 03:01:34 2011
>> New Revision: 89874
>> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=89874
>>
>> Log:
>> Fixed the version issue
>>
>> Modified:
>>
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.feature/pom.xml
>>
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.server.feature/pom.xml
>>
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.ui.feature/pom.xml
>>   trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.feature/pom.xml
>>
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.server.feature/pom.xml
>>
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.qpid.client.feature/pom.xml
>>   trunk/carbon/features/csg/pom.xml
>>
>> Modified:
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.feature/pom.xml
>> URL:
>> http://wso2.org/svn/browse/wso2/trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.feature/pom.xml?rev=89874&r1=89873&r2=89874&view=diff
>>
>> ==============================================================================
>> ---
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.feature/pom.xml
>> (original)
>> +++
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.feature/pom.xml
>> Wed Mar 16 03:01:34 2011
>> @@ -24,7 +24,7 @@
>>     <parent>
>>         <artifactId>csg-features</artifactId>
>>         <groupId>org.wso2.carbon</groupId>
>> -        <version>${wso2carbon.version}</version>
>> +        <version>3.2.0-SNAPSHOT</version>
>>     </parent>
>>
>>     <groupId>org.wso2.carbon</groupId>
>> @@ -32,7 +32,7 @@
>>     <name>WSO2 Carbon - CSG Agent management feature</name>
>>     <packaging>pom</packaging>
>>     <url>http://maven.apache.org</url>
>> -    <version>${wso2carbon.version}</version>
>> +    <!--version>${wso2carbon.version}</version-->
>>
>>     <dependencies>
>>         <dependency>
>>
>> Modified:
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.server.feature/pom.xml
>> URL:
>> http://wso2.org/svn/browse/wso2/trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.server.feature/pom.xml?rev=89874&r1=89873&r2=89874&view=diff
>>
>> ==============================================================================
>> ---
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.server.feature/pom.xml
>>    (original)
>> +++
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.server.feature/pom.xml
>>    Wed Mar 16 03:01:34 2011
>> @@ -8,14 +8,14 @@
>>     <parent>
>>         <artifactId>csg-features</artifactId>
>>         <groupId>org.wso2.carbon</groupId>
>> -        <version>${wso2carbon.version}</version>
>> +        <version>3.2.0-SNAPSHOT</version>
>>     </parent>
>>
>>     <groupId>org.wso2.carbon</groupId>
>>
>> <artifactId>org.wso2.carbon.cloud.csg.agent.server.feature</artifactId>
>>     <name>WSO2 Carbon - CSG Agent server feature</name>
>>     <packaging>pom</packaging>
>> -    <version>${wso2carbon.version}</version>
>> +    <!--version>${wso2carbon.version}</version-->
>>     <url>http://maven.apache.org</url>
>>
>>     <dependencies>
>>
>> Modified:
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.ui.feature/pom.xml
>> URL:
>> http://wso2.org/svn/browse/wso2/trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.ui.feature/pom.xml?rev=89874&r1=89873&r2=89874&view=diff
>>
>> ==============================================================================
>> ---
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.ui.feature/pom.xml
>>        (original)
>> +++
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.agent.ui.feature/pom.xml
>>        Wed Mar 16 03:01:34 2011
>> @@ -8,13 +8,13 @@
>>     <parent>
>>         <artifactId>csg-features</artifactId>
>>         <groupId>org.wso2.carbon</groupId>
>> -        <version>${wso2carbon.version}</version>
>> +        <version>3.2.0-SNAPSHOT</version>
>>     </parent>
>>
>>     <groupId>org.wso2.carbon</groupId>
>>     <artifactId>org.wso2.carbon.cloud.csg.agent.ui.feature</artifactId>
>>     <name>WSO2 Carbon - CSG Agent UI feature</name>
>> -    <version>${wso2carbon.version}</version>
>> +    <!--version>${wso2carbon.version}</version-->
>>     <packaging>pom</packaging>
>>     <url>http://maven.apache.org</url>
>>
>>
>> Modified:
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.feature/pom.xml
>> URL:
>> http://wso2.org/svn/browse/wso2/trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.feature/pom.xml?rev=89874&r1=89873&r2=89874&view=diff
>>
>> ==============================================================================
>> --- trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.feature/pom.xml
>> (original)
>> +++ trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.feature/pom.xml
>> Wed Mar 16 03:01:34 2011
>> @@ -22,14 +22,14 @@
>>     <parent>
>>         <artifactId>csg-features</artifactId>
>>         <groupId>org.wso2.carbon</groupId>
>> -        <version>${wso2carbon.version}</version>
>> +        <version>3.2.0-SNAPSHOT</version>
>>     </parent>
>>
>>     <groupId>org.wso2.carbon</groupId>
>>     <artifactId>org.wso2.carbon.cloud.csg.feature</artifactId>
>>     <name>WSO2 Carbon - CSG management feature</name>
>>     <packaging>pom</packaging>
>> -    <version>${wso2carbon.version}</version>
>> +    <!--version>${wso2carbon.version}</version-->
>>     <url>http://maven.apache.org</url>
>>
>>     <dependencies>
>>
>> Modified:
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.server.feature/pom.xml
>> URL:
>> http://wso2.org/svn/browse/wso2/trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.server.feature/pom.xml?rev=89874&r1=89873&r2=89874&view=diff
>>
>> ==============================================================================
>> ---
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.server.feature/pom.xml
>>  (original)
>> +++
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.csg.server.feature/pom.xml
>>  Wed Mar 16 03:01:34 2011
>> @@ -8,12 +8,12 @@
>>     <parent>
>>         <artifactId>csg-features</artifactId>
>>         <groupId>org.wso2.carbon</groupId>
>> -        <version>${wso2carbon.version}</version>
>> +        <version>3.2.0-SNAPSHOT</version>
>>     </parent>
>>
>>     <groupId>org.wso2.carbon</groupId>
>>     <artifactId>org.wso2.carbon.cloud.csg.server.feature</artifactId>
>> -    <version>${wso2carbon.version}</version>
>> +    <!--version>${wso2carbon.version}</version-->
>>     <name>WSO2 Carbon - CSG server feature</name>
>>     <packaging>pom</packaging>
>>     <url>http://maven.apache.org</url>
>>
>> Modified:
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.qpid.client.feature/pom.xml
>> URL:
>> http://wso2.org/svn/browse/wso2/trunk/carbon/features/csg/org.wso2.carbon.cloud.qpid.client.feature/pom.xml?rev=89874&r1=89873&r2=89874&view=diff
>>
>> ==============================================================================
>> ---
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.qpid.client.feature/pom.xml
>> (original)
>> +++
>> trunk/carbon/features/csg/org.wso2.carbon.cloud.qpid.client.feature/pom.xml
>> Wed Mar 16 03:01:34 2011
>> @@ -8,12 +8,12 @@
>>     <parent>
>>         <artifactId>csg-features</artifactId>
>>         <groupId>org.wso2.carbon</groupId>
>> -        <version>${wso2carbon.version}</version>
>> +        <version>3.2.0-SNAPSHOT</version>
>>     </parent>
>>
>>     <groupId>org.wso2.carbon</groupId>
>>     <artifactId>org.wso2.carbon.cloud.qpid.client.feature</artifactId>
>> -    <version>${qpid.version}</version>
>> +    <!--version>${qpid.version}</version-->
>>     <packaging>pom</packaging>
>>     <name>WSO2 Carbon - Qpid Client feature</name>
>>     <url>http://maven.apache.org</url>
>>
>> Modified: trunk/carbon/features/csg/pom.xml
>> URL:
>> http://wso2.org/svn/browse/wso2/trunk/carbon/features/csg/pom.xml?rev=89874&r1=89873&r2=89874&view=diff
>>
>> ==============================================================================
>> --- trunk/carbon/features/csg/pom.xml   (original)
>> +++ trunk/carbon/features/csg/pom.xml   Wed Mar 16 03:01:34 2011
>> @@ -23,7 +23,7 @@
>>
>>     <modelVersion>4.0.0</modelVersion>
>>     <artifactId>csg-features</artifactId>
>> -    <version>${wso2carbon.version}</version>
>> +    <!--version>${wso2carbon.version}</version-->
>>     <packaging>pom</packaging>
>>     <name>WSO2 Carbon - CSG Feature Aggregator Module</name>
>>     <url>http://wso2.org</url>
>> _______________________________________________
>> Carbon-commits mailing list
>> [email protected]
>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>>
>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*<http://www.apache.org/>
> *
> email: **[email protected]* <[email protected]>* cell: <%2B94%2077%203320919>+94
> 77 3320919
> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>


-- 
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
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to