Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPut Jython and Robot in plug-in and use it as RED's runtime environment #119
Comments
|
Hi, RED currently is not able to use jython or jython+rf packaged in jar as environment. We do have this task in our pipeline as it would make it easier to integrate with maven-based projects (see #90 for example). There are quite a lot of things which needs to be changed in RED in order to make it work, so I wouldn't expect it with 0.7.9 +1 version. As of now the environments which RED is able to use are not extensible through any extension point, so this is also not possible now to somehow extend RED. The code of RED is more or less extensible in places which potentially could be extended, but possibilities to extend are not provided through extension points mechanism - simply said no API is exposed (see also my comment on defining API in #113). |
I want to develop a RCP application that has no precondition to the environment. Part of the RCP will be Robot RED. I have already wrapped Jython and Robot in a library plug-in (source: https://mvnrepository.com/artifact/org.robotframework/robotframework/3.0.2).
How can I make RED using the library plug-in as runtime environment?