On Thu, Jul 18, 2013 at 4:57 PM, Dushan Abeyruwan <[email protected]> wrote:

> Hi
>   Thanks for pointing, actually this is wrong there is no need to ship
> connectors as features and required changers has been done. Please take
> update in mediation-library
>

It fixed the build.

Thanks.

>
> Cheers
> Dushan
>
>
> On Thu, Jul 18, 2013 at 4:50 PM, Lahiru Sandaruwan <[email protected]>wrote:
>
>> Now it can go up to feature level,
>>
>> Error at linked in connector,
>>
>> [INFO] WSO2 AppServer - AppServer Profile Generation ..... SKIPPED
>> [INFO] WSO2 AppServer - Distribution ..................... SKIPPED
>> [INFO] WSO2 AppServer - Integration Tests ................ SKIPPED
>> [INFO] WSO2 AppServer - Integration Test Module .......... SKIPPED
>> [INFO] WSO2 AppServer - Integration Test UI Module ....... SKIPPED
>> [INFO] WSO2 Carbon - Platform Aggregator Pom ............. SKIPPED
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 4:52:31.756s
>> [INFO] Finished at: Thu Jul 18 16:29:40 IST 2013
>> [INFO] Final Memory: 725M/881M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal on project
>> org.wso2.carbon.mediation.library.connectors.linkedin.feature: Could not
>> resolve dependencies for project
>> org.wso2.carbon:org.wso2.carbon.mediation.library.connectors.linkedin.feature:pom:4.2.0-SNAPSHOT:
>> Could not find artifact
>> org.wso2.carbon:org.wso2.carbon.mediation.library.connectors.linked-in:zip:4.2.0-SNAPSHOT
>> in carbon-plugin-repo (
>> http://maven.wso2.org/nexus/content/repositories/wso2archtype) -> [Help
>> 1]
>> [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/DependencyResolutionException
>> [ERROR]
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>> [ERROR]   mvn <goals> -rf
>> :org.wso2.carbon.mediation.library.connectors.linkedin.feature
>> lahiru@lahiru-ThinkPad-T520:~/work/carbonSource/trunk/platform/trunk$
>>
>>
>> Thanks.
>>
>>
>> On Wed, Jul 17, 2013 at 8:44 PM, Dushan Abeyruwan <[email protected]>wrote:
>>
>>> Hi
>>>     Please take update
>>> https://svn.wso2.org/repos/wso2/carbon/platform/trunk/components/mediation/mediation-library/connectors,
>>>  temporary removed
>>> linkdin connector from POM till fix the given issue
>>>
>>> Cheers
>>> Dushan
>>>
>>>
>>>
>>> On Wed, Jul 17, 2013 at 7:57 PM, Isuru Udana <[email protected]> wrote:
>>>
>>>> Hi Dushan,
>>>>
>>>> It seems like this is due to the recent API change you did in connector
>>>> core in r178450.
>>>>
>>>>
>>>>
>>>>
>>>> On Wed, Jul 17, 2013 at 6:09 PM, Lahiru Sandaruwan <[email protected]>wrote:
>>>>
>>>>>  $subject with clean repo,
>>>>>
>>>>> Error is,
>>>>>
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] BUILD FAILURE
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] Total time: 4:18:31.856s
>>>>> [INFO] Finished at: Wed Jul 17 17:53:04 IST 2013
>>>>> [INFO] Final Memory: 731M/884M
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-compiler-plugin:2.0:compile
>>>>> (default-compile) on project
>>>>> org.wso2.carbon.mediation.library.connectors.linked-in: Compilation
>>>>> failure: Compilation failure:
>>>>> [ERROR]
>>>>> /home/lahiru/work/carbonSource/trunk/platform/trunk/components/mediation/mediation-library/connectors/org.wso2.carbon.mediation.library.connectors.linked-in/src/main/java/org/wso2/carbon/mediation/library/connectors/linkedin/LinkedinPostStatusMediator.java:[17,7]
>>>>> org.wso2.carbon.mediation.library.connectors.linkedin.LinkedinPostStatusMediator
>>>>> is not abstract and does not override abstract method
>>>>> connect(org.apache.synapse.MessageContext) in
>>>>> org.wso2.carbon.mediation.library.connectors.core.AbstractConnector
>>>>> [ERROR]
>>>>> [ERROR]
>>>>> /home/lahiru/work/carbonSource/trunk/platform/trunk/components/mediation/mediation-library/connectors/org.wso2.carbon.mediation.library.connectors.linked-in/src/main/java/org/wso2/carbon/mediation/library/connectors/linkedin/LinkedinPostStatusMediator.java:[24,40]
>>>>> cannot find symbol
>>>>> [ERROR] symbol  : method getMessageContext()
>>>>> [ERROR] location: class
>>>>> org.wso2.carbon.mediation.library.connectors.linkedin.LinkedinPostStatusMediator
>>>>> [ERROR]
>>>>> [ERROR]
>>>>> /home/lahiru/work/carbonSource/trunk/platform/trunk/components/mediation/mediation-library/connectors/org.wso2.carbon.mediation.library.connectors.linked-in/src/main/java/org/wso2/carbon/mediation/library/connectors/linkedin/LinkedinShowHeadlineMediator.java:[20,7]
>>>>> org.wso2.carbon.mediation.library.connectors.linkedin.LinkedinShowHeadlineMediator
>>>>> is not abstract and does not override abstract method
>>>>> connect(org.apache.synapse.MessageContext) in
>>>>> org.wso2.carbon.mediation.library.connectors.core.AbstractConnector
>>>>> [ERROR]
>>>>> [ERROR]
>>>>> /home/lahiru/work/carbonSource/trunk/platform/trunk/components/mediation/mediation-library/connectors/org.wso2.carbon.mediation.library.connectors.linked-in/src/main/java/org/wso2/carbon/mediation/library/connectors/linkedin/LinkedinShowHeadlineMediator.java:[26,40]
>>>>> cannot find symbol
>>>>> [ERROR] symbol  : method getMessageContext()
>>>>> [ERROR] location: class
>>>>> org.wso2.carbon.mediation.library.connectors.linkedin.LinkedinShowHeadlineMediator
>>>>> [ERROR]
>>>>> [ERROR]
>>>>> /home/lahiru/work/carbonSource/trunk/platform/trunk/components/mediation/mediation-library/connectors/org.wso2.carbon.mediation.library.connectors.linked-in/src/main/java/org/wso2/carbon/mediation/library/connectors/linkedin/LinkedinRegisterUserMediator.java:[13,7]
>>>>> org.wso2.carbon.mediation.library.connectors.linkedin.LinkedinRegisterUserMediator
>>>>> is not abstract and does not override abstract method
>>>>> connect(org.apache.synapse.MessageContext) in
>>>>> org.wso2.carbon.mediation.library.connectors.core.AbstractConnector
>>>>> [ERROR]
>>>>> [ERROR]
>>>>> /home/lahiru/work/carbonSource/trunk/platform/trunk/components/mediation/mediation-library/connectors/org.wso2.carbon.mediation.library.connectors.linked-in/src/main/java/org/wso2/carbon/mediation/library/connectors/linkedin/LinkedinRegisterUserMediator.java:[23,40]
>>>>> cannot find symbol
>>>>> [ERROR] symbol  : method getMessageContext()
>>>>>
>>>>>
>>>>> Thanks.
>>>>>
>>>>> --
>>>>> --
>>>>> Lahiru Sandaruwan
>>>>> Software Engineer,
>>>>> Platform Technologies,
>>>>> WSO2 Inc., http://wso2.com
>>>>> lean.enterprise.middleware
>>>>>
>>>>> email: [email protected] cell: (+94) 773 325 954
>>>>> blog: http://lahiruwrites.blogspot.com/
>>>>> twitter: http://twitter.com/lahirus
>>>>> linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Dev mailing list
>>>>> [email protected]
>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> *Isuru Udana*
>>>> *
>>>>  *
>>>> Senior *
>>>> Software Engineer
>>>> *
>>>> WSO2 Inc.; http://wso2.com
>>>> email: [email protected] cell: +94 77 3791887
>>>> blog: http://mytecheye.blogspot.com/
>>>> twitter: http://twitter.com/isudana
>>>>
>>>
>>>
>>>
>>> --
>>> Dushan Abeyruwan
>>> Associate Tech Lead
>>> *Integration Technologies Team*
>>> *WSO2 Inc. http://wso2.com/*
>>> *Mobile:(+94)714408632*
>>>
>>
>>
>>
>> --
>> --
>> Lahiru Sandaruwan
>> Software Engineer,
>> Platform Technologies,
>> WSO2 Inc., http://wso2.com
>> lean.enterprise.middleware
>>
>> email: [email protected] cell: (+94) 773 325 954
>> blog: http://lahiruwrites.blogspot.com/
>> twitter: http://twitter.com/lahirus
>> linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
>>
>>
>
>
> --
> Dushan Abeyruwan
> Associate Tech Lead
> *Integration Technologies Team*
> *WSO2 Inc. http://wso2.com/*
> *Mobile:(+94)714408632*
>



-- 
--
Lahiru Sandaruwan
Software Engineer,
Platform Technologies,
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

email: [email protected] cell: (+94) 773 325 954
blog: http://lahiruwrites.blogspot.com/
twitter: http://twitter.com/lahirus
linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to