RE: /log4net/xdocs/build.xml - build failed

2006-02-27 Thread Ron Grabowski
FYI, the Castle Project has been actively maintaining a version of NVelocity: http://svn.castleproject.org/svn/castle/trunk/Sandbox/NVelocity/ On a slightly unrelated note, this is nice plugin for quickly viewing the log of a SVN repository within Firefox: http://www.pumacode.org/projects/tsvn

RE: /log4net/xdocs/build.xml - build failed

2006-02-27 Thread Nicko Cadell
The xdocs are built using velocity templates derived from the logging.apache.org/site templates. Therefore they are actually built in Java using Velocity and Ant. The build file is not compatible with NAnt. The build.xml file could do with a large comment to warn users of this anomaly. It would be

svn commit: r381326 - /logging/log4net/trunk/src/Appender/SmtpAppender.cs

2006-02-27 Thread nicko
Author: nicko Date: Mon Feb 27 04:15:24 2006 New Revision: 381326 URL: http://svn.apache.org/viewcvs?rev=381326&view=rev Log: Refactored email sending functionality into separate virtual method. This will make it simpler to just override the mail handling code. Modified: logging/log4net/trun