-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
In current implementation, java process will be started in "init". The reason is:
- RF will scan library and get keyword list(name, argument, doc) when initialize library.
The problems of current implementation are:
- When library works with RIDE, java process could not be stopped. This is handled by "check whether robot is running", but it is not good enough.
- When there are multi suites, as scope of library is GLOBAL, library will only be initialized once. If suite 1 "stop remote server", suite 2 will fail.
One proposal is:
- Add one keyword to start java process.
- Keep keywords information(name, arguments, doc) in one place(python file?), these information could be stored when library is packaged
andreabisello
Metadata
Metadata
Assignees
Labels
No labels