-
Notifications
You must be signed in to change notification settings - Fork 15
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
When JabRef is started, load the library in the folder of JabRef.bat
#377
Comments
@koppor I'd like to take a look into this issue. I presume this is still part of the larger JabRef project issues list even though this one is among the issues list of your fork. I have a couple of questions.
Also, any guidance would be appreciated as I am a novice to the project - I've worked on #9370 but I'm just coming back to working on it after some time. |
Kevin, thank you for choosing JabRef. This issue is a one where not much code is to be written, but much experiments being done. Please choose this issue only if you intend to contribute more to JabRef. Or if you intend to keep working in the Java space. If not, I would recommend to switch to another issue. Idea of the issue: JabRef is not installed globally, but as portable version Reproduce the idea:
Now, start JabRef by double clicking the .exe. JabRef should start. Now, you need to make a modified version of JabRef:
Step 9 will teach you how logging works (how to configure it, where to find |
Understood. Given what you mentioned, and given that the "Good First Issues" tag was removed from this issue, it seems best for me to look at other ones - I do want to contribute more to JabRef and further my Java experience. Also, on the
...and run |
Kevin, this is a good first issue to step into the build process. - I removed the label "good first issue", because it is no real quick win. You are very invited to continue to learn about the Java eco system. The next step would be: Checkout In case you are familiar with a debugger, working on JabRef#9738 could also be nice. |
Okay. I'm more than happy to continue working on this as much as I can.
So turns out I was doing the reproducing steps on the I've since shelved those changes and updated the branch with the latest changes. Anyway, after running
I'll take a look. |
Hello, I am a student at the Australian National University. For our team project, we need to contribute to an open-source project. May I be assigned to this task? |
@jiaxin0103 Sure. Please be aware this is more than Java coding, you need to build a portable distribution of JabRef to test. |
@jiaxin0103 I was wrong, it was more a thing of coding 91 lines of code needed. - I implemented at https://github.com/JabRef/jabref/pull/12172/files |
bib
file exists in the startup directory of JabRefTHEN: this should be opened (use case: portable jabref used in a research group)
The text was updated successfully, but these errors were encountered: