-
Notifications
You must be signed in to change notification settings - Fork 78
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
#636 Clarified instructions in mlNewProject #640
Conversation
@crism Thanks for the suggestion - here's what the text looks like now: Welcome to the new project wizard. Please answer to the following prompts to start a new project. Each prompt below begins with '[ant:input]'; type your responses on the blank line, or press 'Enter' to accept the default value or values in the brackets. Note that this will overwrite your current build.gradle and gradle.properties files, and backup copies of each will be made. [ant:input] Application name: [myApp] |
@@ -8,8 +8,10 @@ class NewProjectTask extends MarkLogicTask { | |||
|
|||
@TaskAction | |||
void newProject() { | |||
println "Welcome to the new project wizard. Please answer the following questions to start a new project." | |||
println "Note that this will overwrite your current build.gradle and gradle.properties files, and backup copies of each will be made." | |||
println "\nWelcome to the new project wizard. Please answer to the following prompts to start a new project.\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrase here is awkward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Less awkward-ified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just the phrasing needs to be fixed.
Also bumped version to 4.4-SNAPSHOT
119bdcd
to
8263870
Compare
Also bumped version to 4.4-SNAPSHOT