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

The "Aux file" on "Edit group" doesn't support relative sub-directories path #7719

Closed
cfgnunes opened this issue May 9, 2021 · 2 comments · Fixed by #7950
Closed

The "Aux file" on "Edit group" doesn't support relative sub-directories path #7719

cfgnunes opened this issue May 9, 2021 · 2 comments · Fixed by #7950
Labels
bug Confirmed bugs or reports that are very likely to be bugs groups

Comments

@cfgnunes
Copy link

cfgnunes commented May 9, 2021

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.

Steps to reproduce the behavior:

  1. Open the "Edit group" window on groups interface
  2. On "Aux file" put the "latex.out/thesis.aux" (there is a "thesis.aux" on "latex.out" directory)
  3. Click on "Ok" button.
  4. 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.

@Siedlerchr Siedlerchr added the bug Confirmed bugs or reports that are very likely to be bugs label May 9, 2021
@devinluo27
Copy link
Contributor

Working on this and I will try to make a pr soon.

devinluo27 added a commit to devinluo27/jabref that referenced this issue May 10, 2021
devinluo27 added a commit to devinluo27/jabref that referenced this issue May 10, 2021
@cfgnunes
Copy link
Author

Thanks, @Aloofluo! 💙

devinluo27 added a commit to devinluo27/jabref that referenced this issue May 15, 2021
devinluo27 added a commit to devinluo27/jabref that referenced this issue May 20, 2021
Siedlerchr added a commit that referenced this issue Jul 31, 2021
…o alooful

* 'fix_for_7719' of https://github.com/aloofluo/jabref:
  fixes for 7719, delete a comment
  fixes for 7719, reject if no LatexGroupPath is set
  Update src/main/java/org/jabref/gui/groups/GroupDialogViewModel.java
  fix for issue #7719, v3
  fix for issue #7719, v1
  fix for issue #7719, user should input absolute path
@koppor koppor moved this to Done in Prioritization Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs groups
Projects
Archived in project
3 participants