Re: Distribution Formats

2011-09-08 Thread Stefan Bodewig
On 2011-09-09, Ron Grabowski wrote: > New key? I think I Nicko sent me the current assembly keya long time > ago. People always complain when keys change Search a while back through your mail backlog (about a month). There is consensus to move to a new key that is deliberately not kept secret so

Re: Forth digit in version number

2011-09-08 Thread Stefan Bodewig
On 2011-09-08, Dominik Guder wrote: > using nant for retreiving svn revision to property svn.revision: > use svn log (repository access) >output="_svnrevision.xml" failonerror="true" > > > > > > > xpath="/log/logentry/@revision" > property="svn.revision

Re: Forth digit in version number

2011-09-08 Thread Stefan Bodewig
On 2011-09-08, Michael Schall wrote: >> Interesting. How do you integrate this with your build process? > I can give you specifics if you want, but we use MSBuild and MSBuild > Community Tasks (http://msbuildtasks.tigris.org/)... > We have a target that uses the SvnInfo task to find the Subersi

[jira] [Commented] (LOG4NET-283) OnlyOnceErrorHandler is not subclass-friendly

2011-09-08 Thread Ron Grabowski (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100935#comment-13100935 ] Ron Grabowski commented on LOG4NET-283: --- I could see sending an email when the appe

Re: Distribution Formats

2011-09-08 Thread Ron Grabowski
New key? I think I Nicko sent me the current assembly keya long time ago. People always complain when keys change From: Stefan Bodewig To: log4net-dev@logging.apache.org Sent: Thursday, September 8, 2011 12:26 AM Subject: Distribution Formats Hi all, 1.2.10 i

Re: Forth digit in version number

2011-09-08 Thread Dominik Guder
Am 08.09.2011 17:01, schrieb Michael Schall: We set the forth digit to 0 for the AssemblyVersion attribute and SVN revision number for the AssemblyFileVersion attribute. This way you can slipstream fixes without breaking compatibility with other's code, but you still have the revision number if

Re: Forth digit in version number

2011-09-08 Thread Michael Schall
> I'd rather release 1.2.NEXT then. YMMV. We had issues where if the AssemblyVersion didn't match exactly, .Net would not load the assemblies without a redirect. > Interesting. How do you integrate this with your build process? I can give you specifics if you want, but we use MSBuild and MSBui

[jira] [Reopened] (LOG4NET-209) XmlLayout.FormatXml calls wrong overload of XmlWriter.WriteStartElement

2011-09-08 Thread Matthew Gabeler-Lee (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Gabeler-Lee reopened LOG4NET-209: - protected -- oops, forgot I'd done a little subclass to access that ;) I'll write u

Re: Forth digit in version number

2011-09-08 Thread Stefan Bodewig
On 2011-09-08, Michael Schall wrote: > We set the forth digit to 0 for the AssemblyVersion attribute and SVN > revision number for the AssemblyFileVersion attribute. This way you can > slipstream fixes without breaking compatibility with other's code, but you > still have the revision number if y

[jira] [Commented] (LOG4NET-209) XmlLayout.FormatXml calls wrong overload of XmlWriter.WriteStartElement

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100417#comment-13100417 ] Stefan Bodewig commented on LOG4NET-209: FormatXml is protected ;-) I haven't wr

[jira] [Commented] (LOG4NET-209) XmlLayout.FormatXml calls wrong overload of XmlWriter.WriteStartElement

2011-09-08 Thread Matthew Gabeler-Lee (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100408#comment-13100408 ] Matthew Gabeler-Lee commented on LOG4NET-209: - I am calling FormatXml directl

Re: Forth digit in version number

2011-09-08 Thread Michael Schall
We set the forth digit to 0 for the AssemblyVersion attribute and SVN revision number for the AssemblyFileVersion attribute. This way you can slipstream fixes without breaking compatibility with other's code, but you still have the revision number if you want it. We also add the actual SVN url to

Re: Distribution Formats

2011-09-08 Thread Javier Sanchez
i Agree. Javier Sánchez R. On Thu, Sep 8, 2011 at 06:49, Roy Chastain wrote: > I agree (+1) > > -- > Roy Chastain > > > > > -Original Message- > From: Stefan Bodewig [mailto:bode...@apache.org] > Sent: Thursday, Septe

[jira] [Resolved] (LOG4NET-244) SmtpAppender.To Property has incorrect delimiter

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved LOG4NET-244. Resolution: Duplicate Actually "semicolon" was/is correct on .NET 1.1 and "comma" is corre

[jira] [Updated] (LOG4NET-244) SmtpAppender.To Property has incorrect delimiter

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig updated LOG4NET-244: --- Component/s: (was: Appenders) Documentation > SmtpAppender.To Property

[jira] [Issue Comment Edited] (LOG4NET-212) Threading bug in the PatternConverter.cs

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100271#comment-13100271 ] Stefan Bodewig edited comment on LOG4NET-212 at 9/8/11 12:50 PM: --

[jira] [Commented] (LOG4NET-212) Threading bug in the PatternConverter.cs

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100271#comment-13100271 ] Stefan Bodewig commented on LOG4NET-212: The same is true fro AppenderSkeleton.Re

[jira] [Resolved] (LOG4NET-209) XmlLayout.FormatXml calls wrong overload of XmlWriter.WriteStartElement

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved LOG4NET-209. Resolution: Not A Problem Fix Version/s: (was: 1.2.11) XmlLayoutBase sets XmlTe

RE: Distribution Formats

2011-09-08 Thread Roy Chastain
I agree (+1) -- Roy Chastain -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Thursday, September 08, 2011 00:26 To: log4net-dev@logging.apache.org Subject: Distribution Formats Hi all, 1.2.

[jira] [Resolved] (LOG4NET-296) Patch for .net 4, client profile and a fix for the name resolution bug

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved LOG4NET-296. Resolution: Fixed all subtasks have been closed > Patch for .net 4, client profile and a

[jira] [Resolved] (LOG4NET-305) Use Dns.GetHostEntry rather than Dns.GetHostByName on .NET >= 2.0

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved LOG4NET-305. Resolution: Invalid GetHostByName is only called in code that is used in the 1.x target DL

[jira] [Resolved] (LOG4NET-167) ArrayOutOfBounds Exception in MemoryAppender.getEvents()

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved LOG4NET-167. Resolution: Fixed Steve's patch is in as svn revision 1166569. Note that subclasses can s

[jira] [Commented] (LOG4NET-283) ErrorHandler does not work with custom class

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100149#comment-13100149 ] Stefan Bodewig commented on LOG4NET-283: I don't think you want the error methods

[jira] [Updated] (LOG4NET-283) OnlyOnceErrorHandler is not subclass-friendly

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig updated LOG4NET-283: --- Component/s: (was: Appenders) Core Fix Version/s: (was: 1.2.

[jira] [Resolved] (LOG4NET-297) AppenderSkeleton.RequiresLayout docs and implementation don't match

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved LOG4NET-297. Resolution: Fixed fixed with svn revision 1166545, will become visible on the website once

[jira] [Resolved] (LOG4NET-260) difference filter and object render

2011-09-08 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved LOG4NET-260. Resolution: Cannot Reproduce I can't see how the functionality of the two could be confuse