Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Oomph Setup failed

Hi Christian,

generally I am open for many things to do. But maybe it's good to start where I have experience and what is important from your point of view.

What I already did successfully last weekend is to add a new keyword extension (http://consolescript.eclipse-plugin.ragedev.de/ - more or less a learning project). 

I have some years experience with Eclipse RCP, so I can do also internal stuff or extend modules or even write some example scripts.

What is important from my point of view is to make it possible to add API from scripts, because otherwise you get big and unstructured scripts with a lot of copy and paste lines of code.
(I tried to implement this issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=442447 last evening, but I was lost somehow... I couldn't find this loadModules() stuff... )

I think there would be two solutions:
1. Extend modules by script
2. Import scripts from other scripts (I tried this with Rhino and Python, but in both cases there were some errors)

What do think? What is important at the moment? 

Raphael


2017-01-09 11:28 GMT+01:00 <Christian.Pontesegger@xxxxxxxxxxxx>:

Hi Raphael,

 

glad you are interested in contributing. We are always looking for people to push new stuff or help out on existing bugs. I will have time to look into the oomph setup this Friday. If you want to have a look at the code base you can also check out the git repos directly, see

https://www.eclipse.org/ease/developers/

 

There is also a target platform file in place. With Oomph it should work a bit more smoothly, but it is not a requirement

 

Are you planning to contribute on a dedicated topic or are you looking for something interesting to do?

 

Christian

 

From: ease-dev-bounces@xxxxxxxxxxx [mailto:ease-dev-bounces@eclipse.org] On Behalf Of Raphael Geissler
Sent: Monday, January 09, 2017 10:52 AM
To: ease-dev@xxxxxxxxxxx
Subject: [ease-dev] Oomph Setup failed

 

Hi guys,

 

I thought about to contribute Eclipse EASE, because I think scripting within Eclipse is a cool thing and can be really valuable. I played all little bit around with it the last days and I think there a few things that must be done to make it more usable. So if you want I can try to help you to implement some things.

 

I tried to setup Eclipse RCP (Neon) with the EASE Oomph configuration but I get an error that the bundle py4j-java is needed but not found. 

 

So are you interested in my contributions? And can you help me with the oomph configuration?

 

Thanks,

 

Raphael 

 

 

 

 


_______________________________________________
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