glenn 01/06/23 03:07:05
Modified: mailer/src/org/apache/taglibs/mailer AttachTag.java
Log:
Fixed a bug which broke build
Revision Changes Path
1.3 +4 -3
jakarta-taglibs/mailer/src/org/apache/taglibs/mailer/AttachTag.java
Index: AttachTag.java
===================================================================
RCS file:
/home/cvs/jakarta-taglibs/mailer/src/org/apache/taglibs/mailer/AttachTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AttachTag.java 2001/06/21 21:42:03 1.2
+++ AttachTag.java 2001/06/23 10:07:05 1.3
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-taglibs/mailer/src/org/apache/taglibs/mailer/AttachTag.java,v 1.2
2001/06/21 21:42:03 catlett Exp $
- * $Revision: 1.2 $
- * $Date: 2001/06/21 21:42:03 $
+ * $Header:
/home/cvs/jakarta-taglibs/mailer/src/org/apache/taglibs/mailer/AttachTag.java,v 1.3
2001/06/23 10:07:05 glenn Exp $
+ * $Revision: 1.3 $
+ * $Date: 2001/06/23 10:07:05 $
*
* ====================================================================
*
@@ -273,6 +273,7 @@
// can be discovered and fixed
throw new JspException("File " + rpath + " does not exist or " +
"the path to the file is incorrect.");
+ }
} catch(MessagingException e) {
throw new JspException("The file named by " + file + " could not be"
+ " attached.");