Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] Building plugins depending on Jython engine with tycho

Hi all,

I’m trying to build with tycho an eclipse plugin depending on Jython scripting engine.

I don’t know how to add org.jython in my target platform and get the following issue :

 

[ERROR] Cannot resolve target definition:

[ERROR]   Software being installed: org.eclipse.ease.lang.python.jython 0.7.0.I201906281229

[ERROR]   Missing requirement: org.eclipse.ease.lang.python.jython 0.7.0.I201906281229 requires 'osgi.bundle; org.jython [2.5.3,3.0.0)' but it could not be found

 

Is there a recommended method?

I could not figure out how org.jython bundle is installed by jython engine.

 

Thanks in advance,

 

Best regards,

 

Sebastien


Back to the top