robotframework / JavalibCore

Base for implementing Java test libraries to be used with Robot Framework
Other
42 stars 25 forks source link

Annotation library does not find keywords from paths with url encoded characters #6

Closed stlecho closed 11 years ago

stlecho commented 11 years ago

See https://groups.google.com/forum/?fromgroups=#!topic/robotframework-users/uvXY60cpTCI for more details: It asks AnnotationLibrary to look at the classes in "org/robotframework/swing/keyword/*/.class" for keywords. I think the buggy code is in KeywordBeanLoader, but its not obvious at glance.

I got it to import SwingLibrary by overriding the version of javalib-core by putting this in your pom:

org.robotframework javalib-core 0.9.1

Since the new JavalibCore was more removing functionality and cleaning up I think that should work for you -- see https://github.com/robotframework/JavalibCore/wiki/ReleaseNotes

jussimalinen commented 11 years ago

Alright, thanks for reporting the issue. I changed the name of the issue to be more informative.

This should now be fixed in 75b4dfc1a0a0219c6a7a926e21d5d6396e6a570c

I will make a new release first from JavalibCore and then from SwingLibrary.