You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by da...@apache.org on 2020/09/30 17:42:04 UTC

[logging-log4net] branch master updated (fa0cd5b -> 141b00b)

This is an automated email from the ASF dual-hosted git repository.

davydm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git.


    from fa0cd5b  :construction: let's get this building a subset x-platform so we can test x-platform
     new 31c577e  :ambulance: retroactively fix up site source doap file
     new 9e3b1d1  :memo: add documentation about building with docker
     new 141b00b  :tada: build-xplatform works; now to get tests running...

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 BUILDING.md                            |  1 +
 package.json                           |  3 ++-
 src/log4net.Tests/log4net.Tests.csproj |  3 ++-
 src/log4net/log4net.csproj             |  3 ++-
 src/site/resources/doap_log4net.rdf    | 14 ++++++++++++++
 5 files changed, 21 insertions(+), 3 deletions(-)


[logging-log4net] 03/03: :tada: build-xplatform works; now to get tests running...

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davydm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git

commit 141b00bbf32f8e054d804fc5e61657ebef7464b3
Author: Davyd McColl <da...@gmail.com>
AuthorDate: Wed Sep 30 19:41:22 2020 +0200

    :tada: build-xplatform works; now to get tests running...
---
 package.json                           | 3 ++-
 src/log4net.Tests/log4net.Tests.csproj | 3 ++-
 src/log4net/log4net.csproj             | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 2a41426..0997123 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,8 @@
   "description": "Log4Net is a logging framework for .NET",
   "scripts": {
     "test": "cross-env NUNIT_PROCESS=Single MAX_CONCURRENCY=1 run-s clean-build \"zarro test-dotnet\" run-dotnet-core-tests",
-    "test-xplatform": "cross-env DOTNET_CORE=1 BUILD_CONFIGURATION=CrossPlatform run-s build run-dotnet-core-tests",
+    "test-xplatform": "run-s build-xplatform run-dotnet-core-tests",
+    "build-xplatform": "cross-env DOTNET_CORE=1 BUILD_CONFIGURATION=CrossPlatform run-s build",
     "run-dotnet-core-tests": "cross-env DOTNET_CORE=1 run-s \"zarro quick-test-dotnet\"",
     "clean-build": "rimraf build",
     "build": "run-s clean-build \"zarro build\"",
diff --git a/src/log4net.Tests/log4net.Tests.csproj b/src/log4net.Tests/log4net.Tests.csproj
index a15acca..7da2aaf 100644
--- a/src/log4net.Tests/log4net.Tests.csproj
+++ b/src/log4net.Tests/log4net.Tests.csproj
@@ -88,4 +88,5 @@
     <Compile Remove="DateFormatter\AbsoluteTimeDateFormatterTest.cs" />
     <Compile Remove="Hierarchy\XmlHierarchyConfiguratorTest.cs" />
   </ItemGroup>
-</Project>
\ No newline at end of file
+  <Import Project="../MonoForFramework.targets" />
+</Project>
diff --git a/src/log4net/log4net.csproj b/src/log4net/log4net.csproj
index 65a9828..0063fce 100644
--- a/src/log4net/log4net.csproj
+++ b/src/log4net/log4net.csproj
@@ -27,7 +27,7 @@
     <TargetFrameworks>net20;net35;net35-client;net40;net40-client;net45;netstandard1.3;netstandard2.0</TargetFrameworks>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)' == 'CrossPlatform'">
-    <TargetFrameworks>net20;net35;net40;net45;netstandard1.3;netstandard2.0</TargetFrameworks>
+    <TargetFrameworks>net40;net45;netstandard1.3;netstandard2.0</TargetFrameworks>
   </PropertyGroup>
   <PropertyGroup>
     <Configurations>Debug;Release;CrossPlatform</Configurations>
@@ -197,4 +197,5 @@
     </PackageReference>
   </ItemGroup>
   <PropertyGroup />
+  <Import Project="../MonoForFramework.targets" />
 </Project>


[logging-log4net] 02/03: :memo: add documentation about building with docker

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davydm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git

commit 9e3b1d182a53d8ff6e9f043416dd36119c73d0d2
Author: Davyd McColl <da...@gmail.com>
AuthorDate: Wed Sep 30 19:20:37 2020 +0200

    :memo: add documentation about building with docker
---
 BUILDING.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/BUILDING.md b/BUILDING.md
index f8de5e2..2330e8c 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -32,6 +32,7 @@ Options:
             - `npm run build`
             - optionally `npm test` to run all tests
             - optionally `npm run release` to generate release artifacts
+- build via docker for windows, using the `build-with-docker-for-windows.bat` script
 - build via the vs2019 Windows AppVeyer image. There is an appveyer.yml file
     included which (should) build if you set up AppVeyer to track
     your fork. AppVeyer is free for open-source projects.


[logging-log4net] 01/03: :ambulance: retroactively fix up site source doap file

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davydm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git

commit 31c577e0077c29cc7ddeb540d03cfa09bf02b7c5
Author: Davyd McColl <da...@gmail.com>
AuthorDate: Sat Sep 12 18:18:27 2020 +0200

    :ambulance: retroactively fix up site source doap file
---
 src/site/resources/doap_log4net.rdf | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/site/resources/doap_log4net.rdf b/src/site/resources/doap_log4net.rdf
index 7f38fdf..acdb969 100644
--- a/src/site/resources/doap_log4net.rdf
+++ b/src/site/resources/doap_log4net.rdf
@@ -110,5 +110,19 @@
         <revision>2.0.8</revision>
       </Version>
     </release>
+    <release>
+      <Version>
+        <name>Apache log4net 2.0.9</name>
+        <created>2019-08-25</created>
+        <revision>2.0.9</revision>
+      </Version>
+    </release>    
+    <release>
+      <Version>
+        <name>Apache log4net 2.0.10</name>
+        <created>2019-09.12</created>
+        <revision>2.0.10</revision>
+      </Version>
+    </release>
   </Project>
 </rdf:RDF>