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
Writing a simple app to hash fields from a CSV. I have a salt file as I don't want to commit the salt to source. It works fine with shoes main.rb during development, but once I package as a .jar the application can't find the salt file. The path to the file was just the file name, no leading ./ so maybe that is the issue. Anyway, running the app is inconsistent between development and packaged versions.
The text was updated successfully, but these errors were encountered:
Writing a simple app to hash fields from a CSV. I have a salt file as I don't want to commit the salt to source. It works fine with
shoes main.rb
during development, but once I package as a.jar
the application can't find the salt file. The path to the file was just the file name, no leading./
so maybe that is the issue. Anyway, running the app is inconsistent between development and packaged versions.The text was updated successfully, but these errors were encountered: