You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/07/05 05:26:53 UTC

cvs commit: jakarta-ant-myrmidon/antlib/src/java/org/apache/antlib/xml XSLTProcess.java

donaldp     2002/07/04 20:26:53

  Modified:    antlib/src/java/org/apache/antlib/xml XSLTProcess.java
  Log:
  Make sure correct message is used
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-ant-myrmidon/antlib/src/java/org/apache/antlib/xml/XSLTProcess.java
  
  Index: XSLTProcess.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/antlib/src/java/org/apache/antlib/xml/XSLTProcess.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSLTProcess.java	5 Jul 2002 03:21:53 -0000	1.2
  +++ XSLTProcess.java	5 Jul 2002 03:26:53 -0000	1.3
  @@ -251,7 +251,7 @@
           catch( final Exception e )
           {
               final String message = "Failed to read stylesheet " + m_stylesheet;
  -            throw new TaskException( e.getMessage(), e );
  +            throw new TaskException( message, e );
           }
       }
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>