[ http://issues.appfuse.org/browse/APF-199?page=comments#action_10655 ]
Matt Raible commented on APF-199:
---------------------------------
I suggest we use the mail.default.from from mail.properties. This would allos us
to change nothing in build.properties, and add the following in build.xml:
<filter token="ERROR-MAILFROM" value="${mail.default.from}"/>
... assuming that mail.properties is loaded in build.xml.
Matt
Reporting the application errors via email doesn't work with log4j.properties
-----------------------------------------------------------------------------
Key: APF-199
URL: http://issues.appfuse.org/browse/APF-199
Project: AppFuse
Type: Bug
Components: Service Layer
Versions: 1.8.2
Reporter: Kevin Lwinmoe
Assignee: Thomas Gaudin
Fix For: 1.9.1
Well, I found out that reporting the application errors via email feature
doesn't work after I configured the log4j.properties file. I configured
correctly but somehow it didn't work.