Now SF is treating files as users, trying to send email to files (!!??) I received this mail (and three other similar ones) just after committing Translator.java
I have filed a bug report to SF, in case anybody else experiences the same weirdo behaviour. Aslak -----Original Message----- From: Mail Delivery System [mailto:[EMAIL PROTECTED]] Sent: 7. februar 2002 20:07 To: [EMAIL PROTECTED] Subject: Mail delivery failed: returning message to sender This message was created automatically by mail delivery software (Exim). A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: [EMAIL PROTECTED] unknown local-part "translator.java" in domain "users.sourceforge.net" ------ This is a copy of the message, including all the headers. ------ Return-path: <[EMAIL PROTECTED]> Received: from usw-sf-sshgate.sourceforge.net ([216.136.171.253] helo=usw-sf-netmisc.sourceforge.net) by usw-sf-list1.sourceforge.net with esmtp (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.31-VA-mm2 #1 (Debian)) id 16Ytso-0005Cp-00; Thu, 07 Feb 2002 11:06:58 -0800 Received: from usw-pr-cvs1-b.sourceforge.net ([10.5.1.7] helo=usw-pr-cvs1.sourceforge.net) by usw-sf-netmisc.sourceforge.net with esmtp (Exim 3.22 #1 (Debian)) id 16Ytso-0000d5-00; Thu, 07 Feb 2002 11:06:58 -0800 Received: from rinkrank by usw-pr-cvs1.sourceforge.net with local (Exim 3.22 #1 (Debian)) id 16Ytso-0003cJ-00; Thu, 07 Feb 2002 11:06:58 -0800 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: CVS update: xdoclet/core/src/xdoclet/util Message-Id: <[EMAIL PROTECTED]> From: Aslak Helles?y <[EMAIL PROTECTED]> Date: Thu, 07 Feb 2002 11:06:58 -0800 Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/util In directory usw-pr-cvs1:/tmp/cvs-serv13901/core/src/xdoclet/util Modified Files: Translator.java Log Message: In stead of throwing an XDocletException when a resource is not found, do cat.error(). IMO the getString() methods should never throw any Exceptions. What if you do a new SomeException( Translator.getString( "blabla" ) ); and that bombs? Andrew, care to modify this to do cat.error instead (all over the class?) _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
