yanne / api-test

0 stars 0 forks source link

SSH Autocomplete not available by defualt #29

Closed yanne closed 10 years ago

yanne commented 10 years ago

None

This issue was originally opened at Google Code on Feb 10, 2011.

yanne commented 10 years ago

Original comment by pekka.klarck on Feb 10, 2011.

Are you using SSHLibrary with Python or Jython? At least in the former case it should work with RIDE automatically after installation.

Did you copy the old spec file (XML) or how did you got it working?

yanne commented 10 years ago

Original comment by vinee...@gmail.com on Feb 10, 2011.

I am confused with your question. While test case is being developed, does jython or Python matter? To clarify, I have both Python and Jython installed on my machine.

Yes I copied now. I had it from an old installation somewhere. So I keep reusing the xml. But the main issue is that some of the keywords have changed in 1.0, so I don't get to see the help for the 1.0.

yanne commented 10 years ago

Original comment by pekka.klarck on Feb 18, 2011.

When you import a library in RIDE, it first tries to import it from the system the same way as Robot does when it is running tests. If this succeeds, keyword completion and showing keyword documentation works right away. Only if this doesn't succeed, RIDE checks can it find matching XML spec file.

Because RIDE is implemented with Python, it cannot import libraries written with Java or that are dependent on Java modules. On other words, if you have SSH library installed successfully on Python with the needed dependencies, the keyword completion should work with RIDE out-of-the-box. Could you try that?

yanne commented 10 years ago

Original comment by janne.t....@gmail.com on Sep 25, 2011.

Is this still a valid problem?

yanne commented 10 years ago

Original comment by vinee...@gmail.com on Sep 26, 2011.

Nope, you can close this. Thank you.