Sure.  Here's the full output:

NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/NANT/NAnt.build
Target(s) specified: test
    [echo] Using 'net-1.1' framework on 'win32' platform.

init:


debug:


set-runtime-configuration:


set-net-1.1-runtime-configuration:


set-runtime-configuration-flags:


set-net-1.1-runtime-configuration:


set-runtime-configuration-flags:


build:

    [echo] Build Directory is C:\NANT/build/net-1.1.win32/nant-0.84-debug
    [nant] C:\NANT\src\NAnt.Core\NAnt.Core.build build

           Buildfile: file:///C:/NANT/src/NAnt.Core/NAnt.Core.build
           Target(s) specified: build

           build:

[csc] Compiling 105 files to C:\NANT/build/net-1.1.win32/nant-
0.84-debug/bin/NAnt.Core.dll.
c:\nant\src\NAnt.Core\Tasks\LoadTasks.cs(117,9): error C
S0647: Error emitting 'System.Security.Permissions.ReflectionPermissionAttribute
' attribute -- 'Unexpected exception processing attribute -- System.ArgumentExce
ption: Unable to generate permission set; input XML may be malformed..'
c:\nant\src\NAnt.Core\Tasks\NAntSchemaTask.cs(103,9): er
ror CS0647: Error emitting 'System.Security.Permissions.ReflectionPermissionAttr
ibute' attribute -- 'Unexpected exception processing attribute -- System.Argumen
tException: Unable to generate permission set; input XML may be malformed..'
c:\nant\src\NAnt.Core\Util\CommandLineArgument.cs(238,9)
: error CS0647: Error emitting 'System.Security.Permissions.ReflectionPermission
Attribute' attribute -- 'Unexpected exception processing attribute -- System.Arg
umentException: Unable to generate permission set; input XML may be malformed..'


c:\nant\src\NAnt.Core\BuildException.cs(114,9): error CS
0647: Error emitting 'System.Security.Permissions.SecurityPermissionAttribute' a
ttribute -- 'Unexpected exception processing attribute -- System.ArgumentExcepti
on: Unable to generate permission set; input XML may be malformed..'
c:\nant\src\NAnt.Core\ConsoleDriver.cs(328,9): error CS0
647: Error emitting 'System.Security.Permissions.ReflectionPermissionAttribute'
attribute -- 'Unexpected exception processing attribute -- System.ArgumentExcept
ion: Unable to generate permission set; input XML may be malformed..'
c:\nant\src\NAnt.Core\ConsoleDriver.cs(355,9): error CS0
647: Error emitting 'System.Security.Permissions.ReflectionPermissionAttribute'
attribute -- 'Unexpected exception processing attribute -- System.ArgumentExcept
ion: Unable to generate permission set; input XML may be malformed..'
c:\nant\src\NAnt.Core\DataTypeBaseBuilder.cs(78,9): erro
r CS0647: Error emitting 'System.Security.Permissions.ReflectionPermissionAttrib
ute' attribute -- 'Unexpected exception processing attribute -- System.ArgumentE
xception: Unable to generate permission set; input XML may be malformed..'
c:\nant\src\NAnt.Core\TaskBuilder.cs(97,9): error CS0647
: Error emitting 'System.Security.Permissions.ReflectionPermissionAttribute' att
ribute -- 'Unexpected exception processing attribute -- System.ArgumentException
: Unable to generate permission set; input XML may be malformed..'
c:\nant\src\NAnt.Core\TypeFactory.cs(76,9): error CS0647
: Error emitting 'System.Security.Permissions.ReflectionPermissionAttribute' att
ribute -- 'Unexpected exception processing attribute -- System.ArgumentException
: Unable to generate permission set; input XML may be malformed..'
error CS1577: Assembly generation failed -- Unexpected e
xception processing attribute -- System.ArgumentException: Unable to generate pe
rmission set; input XML may be malformed..


           BUILD FAILED

C:\NANT\src\NAnt.Core\NAnt.Core.build(11,10):
External Program Failed: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (r
eturn code was 1)


           Total time: 2.4 seconds.


BUILD FAILED

Nested build failed.  Refer to build log for exact reason.

Total time: 2.6 seconds.

Thanks for taking a look at it.



From: "Gert Driesen" <[EMAIL PROTECTED]>
To: "N K" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Subject: Re: [Nant-users] Installing NAnt Error
Date: Wed, 30 Jun 2004 20:37:41 +0200


----- Original Message ----- From: "N K" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 30, 2004 4:22 PM Subject: [Nant-users] Installing NAnt Error


> Hi,
> I just began using NAnt. I downloaded and unzipped v0.84, included the
> nant\bin folder in the system path, and then went to launch it by typing
> "nant". the build was unsuccessful and i got the following error:
>
> >BUILD FAILED
> >[csc] C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe
> >failed to start
> >The system cannot find the file specified
>
> So, i changed the default in the NAnt.exe.config file to net-1.1. But now
i
> get a different error:
>
> > BUILD FAILED
> > C:\NANT\src\NAnt.Core\NAnt.Core.build(11,10):
> >External Program Failed:
> >C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (return code >was 1)
>
> Does anyone know what could be causing this? Does it mean there is an
error
> with the csc.exe file or something else?


Yes it means there was a compilation error.  Can you provide us with the
full build log ?

Thanks,

Gert



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to