-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Directory check should respect relative paths #13017
Copy link
Copy link
Labels
good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Milestone
Metadata
Metadata
Assignees
Labels
good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Type
Fields
Give feedbackNo fields configured for task.
Projects
StatusShow more project fields
Done
StatusShow more project fields
Done
Setting:
C:\TEMP\JabRef\test\democontainsdemo.biband sub directoryliblibdoes not existThe path exists.
One needs to
resolve(from thePathobject) of the path of thebibfile to check.See also
org.jabref.model.database.BibDatabaseContext#getFileDirectories. The method cannot be directly used, because it callgetFileDirectoryPath, which makes the path absolute.(Follow-up to #12867)