and I run the PluginConsumer, imyPlugin remains null, but there's no
errors logged either (if I rename the plugins directory to something
else I get an error telling me the plugins directory could not be
opened).
Any ideas what I'm missing here (I realize having duplicate jars is
not an ideal situation - but I'd tackle that with second priority).
Thanks
Stephan
Scott
unread,
Feb 8, 2012, 10:41:50 AM2/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jspf
I'm going to guess you've done the same thing I do every time I create
a new plugin... You left the @PluginImplementation off the plugin's
implementation class declaration.
@PluginImplementation
public class MySamplePlugin implements ISearchPlugin
Scott
Stephan Steiner
unread,
Feb 8, 2012, 10:54:46 AM2/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jspf
Wow that was fast - when i returned to post that I found what I did
wrong, you had already answered. As you correctly guessed, I left the
@PluginImplementation tag out.
Cheers
Stephan
Scott
unread,
Feb 8, 2012, 11:32:03 AM2/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jspf
Hehe - caught me at just the right time! Glad it was something
simple. Like I said, I do that *EVERY* time!
Scott
Ralf Biedert
unread,
Feb 8, 2012, 12:22:02 PM2/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to js...@googlegroups.com
I take your posts as an indicator that future version of JSPF should probably get rid of the annotation …