]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6963: Display a success message when the Ant 'clone-tenant' target is successf...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 16 Jun 2016 00:52:56 +0000 (17:52 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 16 Jun 2016 00:52:56 +0000 (17:52 -0700)
tenant-utils-build.xml

index ebd6522f6284c2371ad43e9a61793ae00a8ec25c..0041b9fc0700e6053a8f50fb8973e54dc91dee28 100644 (file)
@@ -24,6 +24,8 @@
     delete-files-in-cloned-tenant,
     update-text-in-cloned-tenant"
     description="Make a copy ('clone') of an existing tenant (effectively using it as a template) to create a new tenant">
+    <echo message="A directory for your newly-cloned '${tenant.shortname}' tenant has been successfully created as '${tenants.dir}/${tenant.shortname}' ..."/>
+    <echo message="You can add or modify files in that directory to configure that tenant's settings ..."/>
   </target>
   
   <!-- Main sub-targets -->