cvs commit: logging-log4net/xdocs/src/release example-apps.xml

2005-08-29 Thread nicko
nicko   2005/08/29 08:13:28

  Modified:xdocs/src/release example-apps.xml
  Log:
  MS javascript line .net language is actualy called JScript.NET
  
  Revision  ChangesPath
  1.8   +5 -5  logging-log4net/xdocs/src/release/example-apps.xml
  
  Index: example-apps.xml
  ===
  RCS file: /home/cvs/logging-log4net/xdocs/src/release/example-apps.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- example-apps.xml  26 Aug 2005 12:11:04 -  1.7
  +++ example-apps.xml  29 Aug 2005 15:13:28 -  1.8
  @@ -132,7 +132,7 @@
/li

li

b.NET 1.1/b: 

  - a class=localOnly 
href=../../examples/net/1.1/Tutorials/ConsoleApp/jsJavaScript/a

  + a class=localOnly 
href=../../examples/net/1.1/Tutorials/ConsoleApp/jsJScript.NET/a

/li

li

b.NET Compact 
Framework 1.0/b: 

  @@ -141,7 +141,7 @@
/li

li

bSSCLI 1.0/b: 

  - a class=localOnly 
href=../../examples/sscli/1.0/Tutorials/ConsoleApp/jsJavaScript/a

  + a class=localOnly 
href=../../examples/sscli/1.0/Tutorials/ConsoleApp/jsJScript.NET/a

/li

/ul

p

  @@ -247,7 +247,7 @@
/li

li

b.NET 1.1/b: 

  - a class=localOnly 
href=../../examples/net/1.1/Repository/SimpleModule/jsJavaScript/a

  + a class=localOnly 
href=../../examples/net/1.1/Repository/SimpleModule/jsJScript.NET/a

/li

li

bSSCLI 1.0/b: 

  @@ -282,7 +282,7 @@
/li

li

b.NET 1.1/b: 

  - a class=localOnly 
href=../../examples/net/1.1/Repository/SharedModule/jsJavaScript/a

  + a class=localOnly 
href=../../examples/net/1.1/Repository/SharedModule/jsJScript.NET/a

/li

li

bSSCLI 1.0/b: 

  @@ -317,7 +317,7 @@
/li

li

b.NET 1.1/b: 

  - a class=localOnly 
href=../../examples/net/1.1/Repository/SimpleApp/jsJavaScript/a

  + a class=localOnly 
href=../../examples/net/1.1/Repository/SimpleApp/jsJScript.NET/a

/li

li

bSSCLI 1.0/b: 

  
  
  


cvs commit: logging-log4net/xdocs/src/release example-apps.xml

2005-08-29 Thread nicko
nicko   2005/08/29 08:25:46

  Modified:examples/net/1.0 cs-examples.sln
   xdocs/src/release example-apps.xml
  Added:   examples/net/1.0/Layouts nant.build nant.config
   examples/net/1.0/Layouts/SampleLayoutsApp nant.build
nant.config
   examples/net/1.0/Layouts/SampleLayoutsApp/cs .cvsignore
nant.build nant.config
   examples/net/1.0/Layouts/SampleLayoutsApp/cs/src .cvsignore
App.config AssemblyInfo.cs LoggingExample.cs
SampleLayoutsApp.csproj
   examples/net/1.0/Layouts/SampleLayoutsApp/cs/src/Layout
ForwardingLayout.cs LineWrappingLayout.cs
  Log:
  Fix for LOG4NET-17. Added Layouts sample project with line wrapping layout
  
  Revision  ChangesPath
  1.2   +12 -0 logging-log4net/examples/net/1.0/cs-examples.sln
  
  Index: cs-examples.sln
  ===
  RCS file: /home/cvs/logging-log4net/examples/net/1.0/cs-examples.sln,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cs-examples.sln   28 Jan 2004 20:38:35 -  1.1
  +++ cs-examples.sln   29 Aug 2005 15:25:45 -  1.2
  @@ -21,6 +21,10 @@
   EndProject

   Project({FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}) = EventIDLogApp, 
