Thanks Manoj. I committed the fix to the missing version issue in r187283.

On 4 October 2013 12:15, Manoj Kumara <[email protected]> wrote:

> Hi,
>
> It was a mistake on the relative path of the feature. Provided the fix to
> KasunG and will commit it soon.
> Sorry about the inconvenience.
>
> Thanks,
> Manoj
>
> Best Regards..
>
>
> Manoj Kumara
> Software Engineer
> WSO2, Inc.; http://wso2.com
>
> Twitter:  http://twitter.com/ManKuma
> Mobile: +94713448188
>
>
> On Fri, Oct 4, 2013 at 11:57 AM, Balakrishnan Gokulakrishnan <
> [email protected]> wrote:
>
>> Hi Manoj/Kasun,
>>
>> The error log is as follows:
>>
>> [INFO] Scanning for projects...
>> [ERROR] The build could not read 1 project -> [Help 1]
>> [ERROR]
>> [ERROR]   The project
>> org.wso2.carbon:product-releases-features:4.2.0-chunk02
>> (/home/gokul/wso2/carbon/platform/branches/4.2.0/product-releases/chunk-02/features/pom.xml)
>> has 2 errors
>> [ERROR]     Child module
>> /home/gokul/wso2/carbon/platform/branches/4.2.0/product-releases/chunk-02/features/../../../features/js-services/org.wso2.carbon.jsservices.feature/4.2.1
>> of
>> /home/gokul/wso2/carbon/platform/branches/4.2.0/product-releases/chunk-02/features/pom.xml
>> does not exist
>> [ERROR]     Child module
>> /home/gokul/wso2/carbon/platform/branches/4.2.0/product-releases/chunk-02/features/../../../features/js-services/org.wso2.carbon.jsservices.server.feature/4.2.1
>> of
>> /home/gokul/wso2/carbon/platform/branches/4.2.0/product-releases/chunk-02/features/pom.xml
>> does not exist
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
>>
>>
>> FYI, I fixed this locally by changing the chunk-02 features pom. Also, in
>> mashup/js-services/org.wso2.carbon.jsservices.feature/4.2.1/pom.xml the
>> imported features were unversioned, which again caused build issues. I
>> fixed this too locally. I've attached both diffs FYR..
>>
>>
>> On 4 October 2013 11:48, Manoj Kumara <[email protected]> wrote:
>>
>>> Hi Kasun,
>>>
>>> Will check this.
>>>
>>> Thanks,
>>>
>>>
>>> Best Regards..
>>>
>>>
>>> Manoj Kumara
>>> Software Engineer
>>> WSO2, Inc.; http://wso2.com
>>>
>>> Twitter:  http://twitter.com/ManKuma
>>> Mobile: +94713448188
>>>
>>>
>>> On Fri, Oct 4, 2013 at 11:45 AM, Kasun Gajasinghe <[email protected]>wrote:
>>>
>>>> Hi Manoj,
>>>>
>>>> Please have a look.
>>>>
>>>> Gokul, can you send the error log please?
>>>>
>>>>
>>>> On Fri, Oct 4, 2013 at 11:10 AM, Balakrishnan Gokulakrishnan <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi Kasun,
>>>>>
>>>>> This commit is causing build failures in chunk-02 features. Can you
>>>>> please check?
>>>>>
>>>>> Thanks,
>>>>>
>>>>>
>>>>> On 3 October 2013 15:17, <[email protected]> wrote:
>>>>>
>>>>>> Author: [email protected]
>>>>>> Date: Thu Oct  3 15:17:55 2013
>>>>>> New Revision: 187247
>>>>>> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=187247
>>>>>>
>>>>>> Log:
>>>>>> Committing Manoj's patch for cc refactoring
>>>>>>
>>>>>> Modified:
>>>>>>
>>>>>>  
>>>>>> carbon/platform/branches/4.2.0/product-releases/chunk-02/components/pom.xml
>>>>>>
>>>>>>  
>>>>>> carbon/platform/branches/4.2.0/product-releases/chunk-02/features/pom.xml
>>>>>>
>>>>>> Modified:
>>>>>> carbon/platform/branches/4.2.0/product-releases/chunk-02/components/pom.xml
>>>>>> URL:
>>>>>> http://wso2.org/svn/browse/wso2/carbon/platform/branches/4.2.0/product-releases/chunk-02/components/pom.xml?rev=187247&r1=187246&r2=187247&view=diff
>>>>>>
>>>>>> ==============================================================================
>>>>>> ---
>>>>>> carbon/platform/branches/4.2.0/product-releases/chunk-02/components/pom.xml
>>>>>> (original)
>>>>>> +++
>>>>>> carbon/platform/branches/4.2.0/product-releases/chunk-02/components/pom.xml
>>>>>> Thu Oct  3 15:17:55 2013
>>>>>> @@ -54,6 +54,10 @@
>>>>>>         <!-- Deployment Synchronizer -->
>>>>>>
>>>>>> <module>../../../components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.2.1</module>
>>>>>>
>>>>>> +    <!-- Mashup components   -->
>>>>>> +
>>>>>>  
>>>>>> <module>../../../components/mashup/org.wso2.carbon.mashup.javascript-hostobjects.registry/4.2.1</module>
>>>>>> +
>>>>>>  
>>>>>> <module>../../../components/mashup/org.wso2.carbon.mashup.javascript-hostobjects.system/4.2.1</module>
>>>>>> +
>>>>>>  
>>>>>> <module>../../../components/mashup/org.wso2.carbon.mashup.jsservices/4.2.1</module>
>>>>>>
>>>>>>          <!-- Governance Components -->
>>>>>>
>>>>>>  
>>>>>> <module>../../../components/governance/org.wso2.carbon.governance.api/4.2.1</module>
>>>>>>
>>>>>> Modified:
>>>>>> carbon/platform/branches/4.2.0/product-releases/chunk-02/features/pom.xml
>>>>>> URL:
>>>>>> http://wso2.org/svn/browse/wso2/carbon/platform/branches/4.2.0/product-releases/chunk-02/features/pom.xml?rev=187247&r1=187246&r2=187247&view=diff
>>>>>>
>>>>>> ==============================================================================
>>>>>> ---
>>>>>> carbon/platform/branches/4.2.0/product-releases/chunk-02/features/pom.xml
>>>>>> (original)
>>>>>> +++
>>>>>> carbon/platform/branches/4.2.0/product-releases/chunk-02/features/pom.xml
>>>>>> Thu Oct  3 15:17:55 2013
>>>>>> @@ -38,7 +38,11 @@
>>>>>>         <!-- Deployment Synchronizer -->
>>>>>>
>>>>>> <module>../../../features/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.server.feature/4.2.1</module>
>>>>>>
>>>>>> <module>../../../features/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.feature/4.2.1</module>
>>>>>> -
>>>>>> +
>>>>>> +    <!--  Mashup feature   -->
>>>>>> +
>>>>>>  
>>>>>> <module>../../../features/js-services/org.wso2.carbon.jsservices.feature/4.2.1</module>
>>>>>> +
>>>>>>  
>>>>>> <module>../../../features/js-services/org.wso2.carbon.jsservices.server.feature/4.2.1</module>
>>>>>> +
>>>>>>         <!-- transport-mgt features -->
>>>>>>
>>>>>>  
>>>>>> <module>../../../features/transport-mgt/org.wso2.carbon.transport.nhttp.feature/4.2.0</module>
>>>>>>
>>>>>>  
>>>>>> <module>../../../features/transport-mgt/org.wso2.carbon.transport.vfs.feature/4.2.0</module>
>>>>>> _______________________________________________
>>>>>> Commits mailing list
>>>>>> [email protected]
>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/commits
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Balakrishnan Gokulakrishnan*
>>>>> Software Engineer,
>>>>> WSO2, Inc.; http://wso2.com
>>>>> Tel: 0094 11 214 5345  |  Fax: 0094 11 214 5300
>>>>>
>>>>> Twitter:  http://twitter.com/gokulbs
>>>>> Mobile: 0094 77 593 5789
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Kasun Gajasinghe*
>>>> Software Engineer;
>>>> WSO2 Inc.; http://wso2.com
>>>>
>>>>
>>>>  ,
>>>> *email: **kasung AT spamfree wso2.com
>>>>
>>>>
>>>> ** cell: **+94 (77) 678-0813*
>>>> *linked-in: *http://lk.linkedin.com/in/gajasinghe
>>>>
>>>>
>>>> *
>>>> *
>>>> *blog: **http://kasunbg.org* <http://kasunbg.org>
>>>>
>>>>
>>>> *
>>>> twitter: **http://twitter.com/kasunbg* <http://twitter.com/kasunbg>
>>>>
>>>>
>>>> *
>>>> *
>>>>
>>>
>>>
>>
>>
>> --
>> *Balakrishnan Gokulakrishnan*
>> Software Engineer,
>> WSO2, Inc.; http://wso2.com
>> Tel: 0094 11 214 5345  |  Fax: 0094 11 214 5300
>>
>> Twitter:  http://twitter.com/gokulbs
>> Mobile: 0094 77 593 5789
>>
>
>


-- 
*Balakrishnan Gokulakrishnan*
Software Engineer,
WSO2, Inc.; http://wso2.com
Tel: 0094 11 214 5345  |  Fax: 0094 11 214 5300

Twitter:  http://twitter.com/gokulbs
Mobile: 0094 77 593 5789
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to