Closed InfoSec812 closed 7 years ago
I've done a refactoring to the base code to be more slush-alike
. This means that it is also more extensible, for example I've added 3 tasks:
git-init
project
verticle
by default when just using slush you will trigger project that depends on git-init
and verticle
there is a helper module that avoids asking the same questions over and over, still there is a need to add validations as you reported here.
I am already working on the validation and will merge your changes and continue working the issue.
Thanks,
Deven
On Apr 20, 2017 06:37, "Paulo Lopes" notifications@github.com wrote:
I've done a refactoring to the base code to be more slush-alike. This means that it is also more extensible, for example I've added 3 tasks:
- git-init
- project
- verticle
by default when just using slush you will trigger project that depends on git-init and verticle there is a helper module that avoids asking the same questions over and over, still there is a need to add validations as you reported here.
2 https://github.com/pmlopes/slush-vertx/pull/2
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pmlopes/slush-vertx/issues/1#issuecomment-295675935, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGFay-uPTY5PGs0J43Xgab9QVWYu-Ztks5rxzVbgaJpZM4NCRk8 .
I was testing out the slush generator and did the following:
The generated project wouldn't compile because
slush-vertx-project
is not a valid name in terms of Java packaging. Need to move the tooling selection before the naming and then set up proper bounds checking on the entered name to ensure it is compatible with the build tooling.