Extensibility\EventIDLogApp\cs\src\EventIDLogApp.csproj, 
{B3DCF964-EAC8-46F2-AA11-151713141536}

   EndProject

  +Project({FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}) = SampleAppendersApp, 
Appenders\SampleAppendersApp\cs\src\SampleAppendersApp.csproj, 
{9E715F72-7F70-421B-A2BF-E9CB42F88F5C}

  +EndProject

  +Project({FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}) = SampleLayoutsApp, 
Layouts\SampleLayoutsApp\cs\src\SampleLayoutsApp.csproj, 
{CD7A8094-D383-46BC-A75D-9F65F746E24F}

  +EndProject

   Global

GlobalSection(SolutionConfiguration) = preSolution

ConfigName.0 = Debug

  @@ -73,6 +77,14 @@
{B3DCF964-EAC8-46F2-AA11-151713141536}.Debug.Build.0 = 
Debug|.NET

{B3DCF964-EAC8-46F2-AA11-151713141536}.Release.ActiveCfg = 
Release|.NET

{B3DCF964-EAC8-46F2-AA11-151713141536}.Release.Build.0 = 
Release|.NET

  + {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Debug.ActiveCfg = 
Debug|.NET

  + {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Debug.Build.0 = 
Debug|.NET

  + {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Release.ActiveCfg = 
Release|.NET

  + {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Release.Build.0 = 
Release|.NET

  + {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Debug.ActiveCfg = 
Debug|.NET

  + {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Debug.Build.0 = 
Debug|.NET

  + {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Release.ActiveCfg = 
Release|.NET

  + {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Release.Build.0 = 
Release|.NET

EndGlobalSection

GlobalSection(ExtensibilityGlobals) = postSolution

EndGlobalSection

  
  
  
  1.1  logging-log4net/examples/net/1.0/Layouts/nant.build
  
  Index: nant.build
  ===
  ?xml version=1.0 ?

  !--

  Copyright 2004-2005 The Apache Software Foundation

  

  Licensed under the Apache License, Version 2.0 (the License);

  you may not use this file except in compliance with the License.

  You may obtain a copy of the License at

  

  http://www.apache.org/licenses/LICENSE-2.0

  

  Unless required by applicable law or agreed to in writing, software

  distributed under the License is distributed on an AS IS BASIS,

  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

  See the License for the specific language governing permissions and

  limitations under the License.

  --

  project name=layout-examples default=compile 
xmlnds=http://tempuri.org/nant-vs.xsd;

  !-- compile Tutorials examples --

  target name=compile description=Builds Layout examples

  nant target=compile

  buildfiles

  include name=*/nant.build /

  !-- exclude current build file --

  exclude name=exclude.build /

  /buildfiles

  /nant

  /target

  /project

  
  
  
  1.1  logging-log4net/examples/net/1.0/Layouts/nant.config
  
  Index: nant.config
  ===
  ?xml version=1.0 ?

  !--

  Copyright 2004-2005 The Apache Software Foundation

  

  Licensed under the Apache License, Version 2.0 (the License);

  you may not use this file except in compliance with the License.

  You may obtain a copy of the License at

  

  http://www.apache.org/licenses/LICENSE-2.0

  

  Unless required by applicable law or agreed to in writing, software

  distributed under the License is 

cvs commit: logging-log4net/xdocs/src/release example-apps.xml

2005-08-26 Thread nicko
nicko   2005/08/26 05:11:05

  Modified:xdocs/src/release example-apps.xml
  Log:
  Added javascript to block the example links unless on the local filesystem - 
examples are not available on the web, only in the download
  
  Revision  ChangesPath
  1.7   +66 -35logging-log4net/xdocs/src/release/example-apps.xml
  
  Index: example-apps.xml
  ===
  RCS file: /home/cvs/logging-log4net/xdocs/src/release/example-apps.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- example-apps.xml  15 Jun 2005 17:30:36 -  1.6
  +++ example-apps.xml  26 Aug 2005 12:11:04 -  1.7
  @@ -22,8 +22,39 @@
/properties

   

meta name=keywords content=log4net examples, log4net /

  + 

  + head

  + script language=javascript 

  +!--

  +function getElementsByClass(node,searchClass,tag) {

  +var classElements = new Array();

  +var els = node.getElementsByTagName(tag);

  +var elsLen = els.length;

  +var pattern = new RegExp(\\b+searchClass+\\b);

  +for (i = 0, j = 0; i  elsLen; i++) {

  +if ( pattern.test(els[i].className) ) {

  +classElements[j] = els[i];

  +j++;

  +}

  +}

  +return classElements;

  +}

  +function BlockLocalOnlyLinks()

  +{

  +if (window.location.protocol!=file:)

  +{

  +var links = getElementsByClass(document,localOnly,a);

  +for(var i=0; ilinks.length; i++)

  +{

  +links[i].href = #overview;

  +}

  +}

  +}

  +--

  + /script

  + /head

   

  - body

  + body onload=BlockLocalOnlyLinks()

section id=main name=log4net Examples



sectionMenu name=Contents /

  @@ -70,7 +101,7 @@
section id=building-vsnet name=Visual 
Studio .NET 2002

p

There are Visual Studio .NET 
2002 project files for the .NET 1.0 framework.

  - The solution files for C++, C# 
and VB are in the a href=../../examples/net/1.0examples\net\1.0/a

  + The solution files for C++, C# 
and VB are in the a class=localOnly 
href=../../examples/net/1.0examples\net\1.0/a

folder.

/p

/section

  @@ -91,26 +122,26 @@
ul

li

bMONO 1.0/b: 

  - a 
href=../../examples/mono/1.0/Tutorials/ConsoleApp/csC#/a

  + a class=localOnly 
href=../../examples/mono/1.0/Tutorials/ConsoleApp/csC#/a

/li

li

b.NET 1.0/b: 

  - a 
href=../../examples/net/1.0/Tutorials/ConsoleApp/cppC++/a, 

  - a 
href=../../examples/net/1.0/Tutorials/ConsoleApp/csC#/a, 

  - a 
href=../../examples/net/1.0/Tutorials/ConsoleApp/vbVB/a

  + a class=localOnly 
href=../../examples/net/1.0/Tutorials/ConsoleApp/cppC++/a, 

  + a class=localOnly 
href=../../examples/net/1.0/Tutorials/ConsoleApp/csC#/a, 

  + a class=localOnly 
href=../../examples/net/1.0/Tutorials/ConsoleApp/vbVB/a

/li

li

b.NET 1.1/b: 

  - a 
href=../../examples/net/1.1/Tutorials/ConsoleApp/jsJavaScript/a

  + a class=localOnly 
href=../../examples/net/1.1/Tutorials/ConsoleApp/jsJavaScript/a

/li

li

b.NET Compact 
Framework 1.0/b: 

  - a 
href=../../examples/netcf/1.0/Tutorials/ConsoleApp/csC#/a, 

  - a 
href=../../examples/netcf/1.0/Tutorials/ConsoleApp/vbVB/a

  + a class=localOnly 
href=../../examples/netcf/1.0/Tutorials/ConsoleApp/csC#/a, 

  + a class=localOnly 
href=../../examples/netcf/1.0/Tutorials/ConsoleApp/vbVB/a

cvs commit: logging-log4net/xdocs/src/release example-apps.xml

2005-06-15 Thread nicko
nicko   2005/06/15 10:30:36

  Modified:xdocs/src/release example-apps.xml
  Log:
  Added new sample appenders to doc
  
  Revision  ChangesPath
  1.6   +12 -0 logging-log4net/xdocs/src/release/example-apps.xml
  
  Index: example-apps.xml
  ===
  RCS file: /home/cvs/logging-log4net/xdocs/src/release/example-apps.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- example-apps.xml  2 May 2005 21:29:32 -   1.5
  +++ example-apps.xml  15 Jun 2005 17:30:36 -  1.6
  @@ -348,6 +348,12 @@
/p

ul

li

  + AsyncAppender

  + /li

  + li

  + FastDbAppender

  + /li

  + li

FireEventAppender

/li

li

  @@ -357,6 +363,12 @@

MessageObjectExpanderAppender

/li

li

  + MsmqAppender

  + /li

  + li

  + PatternFileAppender

  + /li

  + li

SimpleSmtpAppender

/li

/ul