well, according to it all i have to do is run nant from the project
root

there are some more elaborate instructions below about building from
NHibernate and Castle trunks, but i didn't think it applies to me
because i didnt check castle and nhibernate from the svn but rather
downloaded the stable packages. should i follow these instructions
anyway ?

On Jan 18, 1:47 am, Ayende Rahien <[email protected]> wrote:
> did you follow the steps in the how to build.txt ?
>
> On Sat, Jan 17, 2009 at 6:44 PM, asafdav2 <[email protected]> wrote:
>
> > ok, updating nant seem to do the trick, now it complains about
> > Repository<T>. i guess this is because i didn't build rhino-commons,
> > so i try now to just build all the tools at once
> > running nant from the trunk folder, i'm getting build failed. i've
> > attached the log below, can anyone infer what's the problem?
>
> > NAnt 0.86 (Build 0.86.3298.0; nightly; 1/11/2009)
> > Copyright (C) 2001-2009 Gerry Shaw
> >http://nant.sourceforge.net
>
> > Buildfile: file:///D:/dev/dotNET/rhino-tools/trunk/default.build
> > Target framework: Microsoft .NET Framework 3.5
> > Target(s) specified: build
>
> > common.check-nant-version:
>
> > common.find-tools:
>
> > set-framework-configuration:
>
> > set-net-3.5-framework-configuration:
>
> > set-project-configuration:
>
> > set-debug-project-configuration:
>
> > common.init:
>
> > init:
>
> >     [mkdir] Creating directory 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
> >    [mkdir] Creating directory 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug\test-results'.
>
> > common.find-svninfo:
>
> >     [exec] D:\dev\dotNET\rhino-tools\trunk\common.xml(195,4):
> >     [exec] 'svn' failed to start.
> >  [xmlpeek] Peeking at 'D:\dev\dotNET\rhino-tools\trunk\_revision.xml'
> > with XPath expression '/info/entry/@revision'.
> >  [xmlpeek] D:\dev\dotNET\rhino-tools\trunk\common.xml(200,4):
> >  [xmlpeek] XML file 'D:\dev\dotNET\rhino-tools\trunk\_revision.xml'
> > does not exist.
> >     [echo] INFO: Using Subversion revision number: 0
>
> > common.find-nunit:
>
> >     [exec] MbUnit 1.0.2700.29885 Console Application (running on .Net
> > 2.0.0.0)
> >     [exec] Author: Jonathan de Halleux
> >     [exec] Get the latest athttp://www.mbunit.com
> >     [exec] ------------------------------------------
> >     [exec]     /assembly-path:<string>             short form /ap
> > Path where assembly can be loaded
> >     [exec]     /report-folder:<string>             short form /rf
> > Target output folder for the reports
> >     [exec]     /report-name-format:<string>        short form /rnf
> > Format string for the report name. {0} is replaced by the date, {1} by
> > the time.Default = mbunit-{0}{1}
> >     [exec]     /report-type:{Xml|Html|Text|Dox}    short form /rt
> > Report types supported: Xml, Html, Text
> >     [exec]     /show-reports[+|-]                  short form /sr
> > Show generated reports in a window
> >     [exec]     /transform:<string>                 short form /tr
> > Transform to use when generating reports
> >     [exec]     /filter-category:<string>           short form /fc
> > Name of the filtered category
> >     [exec]     /exclude-category:<string>          short form /ec
> > Name of categories to exclude
> >     [exec]     /filter-author:<string>             short form /fa
> > Name of the filtered author name
> >     [exec]     /filter-type:<string>               short form /ft
> > Name of the filtered type
> >     [exec]     /filter-namespace:<string>          short form /fn
> > Name of the filtered namespace
> >     [exec]     /verbose[+|-]                       short form /v
> > Return a lot of information or not...
> >     [exec]     /shadow-copy-files[+|-]             short form /sc
> > Enabled/disable shadow copying of the assemblies
> >     [exec]     @<file>                             Read response file
> > for more options
> >     [exec]     <Files>
> >     [exec] ------------------------------------------
> >     [echo] INFO: Using MBUnit for running unit tests
>
> > copy-referenced-assemblies:
>
> >     [copy] Copying 18 files to 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
> >     [copy] Copying 9 files to 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
> >     [copy] Copying 24 files to 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
> >     [copy] Copying 1 file to 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
> >     [copy] Copying 2 files to 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
> >     [copy] Copying 5 files to 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
> >     [copy] Copying 14 files to 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
> >     [copy] Copying 8 files to 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
> >     [copy] Copying 1 file to 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
> >     [copy] Copying 2 files to 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
> >     [copy] Copying 4 files to 'D:\dev\dotNET\rhino-tools\trunk\build
> > \net-3.5\debug'.
>
> > build:
>
> >     [nant] D:\dev\dotNET\rhino-tools\trunk\rhino-mocks\Default.build
> > build
> >            Buildfile:
> > file:///D:/dev/dotNET/rhino-tools/trunk/rhino-mocks/Default.build
> >            Target framework: Microsoft .NET Framework 3.5
> >             Target(s) specified: build
>
> >            common.build:
>
> >                  [nant] D:\dev\dotNET\rhino-tools\trunk\rhino-mocks
> > \Rhino.Mocks\default.build
> >                        Buildfile:
>
> > file:///D:/dev/dotNET/rhino-tools/trunk/rhino-mocks/Rhino.Mocks/default.build
> >                        Target framework: Microsoft .NET Framework 3.5
> >                         Target(s) specified: build
>
> >                        common.check-nant-version:
>
> >                        common.find-tools:
>
> >                        set-framework-configuration:
>
> >                         set-net-3.5-framework-configuration:
>
> >                        set-project-configuration:
>
> >                        set-debug-project-configuration:
>
> >                        common.init:
>
> >                        init:
>
> >                        common.set-assembly-attribute-values:
>
> >                        common.generate-assemblyinfo:
>
> >                           [attrib] Setting file attributes for 1
> > files to Normal.
>
> >                        generate-assemblyinfo:
>
> >                        common.compile-dll:
>
> >                              [csc] Compiling 90 files to 'D:\dev
> > \dotNET\rhino-tools\trunk\build\net-3.5\debug
> > \Rhino.Mocks.Partial.dll'.
>
> >                        merge-asms:
>
> >                             [move] 1 files moved.
>
> >                        build:
>
> >                        BUILD SUCCEEDED
>
> >                        Total time: 24.1 seconds.
>
> >                 [nant] D:\dev\dotNET\rhino-tools\trunk\rhino-mocks
> > \Rhino.Mocks.Tests.Model\default.build
> >                        Buildfile:
>
> > file:///D:/dev/dotNET/rhino-tools/trunk/rhino-mocks/Rhino.Mocks.Tests.Model/default.build
> >                        Target framework: Microsoft .NET Framework 3.5
> >                        Target(s) specified: test
>
> >                        common.check-nant-version:
>
> >                        common.find-tools:
>
> >                        set-framework-configuration:
>
> >                         set-net-3.5-framework-configuration:
>
> >                        set-project-configuration:
>
> >                        set-debug-project-configuration:
>
> >                        common.init:
>
> >                        init:
>
> >                        common.set-assembly-attribute-values:
>
> >                        common.generate-assemblyinfo:
>
> >                           [attrib] Setting file attributes for 1
> > files to Normal.
>
> >                        generate-assemblyinfo:
>
> >                         common.compile-tests:
>
> >                        common.compile-dll:
>
> >                              [csc] Compiling 4 files to 'D:\dev\dotNET
> > \rhino-tools\trunk\build\net-3.5\debug\Rhino.Mocks.Tests.Model.dll'.
>
> >                        common.run-tests:
>
> >                             [echo] Running tests in
> > 'Rhino.Mocks.Tests.Model'
> >                             [exec] Parsed arguments:
> >                             [exec] -- Parsed Arguments
> >                             [exec] Files:
> >                             [exec]  Rhino.Mocks.Tests.Model.dll
> >                             [exec] Assembly paths:
> >                             [exec] Report folder: D:\dev\dotNET\rhino-
> > tools\trunk\build\net-3.5\debug/test-results
> >                             [exec] Report Name Format:
> > Rhino.Mocks.Tests.Model.dll-results
> >                             [exec] Report types:
> >                             [exec]  Html
> >                             [exec]  Xml
> >                             [exec] Show reports: False
> >                             [exec] Filter Category:
> >                             [exec] Exclude Category:
> >                             [exec] Filter Author:
> >                             [exec] Filter Namespace:
> >                             [exec] Filter Type:
> >                             [exec] Verbose: False
> >                             [exec] ShadowCopyFiles: False
> >                             [exec]
> >                             [exec] Start time: 1:27 AM
> >                             [exec] [info] Loading test assemblies
> >                             [exec] [info] Starting execution
> >                             [exec] [info] Sorting assemblies by
> > dependencies
> >                             [exec] [info] Setting up fixture colors
> >                             [exec] [info] Loading
> > Rhino.Mocks.Tests.Model
> >                             [exec] [info] Found  0 tests
> >                             [exec] [info] Running fixtures.
> >                             [exec] [info] Tests finished: 0 tests, 0
> > success, 0 failures, 0 ignored
> >                             [exec] [info] All Tests finished: 0
> > tests, 0 success, 0 failures, 0 ignored in 0 seconds
> >                             [exec] [info] Creating reports in D:\dev
>
> ...
>
> read more »
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to