Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Introduction

Hi Christian,

For the scripts stored in workspace and file system locations, the changes made in the scripts are reflected immediately in those scripts, but if we are adding a remote location, after fetching those scripts locally, how will the changes made to those local scripts get reflected on the remote scripts ?

Thanks for helping

On Mon, Mar 6, 2017 at 11:54 PM, Christian Pontesegger <christian.pontesegger@xxxxxx> wrote:

Hi,

thanks for your interest in this topic. I guess the first steps would be to get acquainted with the current system. Try to write some simple scripts, then register a script location in the preferences. On the ease project page we have several youtube videos linked which show the basic principle.

Once you have played around a little, try to locate the source code that parses available script locations. Single step through the resolver and try to understand its logic. The main goal then is to write a custom resolver that can fetch data from a github repo directly using its web API. Similar counts for gerrit/git from eclipse servers (I guess they use cgit or similar to allow repository browsing on the web). For resolving svn:// style locations you would need some support from the eclipse svn team provider (typically subversive). There exists a basic SVN module for EASE which you can use to browse some basic SVN code.

If you feel confident that you can solve the tasks, come up with a GSoC proposal. In case you have questions on the logic of some methods/classes, come back to this list and I try to answer them.

Christian

On 06.03.2017 12:11, Utsav Oza wrote:
Hello, 

It would be really helpful if I can connect with mentor for this project and also please guide/point me from where to start (issues/any reference).



_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ease-dev


Back to the top