ChicoState / ChicoState/KitchenAssist

Replace absolute (personal) paths to relative project paths

Open
#17 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

There are problems building the project on different computers because the code is littered with lots of absolute paths, e.g.

`C:\\Users\\Daniel\\AndroidStudioProjects\\KitchenAssist\\` **...**

These need to be made to be relative paths using environment variables such as `$PROJECT_DIR$`

This was probably the result of committing configuration files that should not have been staged. Make sure only to commit source that has been revised.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.