]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6962: Fix misleading error message displayed when a required property value...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 16 Jun 2016 00:16:38 +0000 (17:16 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 16 Jun 2016 00:16:38 +0000 (17:16 -0700)
tenant-utils-build.xml

index 0929e8d2a312269fd9f30bfd68e535e299691601..ebd6522f6284c2371ad43e9a61793ae00a8ec25c 100644 (file)
   </target>
    
   <target name="check-property-value-is-not-blank">
-    <fail message="'${property-to-check}' property is defined, but its value is blank (is empty or contains only whitespace characters). This property must contain a non-blank value, and must match the name of an existing tenant. Its value is usually set in either a 'tenant.properties' file, present in the same directory as this Ant build.xml file, or by adding a '-D${property-to-check}=somevalue' argument when running 'ant clone-tenant'.">
+    <fail message="'${property-to-check}' property is defined, but its value is blank (is empty or contains only whitespace characters). This property must contain a non-blank value. Its value is usually set in either a 'tenant.properties' file, present in the same directory as this Ant build.xml file, or by adding a '-D${property-to-check}=somevalue' argument when running 'ant clone-tenant'.">
       <condition>
           <equals arg1="${property-to-check-value}" arg2="" trim="true"/>
       </condition>