/[Apache-SVN]/logging/log4net/trunk/log4net.build
ViewVC logotype

Log of /logging/log4net/trunk/log4net.build

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 631401 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 21:58:37 2008 UTC (21 months ago) by rgrabowski
File length: 75091 byte(s)
Diff to previous 571382 (colored)
Added targets for net-3.0 and net-3.5 to the build files.

Revision 571382 - (view) (annotate) - [select for diffs]
Modified Fri Aug 31 05:28:07 2007 UTC (2 years, 2 months ago) by carnold
File length: 64620 byte(s)
Diff to previous 570953 (colored)
Change from scp to file wagon to copy site to site checkout dir

Revision 570953 - (view) (annotate) - [select for diffs]
Modified Wed Aug 29 22:19:19 2007 UTC (2 years, 2 months ago) by carnold
File length: 64627 byte(s)
Diff to previous 559731 (colored)
Replace win-specific svn add * with nant foreach

Revision 559731 - (view) (annotate) - [select for diffs]
Modified Thu Jul 26 07:19:21 2007 UTC (2 years, 4 months ago) by carnold
File length: 64453 byte(s)
Diff to previous 511571 (colored)
LOG4NET-117: Initial Maven 2.0 stuff

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 506790 - (view) (annotate) - [select for diffs]
Modified Tue Feb 13 01:17:20 2007 UTC (2 years, 9 months ago) by nicko
File length: 53386 byte(s)
Diff to previous 506603 (colored)
Fixed LOG4NET-92.
Added support for .NET Compact Framework 2.0.

Revision 506603 - (view) (annotate) - [select for diffs]
Modified Mon Feb 12 19:43:01 2007 UTC (2 years, 9 months ago) by nicko
File length: 50129 byte(s)
Diff to previous 506378 (colored)
Fix for LOG4NET-98.
Updated all source, build and doc files to use new Apache source headers as per http://www.apache.org/legal/src-headers.html

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 383970 - (view) (annotate) - [select for diffs]
Modified Tue Mar 7 19:19:40 2006 UTC (3 years, 8 months ago) by nicko
File length: 49019 byte(s)
Diff to previous 378595 (colored)
Updated version assembly number and copyright year.

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 312258 - (view) (annotate) - [select for diffs]
Modified Mon Mar 21 00:37:39 2005 UTC (4 years, 8 months ago) by nicko
File length: 46179 byte(s)
Diff to previous 312247 (colored)
Ignored tests binaries in release package

Revision 312247 - (view) (annotate) - [select for diffs]
Modified Fri Mar 11 21:41:02 2005 UTC (4 years, 8 months ago) by nicko
File length: 46134 byte(s)
Diff to previous 312238 (colored)
Added support for packaging the README.txt

Revision 312238 - (view) (annotate) - [select for diffs]
Modified Sun Feb 27 23:22:54 2005 UTC (4 years, 8 months ago) by nicko
File length: 46088 byte(s)
Diff to previous 312235 (colored)
Added ASF copyright to all nant build files

Revision 312235 - (view) (annotate) - [select for diffs]
Modified Wed Feb 23 22:31:06 2005 UTC (4 years, 9 months ago) by nicko
File length: 45503 byte(s)
Diff to previous 312229 (colored)
Added missing NOTICE.txt to package zip

Revision 312229 - (view) (annotate) - [select for diffs]
Modified Wed Feb 16 21:53:56 2005 UTC (4 years, 9 months ago) by nicko
File length: 45403 byte(s)
Diff to previous 312218 (colored)
Added packaging support for the xdocs and the unit tests

Revision 312218 - (view) (annotate) - [select for diffs]
Modified Mon Feb 14 03:17:06 2005 UTC (4 years, 9 months ago) by nicko
File length: 43491 byte(s)
Diff to previous 312205 (colored)
Cnaged CORE build to CLI_1_0. Updated package target

Revision 312205 - (view) (annotate) - [select for diffs]
Modified Mon Feb 7 20:48:23 2005 UTC (4 years, 9 months ago) by nicko
File length: 43305 byte(s)
Diff to previous 312171 (colored)
Temporarily commented out the SDK doc generation in the NAnt build files. Added NDoc config file

Revision 312171 - (view) (annotate) - [select for diffs]
Modified Mon Jan 17 21:42:34 2005 UTC (4 years, 10 months ago) by nicko
File length: 43216 byte(s)
Diff to previous 312076 (colored)
Updated copyright to 2005

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 312040 - (view) (annotate) - [select for diffs]
Modified Sat Jul 24 13:44:10 2004 UTC (5 years, 4 months ago) by drieseng
File length: 36895 byte(s)
Diff to previous 312039 (colored)
fixed typo's, remove unnecessary readonly attribute on property tasks

Revision 312039 - (view) (annotate) - [select for diffs]
Modified Sat Jul 24 07:49:21 2004 UTC (5 years, 4 months ago) by drieseng
File length: 37575 byte(s)
Diff to previous 312037 (colored)
no need for explicit comparison with true

Revision 312037 - (view) (annotate) - [select for diffs]
Modified Sat Jul 24 07:26:34 2004 UTC (5 years, 4 months ago) by drieseng
File length: 37675 byte(s)
Diff to previous 312036 (colored)
added workaround for Mono bug #61902, tabs to spaces

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.

Revision 311948 - (view) (annotate) - [select for diffs]
Modified Mon Feb 16 02:25:50 2004 UTC (5 years, 9 months ago) by nicko
File length: 44884 byte(s)
Diff to previous 311941 (colored)
Updated copyright

Revision 311941 - (view) (annotate) - [select for diffs]
Added Wed Jan 28 20:44:51 2004 UTC (5 years, 10 months ago) by nicko
File length: 44919 byte(s)
Initial checkin

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2