Comment #1 on issue 1030 by [email protected]: Resources file changes are not picked up during multiple executions with jython
http://code.google.com/p/robotframework/issues/detail?id=1030

Could it be as simple as adding the following method in importer and invoking it from java code?

    def _reset(self):
        self._library_cache = ImportCache()
        self._resource_cache = ImportCache()

I can give this a try. But I would appreciate feedback on whether this is the right direction.

Reply via email to