> ----- Original Message ----- 
> From: "Martin Aliger" <[EMAIL PROTECTED]>
> To: "! nant" <[EMAIL PROTECTED]>
> Sent: Friday, January 02, 2004 2:50 PM
> Subject: [nant-dev] nigthly build problems
>

> Hi,
> just downloaded last nightly build. Still have problem with build it on
net-1.1 only machine
>
>
> E:\src\extern\nant>E:\src\extern\nant\bin\NAnt.exe
> NAnt 0.85 (Build 0.85.1447.0; net-1.0.win32; nightly; 18.12.2003)
> Copyright (C) 2001-2003 Gerry Shaw
> http://nant.sourceforge.net
>
> Framework 'net-1.0' does not exist or is not specified in the NAnt
configuration
>  file. Defaulting to no known framework.
> Buildfile: file:///E:/src/extern/nant/NAnt.build
> Target(s) specified: test
>
> BUILD FAILED
>
> E:\src\extern\nant\NAnt.build(3,6):
> Property evaluation failed.
> Expression: Using '${nant.settings.currentframework}' framework on
'${nant.platf
> orm.name}' platform.
>                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     Property 'nant.settings.currentframework' has not been set.
>
> Total time: 0.4 seconds.
>
> It is sufficient to change this line:
>             <platform name="win32" default="net-1.0">
> to:
>             <platform name="win32" default="net-1.1">
> But this is not solution of course...

We are aware of this, and we need to look into automatic selection of the
correct framework, but this might not be easy as I don't think its possible
to find out if the current framework is Mono or .NET. on Windows.

>
> 2/
> mine just-built nant.exe writes:
> NAnt 0.85 (Build 0.85.1447.0; net-1.0.win32; nightly; 18.12.2003)
> what is much better then prev version but incorrect (I built at net-1.1
and today is 2.1.2004)

Again, we are aware of this. For now, the version number; framework version
and configuration are hard coded, but we intend to determine these at build
time by generating the assembly level attributes from the build script ...

>
> 3/
> self-test failed (propably connected to point 2)
>                            [nunit2] Tests run: 9, Failures: 1, Not run: 0,
Time:
>  4,2160624 seconds
>
>                         Failures:
>                         1) Tests.NAnt.Console.NAntTest.Test_ShowHelp :
>                          expected:<2004>
>                           but was:<2003>
>                            at Tests.NAnt.Console.NAntTest.Test_ShowHelp()
in e:\
> src\extern\nant\tests\NAnt.Console\NAntTest.cs:line 211

This is caused by the fact that the copyright year is hard-coded (for now)

Gert



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to