mbenson     2004/09/20 13:22:51

  Modified:    src/main/org/apache/tools/ant/taskdefs Exit.java
  Log:
  adding debug message since the BuildException may be caught
  
  Revision  Changes    Path
  1.34      +1 -0      ant/src/main/org/apache/tools/ant/taskdefs/Exit.java
  
  Index: Exit.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Exit.java,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- Exit.java 17 Jun 2004 20:33:13 -0000      1.33
  +++ Exit.java 20 Sep 2004 20:22:51 -0000      1.34
  @@ -136,6 +136,7 @@
                       }
                   }
               }
  +            log("failing due to " + text, getProject().MSG_DEBUG);
               throw ((status == null) ? new BuildException(text)
                : new ExitStatusException(text, status.intValue()));
           }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to