diff --git a/src/main/java/io/openliberty/tools/ant/AbstractTask.java b/src/main/java/io/openliberty/tools/ant/AbstractTask.java index 6de31bd..4452822 100644 --- a/src/main/java/io/openliberty/tools/ant/AbstractTask.java +++ b/src/main/java/io/openliberty/tools/ant/AbstractTask.java @@ -137,7 +137,7 @@ protected void initTask() { Project.MSG_VERBOSE); } catch (IOException e) { log(e,Project.MSG_ERR); - throw new BuildException("Exception while configuring liberty installation directories. See previous messages for information on the issue(s)"); + throw new BuildException("Exception while configuring liberty installation directories. See previous messages for information on the issue(s)."); } // Check for windows.. @@ -314,7 +314,7 @@ public void run() { } catch (IOException ex) { sb.setLength(0); log(ex,Project.MSG_ERR); - throw new BuildException("Exception while running StreamCopier.See previous messages for information on the issue(s)"); + throw new BuildException("Exception received while checking for the return code in the output of the invoked command. See previous messages for more information on the issues()."); } finally { if (isWindows) { synchronized (this) {