-
-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not find META-INF/extensions.idx #21
Comments
Can you supply more information, please. When you receive this exception? You run your application from IDE or from command line? |
In eclipse to run the demo From: Decebal Suiu |
If you use Eclipse than make sure annotation processing is enabled at least for any projects registering objects using annotations. In the properties for your new project go to Java Compiler -> Annotation Processing |
Any news? If my last comment helped you please tell me to improve readme file. |
Any chance a production release will be made available soon with this fix in it? |
I don't understand you. Do you have the same problem? If your response is yes, please give me more details about the context when this appears. |
Do you use the last pf4j version? |
Sorry, I didn't get a notification that you had replied. Apologies for the delay. Yes, with the latest p4fj release, release-0.9.0 (on 7/30/14), we saw this same problem. Getting the latest from master solved the issue for us. I was simply wondering if you were going to make a new release. |
Sure. Monday I will release 0.9.1 |
I have the same problem. Are you going to release the fix soon? |
Please check the SNAPSHOT. If everything is OK I will release a new version. |
Exception in thread "main" java.lang.NullPointerException
at ro.fortsoft.pf4j.DefaultExtensionFinder.readPluginsIndexFiles(DefaultExtensionFinder.java:176)
at ro.fortsoft.pf4j.DefaultExtensionFinder.readIndexFiles(DefaultExtensionFinder.java:132)
at ro.fortsoft.pf4j.DefaultExtensionFinder.find(DefaultExtensionFinder.java:54)
at ro.fortsoft.pf4j.DefaultPluginManager.getExtensions(DefaultPluginManager.java:559)
The text was updated successfully, but these errors were encountered: