-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugscomponent: groups
Description
JabRef version 5.2--2020-12-24--6a2a512
On Ubuntu 20.04.2 - Linux 5.8.0-50-generic amd64
The "Aux file" on "Edit group" doesn't support relative sub-directories path.
- [X]: I have tested the latest development version from http://builds.jabref.org/main and the problem persists
Steps to reproduce the behavior:
- Open the "Edit group" window on groups interface
- On "Aux file" put the "latex.out/thesis.aux" (there is a "thesis.aux" on "latex.out" directory)
- Click on "Ok" button.
- The application raises an exception.
Log File
java.nio.file.NoSuchFileException: /home/cristiano/.opt/JabRef/bin/latex.out
at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
at java.base/sun.nio.fs.UnixException.asIOException(Unknown Source)
at java.base/sun.nio.fs.LinuxWatchService$Poller.implRegister(Unknown Source)
at java.base/sun.nio.fs.AbstractPoller.processRequests(Unknown Source)
at java.base/sun.nio.fs.LinuxWatchService$Poller.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Note: If I put a full path file, it works very well.
Metadata
Metadata
Assignees
Labels
[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugscomponent: groups
Type
Projects
Status
Done