Skip to content

Commit

Permalink
correcting message per review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Venmany <[email protected]>
  • Loading branch information
arunvenmany-ibm committed Sep 13, 2024
1 parent a1b17dd commit 19d6191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/openliberty/tools/ant/AbstractTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -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..
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 19d6191

Please sign in to comment.