Log of /logging/log4net/trunk/log4net.build
Parent Directory
|
Revision Log
Revision
511571 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 25 18:38:47 2007 UTC
(2 years, 9 months ago)
by
nicko
File length: 62479 byte(s)
Diff to
previous 508849
(
colored)
Renamed LICENSE.txt and NOTICE.txt to LICENSE and NOTICE.
Added LICENSE and NOTICE as embedded resources in all log4net dlls.
Revision
508849 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 18 01:27:01 2007 UTC
(2 years, 9 months ago)
by
nicko
File length: 58890 byte(s)
Diff to
previous 506790
(
colored)
Fixed issue with some debug builds having strong names (all those that pass /keyfile to csc).
Added strong name to Compact Framework 2.0 release builds. This requires a minor update to the NAnt 0.85 config file:
I had to update the NAnt.exe.config to add support for the /keyfile option:
<attribute name="supportskeyfile">true</attribute>
In the <framework name="netcf-2.0">/<task name="csc"> section.
Revision
506378 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 12 08:55:07 2007 UTC
(2 years, 9 months ago)
by
nicko
File length: 49953 byte(s)
Diff to
previous 390090
(
colored)
Fixed issue with ExceptionPatternConverter on NETCF Compact Framework build.
Fixed NAnt warnings.
Updated to NAnt 0.85.
Revision
390090 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 30 11:32:36 2006 UTC
(3 years, 7 months ago)
by
nicko
File length: 49934 byte(s)
Diff to
previous 386707
(
colored)
Updated build file to place all files in the package zip within a common directory. This ensures that a user does not unzip the package into an existing directory, but the zip contents goes into a new directory.
Revision
386707 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 17 20:26:53 2006 UTC
(3 years, 8 months ago)
by
nicko
File length: 49820 byte(s)
Diff to
previous 383970
(
colored)
Fix for LOG4NET-69.
Added new wrapped implementation of String.Format in Transform.StringFormat. This method will not throw exceptions. Added some more exception handling code to the Logger.
Revision
378595 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 17 19:20:22 2006 UTC
(3 years, 9 months ago)
by
nicko
File length: 49019 byte(s)
Diff to
previous 355946
(
colored)
Fix for LOG4NET-58 Support clean build on .NET 2.0.
Updates to work around obsolete warning messages from the MS .NET 2.0 compiler.
Revision
355946 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 11 09:19:23 2005 UTC
(3 years, 11 months ago)
by
drieseng
File length: 48955 byte(s)
Diff to
previous 312258
(
colored)
* Repository/ILoggerRepository.cs:
Modified cref to point to Hierarchy class instead of Hierarchy
namespace.
* Repository/Hierarchy/Hierarchy.cs:
Fixed ambiguous reference in XML doc.
* LogManager.cs:
Fixed ambiguous reference in XML doc.
* Filter/LoggerMatchFilter.cs:
Fixed ambiguous references in XML doc.
* Core/ErrorCode.cs:
Fixed ambiguous references in XML doc.
* Core/DefaultRepositorySelector.cs:
Fixed ambiguous references in XML doc.
* Core/CompactRepositorySelector.cs:
Fixed ambiguous references in XML doc.
* Core/LoggingEvent.cs:
Fixed ambiguous references in XML doc.
* Core/IRepositorySelector.cs:
Fixed ambiguous references in XML doc.
* Core/LogImpl.cs:
Fixed ambiguous references in XML doc.
* ObjectRenderer/DefaultRenderer.cs:
Fixed ambiguous references in XML doc.
* ObjectRenderer/RendererMap.cs:
Fixed ambiguous references in XML doc.
* ObjectRenderer/IObjectRenderer.cs:
Fixed ambiguous references in XML doc.
* Appender/RemoteSyslogAppender.cs:
Fixed ambiguous references in XML doc.
* Appender/ConsoleAppender.cs:
Fixed ambiguous references in XML doc.
* Appender/MemoryAppender.cs:
Fixed ambiguous references in XML doc.
* Appender/AspNetTraceAppender.cs:
Fixed ambiguous references in XML doc.
* Appender/BufferingAppenderSkeleton.cs:
Fixed ambiguous references in XML doc.
* Appender/FileAppender.cs:
Fixed ambiguous references in XML doc.
* Appender/TextWriterAppender.cs:
Fixed ambiguous references in XML doc.
* Appender/EventLogAppender.cs:
Fixed ambiguous references in XML doc.
* Appender/AppenderSkeleton.cs:
Fixed ambiguous references in XML doc.
* Appender/AnsiColorTerminalAppender.cs:
Fixed ambiguous references in XML doc.
* Appender/UdpAppender.cs:
Fixed ambiguous references in XML doc.
* Appender/LocalSyslogAppender.cs:
Fixed ambiguous references in XML doc.
* ILog.cs:
Fixed ambiguous references in XML doc.
* DateFormatter/SimpleDateFormatter.cs:
Fixed ambiguous references in XML doc.
* Config/XmlConfiguratorAttribute.cs:
Fixed ambiguous references in XML doc.
* Util/ReadOnlyPropertiesDictionary.cs:
Fixed ambiguous references in XML doc.
* Util/TypeConverters/PatternStringConverter.cs:
Fixed ambiguous reference in XML doc.
* Util/TypeConverters/EncodingConverter.cs:
Fixed ambiguous references in XML doc.
* Util/TypeConverters/ConverterRegistry.cs:
Fixed ambiguous references in XML doc.
* Util/TypeConverters/TypeConverter.cs:
Fixed ambiguous references in XML doc.
* Util/PatternString.cs:
Fixed ambiguous references in XML doc.
* Layout/PatternLayout.cs:
Fixed ambiguous references in XML doc.
* log4net.include:
Added support for Mono 2.0 profile.
* log4net.build:
-Added support for Mono 2.0 profile.
-Require .NET 2.0 and Mono 2.0 for building release.
-Use /keyfile compiler option introduced in .NET 2.0 and Mono
(1.0 & 2.0) to specify path to log4net.snk, as this is the only
way to specify this path in a platform independent way.
Revision
312076 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 7 05:47:30 2004 UTC
(5 years, 2 months ago)
by
drieseng
File length: 43216 byte(s)
Diff to
previous 312043
(
colored)
added support for building log4net assembly targeting .NET 2.0 (doesn't compile right now, because of warnings, that are always treated as errors by us)
Revision
312043 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 24 14:52:10 2004 UTC
(5 years, 4 months ago)
by
drieseng
File length: 39504 byte(s)
Diff to
previous 312040
(
colored)
Added support for building log4net Core :
This version is built targeting .NET 1.0, but does not contain any
classes that are .NET 1.0 or Windows-specific.
Therefore, the log4net Core is runtime compatible with the following
frameworks :
* Microsoft .NET Framework 1.0 (and higher)
* Mono 1.0 (and higher)
We only provide this "flavor" of log4net in release configuration.
Revision
312036 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 24 06:51:00 2004 UTC
(5 years, 4 months ago)
by
drieseng
File length: 37506 byte(s)
Diff to
previous 311973
(
colored)
bring build files up to speed with recent changes in NAnt : expression support, renamed includes/excludes to include/exclude, ...
Revision
311973 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 21 22:15:33 2004 UTC
(5 years, 6 months ago)
by
nicko
File length: 39416 byte(s)
Diff to
previous 311948
(
colored)
Updated log4net.build to not specify file excludes for specific platforms.
Updated code files to use C# preprocessor defines to conditionaly exclude the contents of some files from some of the builds.
This improves the visability of the exclusions and reduces the maintanence of the nant build file.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.