Folks, please fix this ASAP.

org.wso2.carbon:carbon-products:pom:4.2.0 comes from platform branch (
https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/pom.xml)
and it is wrong to refer it from kernel pom. Please fix as specified by
Danushka.

Regards,
Shankar


On Thu, Oct 17, 2013 at 9:45 AM, Malintha Adikari <[email protected]> wrote:

> Hi,
>
> I am still getting the same error while  building Kernal-4.2.0.
>
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR]   The project org.wso2.carbon:SecVerifier:4.2.0
> (/home/malintha/projects/carbon-branch-4.2.0/kernel/4.2.0/distribution/integration/security-verifier/pom.xml)
> has 1 error
>
> [ERROR]     Non-resolvable parent POM: Failure to find
> org.wso2.carbon:carbon-products:pom:4.2.0 in
> http://repo.maven.apache.org/maven2 was cached in the local repository,
> resolution will not be reattempted until the update interval of central has
> elapsed or updates are forced and 'parent.relativePath' points at wrong
> local POM @ line 22, column 13 -> [Help 2]
>
>
> Thanks,
> Malintha Adikari
>
>
> On Tue, Sep 17, 2013 at 12:48 PM, Harsha Thirimanna <[email protected]>wrote:
>
>> Hi Manoj,
>>
>> But , I am getting same error yet.
>>
>> [ERROR] The build could not read 1 project -> [Help 1]
>> [ERROR]
>> [ERROR]   The project org.wso2.carbon:SecVerifier:4.2.0
>> (/home/harshat/wso2/repo/public/4.2.0/kernal/4.2.0/distribution/integration/security-verifier/pom.xml)
>> has 1 error
>>  [ERROR]     Non-resolvable parent POM: Failure to find
>> org.wso2.carbon:carbon-products:pom:4.2.0 in
>> http://repo.maven.apache.org/maven2 was cached in the local repository,
>> resolution will not be reattempted until the update interval of central has
>> elapsed or updates are forced and 'parent.relativePath' points at wrong
>> local POM @ line 22, column 13 -> [Help 2]
>>
>>
>> I didn't do any local changes.
>>
>> in kernal/4.2.0/distribution/integration/security-verifier/pom.xml
>>
>>  <parent>
>>         <groupId>org.wso2.carbon</groupId>
>>         <artifactId>carbon-products</artifactId>
>>         <version>4.2.0</version>
>>         <relativePath>../../pom.xml</relativePath>
>>     </parent>
>>
>> Is this right parent pom reference and right artifactid ?
>>
>> thanks
>>
>>
>>
>>
>>
>>
>> *Harsha Thirimanna*
>> Senior Software Engineer; WSO2, Inc.; http://wso2.com
>> * <http://www.apache.org/>**
>> email: **[email protected]* <[email protected]>* cell: +94 71 5186770**
>> twitter: **http://twitter.com/ <http://twitter.com/afkham_azeez>**
>> harshathirimann
>> linked-in: **http: <http://lk.linkedin.com/in/afkhamazeez>**//
>> www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>> *
>> *
>>
>>
>> On Tue, Sep 17, 2013 at 11:23 AM, Manoj Kumara <[email protected]> wrote:
>>
>>> Hi Ashansa,
>>>
>>> Thanks for your confirmation. Think this was due to some inconsistency.
>>> Not sure exact reason. Any way great to here that this is solved.
>>>
>>> Thanks,
>>> Manoj
>>>
>>> Best Regards..
>>>
>>>
>>> Manoj Kumara
>>> Software Engineer
>>> WSO2, Inc.; http://wso2.com
>>>
>>> Twitter:  http://twitter.com/ManKuma
>>> Mobile: +94713448188
>>>
>>>
>>> On Tue, Sep 17, 2013 at 11:13 AM, Ashansa Perera <[email protected]>wrote:
>>>
>>>> Hi Manoj,
>>>>
>>>> Me to had to do the same thing mentioned above by Danushka to get this
>>>> built on that day, but I just checked now with the svn pom.xml version and
>>>> the build is successful now.
>>>> I have no clue since there are no changes to pom, but few of us faced
>>>> the same issue those days, anyway I could build security-verifier without
>>>> any local changes now.
>>>>
>>>>
>>>> On Tue, Sep 17, 2013 at 10:46 AM, Manoj Kumara <[email protected]> wrote:
>>>>
>>>>> Hi Harsha / Ashansa,
>>>>>
>>>>> I just build the 4.2.0/distribution/integration module successfully.
>>>>> Are you still getting the above mentioned build fail. Can you please 
>>>>> verify
>>>>> this.
>>>>> Seems like this is fixed now.
>>>>>
>>>>> Thanks,
>>>>> Manoj
>>>>>
>>>>> Best Regards..
>>>>>
>>>>>
>>>>> Manoj Kumara
>>>>> Software Engineer
>>>>> WSO2, Inc.; http://wso2.com
>>>>>
>>>>> Twitter:  http://twitter.com/ManKuma
>>>>> Mobile: +94713448188
>>>>>
>>>>>
>>>>> On Tue, Sep 17, 2013 at 10:38 AM, Harsha Thirimanna 
>>>>> <[email protected]>wrote:
>>>>>
>>>>>> Hi manoj,
>>>>>>
>>>>>> As danushka said,  can you please check this and commit to continue
>>>>>> this build please.
>>>>>>
>>>>>> thanks
>>>>>>
>>>>>>
>>>>>> *Harsha Thirimanna*
>>>>>> Senior Software Engineer; WSO2, Inc.; http://wso2.com
>>>>>> * <http://www.apache.org/>**
>>>>>> email: **[email protected]* <[email protected]>* cell: +94 71 5186770**
>>>>>> twitter: **http://twitter.com/ <http://twitter.com/afkham_azeez>**
>>>>>> harshathirimann
>>>>>> linked-in: **http: <http://lk.linkedin.com/in/afkhamazeez>**//
>>>>>> www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*
>>>>>> *
>>>>>> *
>>>>>> *Lean . Enterprise . Middleware*
>>>>>> *
>>>>>> *
>>>>>>
>>>>>>
>>>>>> On Tue, Sep 17, 2013 at 10:16 AM, Danushka Fernando <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Hi
>>>>>>> I got the same error earlier. I edited the security-verifier pom's
>>>>>>> parent details as follows to make the build work
>>>>>>>     <parent>
>>>>>>>         <groupId>org.wso2.carbon</groupId>
>>>>>>>         <artifactId>integration</artifactId>
>>>>>>>         <version>4.2.0</version>
>>>>>>>         <relativePath>../pom.xml</relativePath>
>>>>>>>     </parent>
>>>>>>>
>>>>>>> Thanks & Regards
>>>>>>> Danushka Fernando
>>>>>>> Software Engineer
>>>>>>> WSO2 inc. http://wso2.com/
>>>>>>> Mobile : +94716332729
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Sep 17, 2013 at 10:06 AM, Manoj Kumara <[email protected]>wrote:
>>>>>>>
>>>>>>>> Hi Supun,
>>>>>>>>
>>>>>>>> I'll work on this.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>>
>>>>>>>> Best Regards..
>>>>>>>>
>>>>>>>>
>>>>>>>>  Manoj Kumara
>>>>>>>> Software Engineer
>>>>>>>> WSO2, Inc.; http://wso2.com
>>>>>>>>
>>>>>>>> Twitter:  http://twitter.com/ManKuma
>>>>>>>> Mobile: +94713448188
>>>>>>>>
>>>>>>>>
>>>>>>>> On Tue, Sep 17, 2013 at 9:44 AM, Supun Malinga <[email protected]>wrote:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> This is the released branch right?. Why we didn't get this
>>>>>>>>> earlier?.
>>>>>>>>> Manoj please have a look.
>>>>>>>>>
>>>>>>>>> thanks,
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Tue, Sep 17, 2013 at 6:58 AM, Harsha Thirimanna <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> Build fail because of this pom parent path. Please correct this.
>>>>>>>>>>
>>>>>>>>>> thanks.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> *Harsha Thirimanna*
>>>>>>>>>> Senior Software Engineer; WSO2, Inc.; http://wso2.com
>>>>>>>>>> * <http://www.apache.org/>**
>>>>>>>>>> email: **[email protected]* <[email protected]>* cell: +94 71 5186770
>>>>>>>>>> **
>>>>>>>>>> twitter: **http://twitter.com/ <http://twitter.com/afkham_azeez>*
>>>>>>>>>> *harshathirimann
>>>>>>>>>> linked-in: **http: <http://lk.linkedin.com/in/afkhamazeez>**//
>>>>>>>>>> www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*
>>>>>>>>>> *
>>>>>>>>>> *
>>>>>>>>>> *Lean . Enterprise . Middleware*
>>>>>>>>>> *
>>>>>>>>>> *
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Fri, Sep 13, 2013 at 4:55 PM, Ashansa Perera <[email protected]
>>>>>>>>>> > wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> $Subject with following error
>>>>>>>>>>>
>>>>>>>>>>> [INFO] Scanning for projects...
>>>>>>>>>>> [ERROR] The build could not read 1 project -> [Help 1]
>>>>>>>>>>> [ERROR]
>>>>>>>>>>> [ERROR]   The project org.wso2.carbon:SecVerifier:4.2.0
>>>>>>>>>>> (/home/ashansa/wso2/svn/branches/4.2.0/kernal-4.2.0/distribution/integration/security-verifier/pom.xml)
>>>>>>>>>>> has 1 error
>>>>>>>>>>> [ERROR]     Non-resolvable parent POM: Failure to find
>>>>>>>>>>> org.wso2.carbon:carbon-products:pom:4.2.0 in
>>>>>>>>>>> http://repo.maven.apache.org/maven2 was cached in the local
>>>>>>>>>>> repository, resolution will not be reattempted until the update 
>>>>>>>>>>> interval of
>>>>>>>>>>> central has elapsed or updates are forced and 'parent.relativePath' 
>>>>>>>>>>> points
>>>>>>>>>>> at wrong local POM @ line 22, column 13 -> [Help 2]
>>>>>>>>>>> [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
>>>>>>>>>>> [ERROR] [Help 2]
>>>>>>>>>>> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Thanks & Regards,
>>>>>>>>>>>
>>>>>>>>>>> Ashansa Perera
>>>>>>>>>>> Software Engineer
>>>>>>>>>>> WSO2, Inc
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Dev mailing list
>>>>>>>>>>> [email protected]
>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Supun Malinga,
>>>>>>>>>
>>>>>>>>> Senior Software Engineer,
>>>>>>>>> WSO2 Inc.
>>>>>>>>> http://wso2.com
>>>>>>>>> email: [email protected] <[email protected]>
>>>>>>>>> mobile: +94 (0)71 56 91 321
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Dev mailing list
>>>>>>>> [email protected]
>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Dev mailing list
>>>>>>> [email protected]
>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Thanks & Regards,
>>>>
>>>> Ashansa Perera
>>>> Software Engineer
>>>> WSO2, Inc
>>>>
>>>> Mobile: +94777670615
>>>>
>>>
>>>
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
S.Uthaiyashankar
VP Engineering
WSO2 Inc.
http://wso2.com/ - "lean . enterprise . middleware"

Phone: +94 714897591
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to