Joben, Currently to build under nant you will need a nightly build of nant. I am currently using nant-0.85-20040729, but I'm sure that a more recent build should work correctly.
The VS.NET log4net.csproj should build correctly. It is a 2002 version project, but should upgrade if you need to open it in 2003. Cheers, Nicko > -----Original Message----- > From: Joben O. Rara [mailto:[EMAIL PROTECTED] > Sent: 21 September 2004 16:44 > To: 'Log4NET User' > Subject: RE: Log4net and chainsaw > > Thanks Nicko. I checked out log4net from cvs last night. > Right now I'm trying to grapple with the build process. On my > way to check out latest nant. The vs.net sln also has build > errors so I'm digging into some of the docs. Errors are > mostly missing references so I guess these are not terribly > hard to fix. > > > > -----Original Message----- > From: Nicko Cadell [mailto:[EMAIL PROTECTED] > Sent: Monday, September 20, 2004 5:34 AM > To: Log4NET User > Subject: RE: Log4net and chainsaw > > Joben, > > Chainsaw only understand log4j schema XML file. You will need > to specify the layout as > > <layout type="log4net.Layout.XmlLayoutSchemaLog4j" /> > > to get log4net to produce output that is compatible with the > log4j schema. > > Log4net was generating the log4j timestamp incorrectly for > non UTC timezones. This problem is fixed in the CVS version > of log4net, but to get that fix you will need to get the > latest version from CVS and build yourself a new copy. > > Cheers, > > Nicko > > > -----Original Message----- > > From: Joben O. Rara [mailto:[EMAIL PROTECTED] > > Sent: 17 September 2004 08:31 > > To: 'Log4NET User' > > Subject: RE: Log4net and chainsaw > > > > Hi Mike, > > > > In my case, logfiles are sent to me from different remote > sites that > > are "offline". So all I really need is to have chainsaw load the > > logfile so I can view it. > > > > In my config file, this is what I have > > > > <layout type="log4net.Layout.XMLLayout" /> > > > > I'm new to this and documentation is a bit sketchy so I'm > wondering if > > "XmlLayoutSchemaLog4j" is a valid layout type. > > > > Btw, what changes are needed to chainsawconfig.xml as well as the > > log4net's timestamp? > > Where can I find the information for these? > > > > Thanks and sorry for the '20 questions'. > > > > > > Joben > > > > -----Original Message----- > > From: Mike Blake-Knox [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 17, 2004 2:29 AM > > To: 'Log4NET User'; [EMAIL PROTECTED] > > Subject: RE: Log4net and chainsaw > > > > I'm using Chainsaw with log4net. I didn't need to make any > changes to > > have it read a log file written by the log4net RollingFileAppender > > with XmlLayoutSchemaLog4j (although log4net's timestamp > needed to be > > revised). > > "Out of the box" it doesn't tail an XML log file so I wrote an > > XMLLogFileAppender. I didn't need any changes for Chainsaw to work > > with log4net's UdpAppender. > > > > I'm actually pretty impressed by how easy the Web Start was to get > > running. > > At time I did this, I needed to manually edit the > ChainsawConfig.xml > > file; I don't know if this is still required. > > > > The build of Chainsaw isn't error free (there are about 37 Javadoc > > warnings) and there is an exception to do with VFS. > > > > I'm using it with an old build of log4net so YMMV. > > > > Mike Blake-Knox > > email: [EMAIL PROTECTED] > > TSYS Office: (706) 644-3643 > > cellphone: (706) 570-4641 > > > > > > > -----Original Message----- > > > From: Joben O. Rara [mailto:[EMAIL PROTECTED] > > > Sent: Monday, September 13, 2004 10:29 AM > > > To: 'Log4NET User' > > > Subject: Log4net and chainsaw > > > > > > Hi everyone. > > > > > > I d/l chainsaw v2 and tried to load an xml formatted log > file from > > > log4net. > > > It does not seem to do anything. I used drag&drop and open/load > > > file...both to no avail. > > > > > > 1. Do they actually play together? I've read from the > release notes > > > that they do. Has anyone gotten it to work? It seems so > > > straightforward to me but <scratches head> :( > > > > > > 2. I saw a message in the status bar..No VFS. Is this > > related to the > > > problem at hand? > > > > > > Im using log4net beta8 and chainsaw v2 running on J2SE > > > 1.4.2_05 (build b04) > > > - runtime only > > > > > > > > > > > > > > > > > > > >
