Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Py4j and required target for EASE 0.4

Hi Bernard,

If I understand well the changes in the p2 repository, my new target platform should be:

 

       org.eclipse.ease.feature.feature.group

       org.eclipse.ease.modules.charting.feature.feature.group

       org.eclipse.ease.modules.feature.feature.group

org.eclipse.ease.ui.feature.feature.group

       org.eclipse.ease.python.feature.feature.group

       org.eclipse.ease.lang.python.feature.feature.group

       org.eclipse.ease.lang.python.py4j.feature.feature.group

You should remove o.e.ease.python.feature.feature.group, the rest should be fine
      

Regarding this release, what are most noticeable changes about Python integration (if any)?

We started to clean up the namespace, thats why you need to adapt your target platform. Nothing else so far.
But just recently our company decided to use Py4J internally so expect some work on the python integration in the near future. One of the first topics will be debugger support.

Christian

Back to the top