Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

Parameter

Prefix Name Value

Command Line

make 

Output

mkdir -p bootstrap
cp -R lib/ bootstrap/lib
# Mono loads log4net before privatebinpath is set-up, so we need this in the same directory
# as NAnt.exe
cp lib/common/neutral/log4net.dll bootstrap
cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config
mcs -target:exe -define:MONO -out:bootstrap/NAnt.exe -r:bootstrap/log4net.dll \
		-recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.cs
resgen  src/NAnt.Core/Resources/Strings.resx bootstrap/NAnt.Core.Resources.Strings.resources
Read in 200 resources from '/srv/gump/public/workspace/nant/src/NAnt.Core/Resources/Strings.resx'
Writing resource file...  Done.
mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.Core.dll -debug \
		-resource:bootstrap/NAnt.Core.Resources.Strings.resources -r:lib/common/neutral/log4net.dll \
		-r:System.Web.dll -recurse:src/NAnt.Core/*.cs src/CommonAssemblyInfo.cs
resgen  src/NAnt.DotNet/Resources/Strings.resx bootstrap/NAnt.DotNet.Resources.Strings.resources
Read in 76 resources from '/srv/gump/public/workspace/nant/src/NAnt.DotNet/Resources/Strings.resx'
Writing resource file...  Done.
mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.DotNetTasks.dll \
		-r:./bootstrap/NAnt.Core.dll -r:bootstrap/lib/net/1.0/NDoc.Core.dll \
		-recurse:src/NAnt.DotNet/*.cs -resource:bootstrap/NAnt.DotNet.Resources.Strings.resources \
		src/CommonAssemblyInfo.cs
mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.CompressionTasks.dll \
		-r:./bootstrap/NAnt.Core.dll -r:bootstrap/lib/common/neutral/ICSharpCode.SharpZipLib.dll \
		-recurse:src/NAnt.Compression/*.cs src/CommonAssemblyInfo.cs
mono bootstrap/NAnt.exe -f:NAnt.build build
NAnt 0.86 (Build 0.86.2898.0; dev; 12/8/2007)
Copyright (C) 2001-2007 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///srv/gump/public/workspace/nant/NAnt.build
Target framework: Mono 2.0 Profile
Target(s) specified: build 

   [tstamp] Saturday, October 11, 2008 8:12:53 AM.

init:


debug:


set-framework-configuration:


set-mono-2.0-framework-configuration:


create-common-assemblyinfo:

   [attrib] Setting file attributes for 1 files to Normal.
  [asminfo] Generated file '/srv/gump/public/workspace/nant/src/CommonAssemblyInfo.cs'.

build:

     [echo] Build Directory is /srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug
    [mkdir] Creating directory '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin'.
    [mkdir] Creating directory '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/lib'.
     [copy] Copying 2 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin'.
     [copy] Copying 25 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/lib'.
     [nant] /srv/gump/public/workspace/nant/src/NAnt.Core/NAnt.Core.build build
            Buildfile: file:///srv/gump/public/workspace/nant/src/NAnt.Core/NAnt.Core.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 174 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.Core.dll'.
                           [resgen] Read in 200 resources from '/srv/gump/public/workspace/nant/src/NAnt.Core/Resources/Strings.resx'
                           [resgen] Writing resource file...  Done.
            
            BUILD SUCCEEDED
            
            Total time: 6.6 seconds.
            
     [nant] /srv/gump/public/workspace/nant/src/NAnt.Console/NAnt.Console.build build
            Buildfile: file:///srv/gump/public/workspace/nant/src/NAnt.Console/NAnt.Console.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 3 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.exe'.
                 [copy] Copying 1 file to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.exe.config'.
            
            BUILD SUCCEEDED
            
            Total time: 1.4 seconds.
            
     [nant] /srv/gump/public/workspace/nant/src/NAnt.DotNet/NAnt.DotNet.build build
            Buildfile: file:///srv/gump/public/workspace/nant/src/NAnt.DotNet/NAnt.DotNet.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 35 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.DotNetTasks.dll'.
                           [resgen] Read in 76 resources from '/srv/gump/public/workspace/nant/src/NAnt.DotNet/Resources/Strings.resx'
                           [resgen] Writing resource file...  Done.
            
            BUILD SUCCEEDED
            
            Total time: 3.2 seconds.
            
     [nant] /srv/gump/public/workspace/nant/src/NAnt.Compression/NAnt.Compression.build build
            Buildfile: file:///srv/gump/public/workspace/nant/src/NAnt.Compression/NAnt.Compression.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 11 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.CompressionTasks.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.5 seconds.
            
     [nant] /srv/gump/public/workspace/nant/src/NAnt.NUnit/NAnt.NUnit.build build
            Buildfile: file:///srv/gump/public/workspace/nant/src/NAnt.NUnit/NAnt.NUnit.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 6 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.NUnit.dll'.
                  [csc] Compiling 14 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.NUnit1Tasks.dll'.
                  [csc] Compiling 9 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.NUnit2Tasks.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 4.8 seconds.
            
     [nant] /srv/gump/public/workspace/nant/src/NAnt.SourceControl/NAnt.SourceControl.build build
            Buildfile: file:///srv/gump/public/workspace/nant/src/NAnt.SourceControl/NAnt.SourceControl.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 13 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.SourceControlTasks.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.7 seconds.
            
     [nant] /srv/gump/public/workspace/nant/src/NAnt.MSNet/NAnt.MSNet.build build
            Buildfile: file:///srv/gump/public/workspace/nant/src/NAnt.MSNet/NAnt.MSNet.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            BUILD SUCCEEDED
            
            Total time: 0 seconds.
            
     [nant] /srv/gump/public/workspace/nant/src/NAnt.Win32/NAnt.Win32.build build
            Buildfile: file:///srv/gump/public/workspace/nant/src/NAnt.Win32/NAnt.Win32.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 8 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.Win32Tasks.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.8 seconds.
            
     [nant] /srv/gump/public/workspace/nant/src/NAnt.VisualCpp/NAnt.VisualCpp.build build
            Buildfile: file:///srv/gump/public/workspace/nant/src/NAnt.VisualCpp/NAnt.VisualCpp.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 14 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.VisualCppTasks.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.6 seconds.
            
     [nant] /srv/gump/public/workspace/nant/src/NAnt.VSNet/NAnt.VSNet.build build
            Buildfile: file:///srv/gump/public/workspace/nant/src/NAnt.VSNet/NAnt.VSNet.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 53 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.VSNetTasks.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 3.1 seconds.
            
     [nant] /srv/gump/public/workspace/nant/src/NAnt.MSBuild/NAnt.MSBuild.build build
            Buildfile: file:///srv/gump/public/workspace/nant/src/NAnt.MSBuild/NAnt.MSBuild.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                [mkdir] Creating directory '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/extensions/common/2.0'.
                  [csc] Compiling 13 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/extensions/common/2.0/NAnt.MSBuild.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.7 seconds.
            
     [nant] /srv/gump/public/workspace/nant/tests/NAnt.Core/NAnt.Core.build build
            Buildfile: file:///srv/gump/public/workspace/nant/tests/NAnt.Core/NAnt.Core.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 64 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.Core.Tests.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 2.6 seconds.
            
     [nant] /srv/gump/public/workspace/nant/tests/NAnt.Console/NAnt.Console.build build
            Buildfile: file:///srv/gump/public/workspace/nant/tests/NAnt.Console/NAnt.Console.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 2 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.Tests.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.4 seconds.
            
     [nant] /srv/gump/public/workspace/nant/tests/NAnt.DotNet/NAnt.DotNet.build build
            Buildfile: file:///srv/gump/public/workspace/nant/tests/NAnt.DotNet/NAnt.DotNet.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 7 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.DotNet.Tests.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.3 seconds.
            
     [nant] /srv/gump/public/workspace/nant/tests/NAnt.Compression/NAnt.Compression.build build
            Buildfile: file:///srv/gump/public/workspace/nant/tests/NAnt.Compression/NAnt.Compression.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 3 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.Compression.Tests.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.1 seconds.
            
     [nant] /srv/gump/public/workspace/nant/tests/NAnt.SourceControl/NAnt.SourceControl.build build
            Buildfile: file:///srv/gump/public/workspace/nant/tests/NAnt.SourceControl/NAnt.SourceControl.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 4 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.SourceControl.Tests.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.2 seconds.
            
     [nant] /srv/gump/public/workspace/nant/tests/NAnt.MSNet/NAnt.MSNet.build build
            Buildfile: file:///srv/gump/public/workspace/nant/tests/NAnt.MSNet/NAnt.MSNet.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            BUILD SUCCEEDED
            
            Total time: 0 seconds.
            
     [nant] /srv/gump/public/workspace/nant/tests/NAnt.Win32/NAnt.Win32.build build
            Buildfile: file:///srv/gump/public/workspace/nant/tests/NAnt.Win32/NAnt.Win32.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 2 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.Win32.Tests.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.1 seconds.
            
     [nant] /srv/gump/public/workspace/nant/tests/NAnt.VisualCpp/NAnt.VisualCpp.build build
            Buildfile: file:///srv/gump/public/workspace/nant/tests/NAnt.VisualCpp/NAnt.VisualCpp.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 6 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.VisualCpp.Tests.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.3 seconds.
            
     [nant] /srv/gump/public/workspace/nant/tests/NAnt.VSNet/NAnt.VSNet.build build
            Buildfile: file:///srv/gump/public/workspace/nant/tests/NAnt.VSNet/NAnt.VSNet.build
            Target framework: Mono 2.0 Profile
            Target(s) specified: build 
            
            
            build:
            
                  [csc] Compiling 7 files to '/srv/gump/public/workspace/nant/build/mono-2.0.unix/nant-0.86-debug/bin/NAnt.VSNet.Tests.dll'.
            
            BUILD SUCCEEDED
            
            Total time: 1.3 seconds.
            

BUILD SUCCEEDED

Total time: 43.8 seconds.

Last Updated: Sat, 11 Oct 2008 08:00:08 ().Python Logo