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

[BUG] Assets and Temp folder should be created and remove on application start. #149

Closed
ghost opened this issue Apr 2, 2019 · 1 comment
Labels
priority.High Must do. severity.High A flaw that affects most users and causes major problems for users. status.Ongoing The issue is currently being worked on. note: remove this label before closing an issue.
Milestone

Comments

@ghost
Copy link

ghost commented Apr 2, 2019

Expected Behaviour

FomoFoto should call createTempDir() and deleteOnExit() to create and remove the assets and temp folder respectively.

Actual Behaviour

Both assets and temp are hard-coded as hierarchical folder which are not packaged by shadowJar.

Steps to Reproduce the Problem

  1. Run gradlew shadowJar
  2. Run compiled addressBook.jar
  3. Program will throw NullPointException

Specifications

  • Version: FomoFoto 1.3
  • Platform: Windows 10
  • Subsystem: Java 9
@ghost ghost added priority.High Must do. severity.High A flaw that affects most users and causes major problems for users. status.Ongoing The issue is currently being worked on. note: remove this label before closing an issue. labels Apr 2, 2019
@ghost ghost added this to the v1.4 milestone Apr 2, 2019
@ghost ghost self-assigned this Apr 2, 2019
@ghost
Copy link
Author

ghost commented Apr 10, 2019

This issue has been resolved as of #156 .

@ghost ghost closed this as completed Apr 10, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High Must do. severity.High A flaw that affects most users and causes major problems for users. status.Ongoing The issue is currently being worked on. note: remove this label before closing an issue.
Projects
None yet
Development

No branches or pull requests

0 participants