Skip to content

Commit

Permalink
Added project name to result message
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 15, 2013
1 parent fbec683 commit ab0f1c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ public void validate(UIValidationContext context)
@Override
public Result execute(UIContext context) throws Exception
{
Result result = Results.success("New project has been created.");
Result result = Results.success("Project named '" + named.getValue() + "' has been created.");
DirectoryResource directory = targetLocation.getValue();
DirectoryResource targetDir = directory.getChildDirectory(named.getValue());

Expand Down

0 comments on commit ab0f1c1

Please sign in to comment.