You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When filenames are specified in the properties file, it is possible that one adds by accident a space in the end of the filename. This cannot be seen in a text editor, but quest will read the space as part of the filename and will try to find that. This will result in a FileNotFound exception, which will be very difficult to debug, because trailing spaces are not visible
I lost about 4 hours struggling to find why Giza file was not being read
The right behaviour is to trim the values of the properties files
The text was updated successfully, but these errors were encountered:
When filenames are specified in the properties file, it is possible that one adds by accident a space in the end of the filename. This cannot be seen in a text editor, but quest will read the space as part of the filename and will try to find that. This will result in a FileNotFound exception, which will be very difficult to debug, because trailing spaces are not visible
I lost about 4 hours struggling to find why Giza file was not being read
The right behaviour is to trim the values of the properties files
The text was updated successfully, but these errors were encountered: