Skip to content
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

StatsRepository code fails to read custom plugin #52

Open
sadaaithal opened this issue Oct 26, 2017 · 0 comments
Open

StatsRepository code fails to read custom plugin #52

sadaaithal opened this issue Oct 26, 2017 · 0 comments

Comments

@sadaaithal
Copy link

i am new to org.reflections package but with the limited exposure i had, it looks like the following code fails to read the classes from the plugins directory:

Reflections reflections = new Reflections("com.performizeit");

To make it work i had to put the custom plugin along with the other plugin code in the source and build it.

After some troubleshooting I found that the reflections object is looking at just the "mjprof-1.0-jar-with-dependencies.jar" and hence can get the classes from ONLY this jar.

...
jar:file:/home/saithal/tools/mjprof/mjprof-1.0-jar-with-dependencies.jar!/
.,.

However, if i create a sample testcase with the above snippet here's the output:

jar:file:/C:/Work/Tools/mjprof/mjprof1.0/mjprof-1.0-jar-with-dependencies.jar!/
file:/C:/Work/Workspaces/Default/mjprof_plugins/bin/

I am still trying to wrap my head around this but wanted to run this by you too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant