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
The BuildTools.jar script outputs a lot of messages, which can be intimidating for users who are not familiar with the shell.
Currently Spigot updater hides all of the stdout and stderr from BuildTools.jar by redirecting the output to /dev/null, but in the case of the build process failing no specific information is provided to the user.
Instead, the BuildTools.jar stdout and stderr should be examined to determine if there is any/useful information sent to stderr, and if so Spigot updater should display that information, only redirecting stdout to /dev/null.
The text was updated successfully, but these errors were encountered:
spigot-updater/update.command
Line 47 in 76ab62f
The BuildTools.jar script outputs a lot of messages, which can be intimidating for users who are not familiar with the shell.
Currently Spigot updater hides all of the stdout and stderr from BuildTools.jar by redirecting the output to
/dev/null
, but in the case of the build process failing no specific information is provided to the user.Instead, the BuildTools.jar stdout and stderr should be examined to determine if there is any/useful information sent to stderr, and if so Spigot updater should display that information, only redirecting stdout to
/dev/null
.The text was updated successfully, but these errors were encountered: