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

SBT shellPrompt fails to render on Play projects #110

Closed
robinraju opened this issue Jul 9, 2020 · 2 comments · Fixed by #115
Closed

SBT shellPrompt fails to render on Play projects #110

robinraju opened this issue Jul 9, 2020 · 2 comments · Fixed by #115

Comments

@robinraju
Copy link
Contributor

robinraju commented Jul 9, 2020

Course management Tools customize sbt prompt through StudentCommandsPlugin

The following shell prompt is generated usually.

man [e] > Course Name > exercise name >

StudentCommandsPlugin fails to generate the shell prompt if used along with projects already set shellPromt using their own sbt plugin.
Play Framework is an example, it uses its own sbt shell prompt.

@robinraju robinraju added the bug label Jul 9, 2020
@robinraju robinraju added this to To do in Course Management Tools - Enhancements via automation Jul 9, 2020
@robinraju
Copy link
Contributor Author

This could be fixed using the solution described in the following issue:
agemooij/sbt-prompt#10

@eloots
Copy link
Collaborator

eloots commented Jul 11, 2020

@robinraju Nice find! Will try this out ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants