NitorCreations / RobotFramework-EclipseIDE

Developing an Eclipse IDE for the Robot Framework test automation tool
71 stars 53 forks source link

Only BuiltIn index is loaded #41

Closed dc740 closed 11 years ago

dc740 commented 11 years ago

I placed my own index files and the libraries indices found in the repository, however, when I try it, only "BuiltIn.index" keywords are shown

I can see my own keywords if I add them to BuiltIn.index, but it seems like the other .index files are not being loaded

tested on 1.0.6 + Eclipse Juno

xkr47 commented 11 years ago

Hi, Could you let us know the following things from your environment?

Thanks!

dc740 commented 11 years ago

My bad. I didn't have the full library name in the index file name. I renamed the index file to package.library (exactly as the import from the txt) and now it's working.

Thanks for the fast reply!

xkr47 commented 11 years ago

Ok great!