Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] GSoC 2013 Ideas(Social Extdoc)

Thank you very much Marcel.
By the way I'm having a difficulty while building the Recommenders repository. Specifically, I have cloned the repo to my local machine and tried to import it to eclipse as a maven project. But while building maven tycho, I'm getting the warning "No explicit target runtime environment configuration. Build is platform dependent." multiple times. And the build process failed.

Also after importing the project to eclipse it gives thousands of errors such as,
"Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5"
Is there any way solve this or do I have to import those libraries manually and edit the MANIFEST files manually?

And what is the execution environment for recommenders project.(is it JavaSE-1.6 or something else?)


On Tue, Apr 2, 2013 at 12:38 PM, Marcel Bruch <marcel.bruch@xxxxxxxxxxxxxx> wrote:
The tutorial you mentioned is not the best match for what you plan to do. However, somewhere one has to start somewhere…

Make sure you get the current recommenders code compile and that you can start the application with extdoc and code completion running in your eclipse runtime. This is roughly chapter 1-6 in the vogella tutorial. Chapters 7++ are not relevant for your task since we do not create an e4 application but extend the IDE. In other words: Make sure you stop after chapter 6. ;-)

HTH
Marcel

-- 
Codetrails.com – The knowledge transfer company




On Mar 31, 2013, at 6:03 PM, Dammina Sahabandu <dmsahabandu@xxxxxxxxx> wrote:

Hi Marcel,
I went through the bug [6] and started working on that. But as I'm new to the eclipse development environment I started to follow a vogella.com tutorial on eclipse plugin development. Is there any better method?

[1]
http://www.vogella.com/articles/EclipseRCP/article.html


On Sun, Mar 31, 2013 at 3:20 AM, Marcel Bruch <marcel.bruch@xxxxxxxxxxxxxx> wrote:
Hi Dammina,

there are several bugs for this year's GSOC to track interested students and questions how to get started:

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=401851
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=401843
[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=401771
[4] https://bugs.eclipse.org/bugs/show_bug.cgi?id=403148
[5] https://bugs.eclipse.org/bugs/show_bug.cgi?id=366494
[6] https://bugs.eclipse.org/bugs/show_bug.cgi?id=404637

In your case, bug [6] is the one to look at (I just created it :-) Please check out the instructions there.

Just in the case you are not yet on the soc-dev@xxxxxxxxxxx mailing list: please subscribe to this list too to get notified about general information and updates concerning the Eclipse Foundation and this year's GSOC.

Best,
Marcel

--
Codetrails.com – The knowledge transfer company




On Mar 30, 2013, at 5:07 AM, Dammina Sahabandu <dmsahabandu@xxxxxxxxx> wrote:

> Hello folks,
> I'm a third year undergraduate student of the University of Moratuwa(dept. of Computer Science and Engineering). And I would like to participate in GSoC through 'eclipse' project. So I go through the proposed project ideas on 'Google Summer of Code 2013 Ideas'(http://wiki.eclipse.org/Google_Summer_of_Code_2013_Ideas) page. And I found the project 'Social Extdoc' very much interesting and suitable for me.(http://wiki.eclipse.org/Google_Summer_of_Code_2013_Ideas#Eclipse_Code_Recommenders:_Social_Extdoc)
>
> I have a good knowledge in Java and have some pretty much experience with XML also comfortable with building tools and IDE's(specially eclipse). So can you help me out to start working on this project.
>
> PS : I already did some research on 'Social Eextdoc' on,
> http://eclipse.org/recommenders/documentation/isv.html#isv-extdoc
> _______________________________________________
> recommenders-dev mailing list
> recommenders-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/recommenders-dev

_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/recommenders-dev

_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/recommenders-dev


_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/recommenders-dev



Back to the top