ckcherry23 / pe

0 stars 0 forks source link

Cant see data files #3

Open ckcherry23 opened 2 years ago

ckcherry23 commented 2 years ago

Steps to reproduce:

Open app by double clicking it. Save some data and close app on an Intel Mac.

Expected:

Data stored in addressbook.json

Actual:

Cant really see any storage files (unless I run the app using java -jar).

Why I used double clicking: (Couldnt run java -jar even though your app name didnt have spaces, used quotes later and it worked)

Screenshot(s):

Screenshot 2022-04-16 at 2.37.59 PM.png

nus-se-bot commented 2 years ago

Team's Response

As per the CS2103T submission requirement, the jar file had to be named in a certain way, and on macs, to run the jar file, you would have to type: java -jar \[CS2103T-T17-4\]\[Abpi\].jar OR java -jar "[CS2103T-T17-4][Abpi].jar. (Square brackets needs to be escaped on mac)

This reported bug only happens when you double-click the application and this goes against the testing instruction from the PE and the startup procedure as described in our UG (image shown below).

Procedure described in UG:

image.png

The procedure described in the testing instruction from PE:

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]