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
I had a mentor from another team asking me about a runtime exception caused by a file was missing in their deploy folder. To help explain the issue, I tried to find an article that would describe how the deploy directory works (specifically with Java) and how they can add files to in their project's folder structure and how it gets transferred to the robot whenever they deploy.
The best thing I could find was Deleting Unused Deploy Files, which is a really odd place to look for it, being that its in the Advanced GradleRIO section, and is about deleting unused files and not the deploy directory in general.
I think it would be beneficial to the community to have a specific entry describing how to use the deploy directory system, and how it works. Maybe it makes sense to move this Deleting Unused Deploy Files to this new general deploy directory entry.
These are the top responses when I try to search for deploy directory, and anything similar.
The text was updated successfully, but these errors were encountered:
I had a mentor from another team asking me about a runtime exception caused by a file was missing in their deploy folder. To help explain the issue, I tried to find an article that would describe how the deploy directory works (specifically with Java) and how they can add files to in their project's folder structure and how it gets transferred to the robot whenever they deploy.
The best thing I could find was Deleting Unused Deploy Files, which is a really odd place to look for it, being that its in the
Advanced GradleRIO
section, and is about deleting unused files and not the deploy directory in general.I think it would be beneficial to the community to have a specific entry describing how to use the deploy directory system, and how it works. Maybe it makes sense to move this Deleting Unused Deploy Files to this new general deploy directory entry.
These are the top responses when I try to search for
deploy directory
, and anything similar.The text was updated successfully, but these errors were encountered: