Title: RE: [nant-dev] The system cannot find the path specified
Hi Gert,
 
   I have attached the verbose I get when I run annt at the examples directory. Thanks a lot.
 
-Shabana


From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Fri 4/21/2006 12:38 PM
To: Ahmed, Shabana; nant-developers@lists.sourceforge.net
Subject: RE: [nant-dev] The system cannot find the path specified



> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On
> Behalf Of Ahmed, Shabana
> Sent: vrijdag 21 april 2006 18:31
> To: Gert Driesen; nant-developers@lists.sourceforge.net
> Subject: RE: [nant-dev] The system cannot find the path specified
>
> I am not sure if this is how I get tot he verbose. But, I got
> the latest nightly build and this is the error I get. I am
> still unable to build the examples. Please let me know what u
> think. Thanks.

Run NAnt.exe -verbose in the examples directory and send me that output.

Gert


C:\work\nant\examples>nant.exe -verbose
NAnt 0.85 (Build 0.85.2296.0; nightly; 4/15/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net

Framework 'net-1.0' is invalid and has not been loaded : The 'System.dll' assemb
ly does not exist in framework assembly directory 'C:\WINNT\Microsoft.NET\Framew
ork\v1.0.3705'..

Framework 'net-2.0' is invalid and has not been loaded : Framework directory 'C:
\WINNT\Microsoft.NET\Framework\v2.0.50727' does not exist..

Framework 'net-2.0' is invalid and has not been loaded : Framework directory 'C:
\WINNT\Microsoft.NET\Framework\v2.0.50215' does not exist..

Framework 'net-2.0' is invalid and has not been loaded : Framework directory 'C:
\WINNT\Microsoft.NET\Framework\v2.0.40607' does not exist..

Framework 'mono-1.0' is invalid and has not been loaded : Registry Path Not Foun
d! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not Foun
d! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not Foun
d! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not Foun
d! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';.

Framework 'sscli-1.0' is invalid and has not been loaded : Framework directory '
C:\sscli\build\v1.x86fstchk.rotor' does not exist..

Buildfile: file:///C:/work/nant/examples/examples.build
Target framework: Microsoft .NET Framework 1.1
Base Directory: C:\work\nant\examples.
Target(s) specified: build


build:

     [nant] C:\work\nant\examples\Filters\ReplaceCharacter\default.build build
            Buildfile: file:///C:/work/nant/examples/Filters/ReplaceCharacter/de
fault.build
            Target framework: Microsoft .NET Framework 1.1
            Base Directory: C:\work\nant\examples\Filters\ReplaceCharacter.
            Target(s) specified: build


            build:

                [mkdir] Creating directory 'C:\work\nant\examples\Filters\Replac
eCharacter\bin'.
                  [csc] Output file 'C:\work\nant\examples\Filters\ReplaceCharac
ter\bin\ReplaceCharacter.dll' does not exist, rebuilding.
                  [csc] Compiling 1 files to 'C:\work\nant\examples\Filters\Repl
aceCharacter\bin\ReplaceCharacter.dll'.
                  [csc] Contents of C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp2B.tmp.

                  [csc] /fullpaths
                  [csc] /nologo
                  [csc] "/target:library"
                  [csc] "/out:C:\work\nant\examples\Filters\ReplaceCharacter\bin
\ReplaceCharacter.dll"
                  [csc] "/reference:C:\work\nant\bin\NAnt.Core.dll"
                  [csc] "C:\work\nant\examples\Filters\ReplaceCharacter\ReplaceC
haracter.cs"
                  [csc]
                  [csc] Starting 'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\csc
.exe (@"C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp2B.tmp")' in 'C:\work\nant\examples
\Filters\ReplaceCharacter'

            BUILD SUCCEEDED

            Total time: 1.5 seconds.

     [nant] C:\work\nant\examples\HelloWindowsForms\HelloWindowsForms.build buil
d
            Buildfile: file:///C:/work/nant/examples/HelloWindowsForms/HelloWind
owsForms.build
            Target framework: Microsoft .NET Framework 1.1
            Base Directory: C:\work\nant\examples\HelloWindowsForms.
            Target(s) specified: build


            build:

                [mkdir] Creating directory 'C:\work\nant\examples\HelloWindowsFo
rms\bin'.
                  [vbc] Output file 'C:\work\nant\examples\HelloWindowsForms\bin
\HelloWindowsForms.exe' does not exist, rebuilding.
                  [vbc] Compiling 1 files to 'C:\work\nant\examples\HelloWindows
Forms\bin\HelloWindowsForms.exe'.
                  [vbc] Contents of C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp2E.tmp.

                  [vbc] /debug
                  [vbc] "/define:DEBUG=True"
                  [vbc] "/define:TRACE=True"
                  [vbc] /imports:"Microsoft.VisualBasic","System","System.Collec
tions","System.Data","System.Diagnostics","System.Drawing","System.Windows.Forms
"
                  [vbc] "/optioncompare:text"
                  [vbc] /optionexplicit
                  [vbc] /optionstrict
                  [vbc] /removeintchecks
                  [vbc] "/rootnamespace:HelloWindowsForms"
                  [vbc] /nologo
                  [vbc] "/target:winexe"
                  [vbc] "/out:C:\work\nant\examples\HelloWindowsForms\bin\HelloW
indowsForms.exe"
                  [vbc] "/main:HelloWindowsForms.MainForm"
                  [vbc] "/reference:C:\WINNT\Microsoft.NET\Framework\v1.1.4322\S
ystem.dll"
                  [vbc] "/reference:C:\WINNT\Microsoft.NET\Framework\v1.1.4322\S
ystem.Data.dll"
                  [vbc] "/reference:C:\WINNT\Microsoft.NET\Framework\v1.1.4322\S
ystem.Drawing.dll"
                  [vbc] "/reference:C:\WINNT\Microsoft.NET\Framework\v1.1.4322\S
ystem.Windows.Forms.dll"
                  [vbc] "/reference:C:\WINNT\Microsoft.NET\Framework\v1.1.4322\S
ystem.Xml.dll"
                  [vbc] "C:\work\nant\examples\HelloWindowsForms\MainForm.vb"
                  [vbc]
                  [vbc] Starting 'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\vbc
.exe (@"C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp2E.tmp")' in 'C:\work\nant\examples
\HelloWindowsForms'

            BUILD SUCCEEDED

            Total time: 0.5 seconds.

     [nant] C:\work\nant\examples\HelloWorld\default.build build
            Buildfile: file:///C:/work/nant/examples/HelloWorld/default.build
            Target framework: Microsoft .NET Framework 1.1
            Base Directory: C:\work\nant\examples\HelloWorld.
            Target(s) specified: build


            build:

                [mkdir] Creating directory 'C:\work\nant\examples\HelloWorld\bin
'.
                  [csc] Output file 'C:\work\nant\examples\HelloWorld\bin\HelloW
orld-cs.exe' does not exist, rebuilding.
                  [csc] Compiling 1 files to 'C:\work\nant\examples\HelloWorld\b
in\HelloWorld-cs.exe'.
                  [csc] Contents of C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp31.tmp.

                  [csc] /fullpaths
                  [csc] /debug
                  [csc] "/define:DEBUG"
                  [csc] "/define:TRACE"
                  [csc] /nologo
                  [csc] "/target:exe"
                  [csc] "/out:C:\work\nant\examples\HelloWorld\bin\HelloWorld-cs
.exe"
                  [csc] "C:\work\nant\examples\HelloWorld\HelloWorld.cs"
                  [csc]
                  [csc] Starting 'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\csc
.exe (@"C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp31.tmp")' in 'C:\work\nant\examples
\HelloWorld'
                  [jsc] Output file 'C:\work\nant\examples\HelloWorld\bin\HelloW
orld-js.exe' does not exist, rebuilding.
                  [jsc] Compiling 1 files to 'C:\work\nant\examples\HelloWorld\b
in\HelloWorld-js.exe'.
                  [jsc] Contents of C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp34.tmp.

                  [jsc] /debug
                  [jsc] "/define:DEBUG"
                  [jsc] "/define:TRACE"
                  [jsc] /nologo
                  [jsc] "/target:exe"
                  [jsc] "/out:C:\work\nant\examples\HelloWorld\bin\HelloWorld-js
.exe"
                  [jsc] "C:\work\nant\examples\HelloWorld\HelloWorld.js"
                  [jsc]
                  [jsc] Starting 'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\jsc
.exe (@"C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp34.tmp")' in 'C:\work\nant\examples
\HelloWorld'
                  [vbc] Output file 'C:\work\nant\examples\HelloWorld\bin\HelloW
orld-vb.exe' does not exist, rebuilding.
                  [vbc] Compiling 1 files to 'C:\work\nant\examples\HelloWorld\b
in\HelloWorld-vb.exe'.
                  [vbc] Contents of C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp37.tmp.

                  [vbc] /debug
                  [vbc] "/define:DEBUG=True"
                  [vbc] "/define:TRACE=True"
                  [vbc] /nologo
                  [vbc] "/target:exe"
                  [vbc] "/out:C:\work\nant\examples\HelloWorld\bin\HelloWorld-vb
.exe"
                  [vbc] "C:\work\nant\examples\HelloWorld\HelloWorld.vb"
                  [vbc]
                  [vbc] Starting 'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\vbc
.exe (@"C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp37.tmp")' in 'C:\work\nant\examples
\HelloWorld'

            BUILD SUCCEEDED

            Total time: 1 seconds.

     [nant] C:\work\nant\examples\Simple\Simple.build build
            Buildfile: file:///C:/work/nant/examples/Simple/Simple.build
            Target framework: Microsoft .NET Framework 1.1
            Base Directory: C:\work\nant\examples\Simple.
            Target(s) specified: build


            build:

                [mkdir] Creating directory 'C:\work\nant\examples\Simple\bin'.
                  [csc] Output file 'C:\work\nant\examples\Simple\bin\Simple.exe
' does not exist, rebuilding.
                  [csc] Compiling 1 files to 'C:\work\nant\examples\Simple\bin\S
imple.exe'.
                  [csc] Contents of C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp3A.tmp.

                  [csc] /fullpaths
                  [csc] /debug
                  [csc] "/define:DEBUG"
                  [csc] "/define:TRACE"
                  [csc] /nologo
                  [csc] "/target:exe"
                  [csc] "/out:C:\work\nant\examples\Simple\bin\Simple.exe"
                  [csc] "C:\work\nant\examples\Simple\Simple.cs"
                  [csc]
                  [csc] Starting 'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\csc
.exe (@"C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp3A.tmp")' in 'C:\work\nant\examples
\Simple'

            BUILD SUCCEEDED

            Total time: 0.2 seconds.

     [nant] C:\work\nant\examples\StyleTask\SimpleExtensionObject\SimpleExtensio
n.build build
            Buildfile: file:///C:/work/nant/examples/StyleTask/SimpleExtensionOb
ject/SimpleExtension.build
            Target framework: Microsoft .NET Framework 1.1
            Base Directory: C:\work\nant\examples\StyleTask\SimpleExtensionObjec
t.
            Target(s) specified: build


            build:

                [style] Loading XML file 'C:\work\nant\examples\StyleTask\Simple
ExtensionObject\circles.xml'.
                [style] Loading stylesheet 'file:///C:/work/nant/examples/StyleT
ask/SimpleExtensionObject/circle.xsl'.
                [style] Processing 'C:\work\nant\examples\StyleTask\SimpleExtens
ionObject\circles.xml' to 'C:\work\nant\examples\StyleTask\SimpleExtensionObject
\circle-out.xml'.

            BUILD SUCCEEDED

            Total time: 0.2 seconds.

     [nant] C:\work\nant\examples\UserTask\default.build build
            Buildfile: file:///C:/work/nant/examples/UserTask/default.build
            Target framework: Microsoft .NET Framework 1.1
            Base Directory: C:\work\nant\examples\UserTask.
            Target(s) specified: build


            build:

                [mkdir] Creating directory 'C:\work\nant\examples\UserTask\bin'.

                  [csc] Output file 'C:\work\nant\examples\UserTask\bin\UserTask
s.dll' does not exist, rebuilding.
                  [csc] Compiling 1 files to 'C:\work\nant\examples\UserTask\bin
\UserTasks.dll'.
                  [csc] Contents of C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp3D.tmp.

                  [csc] /fullpaths
                  [csc] /nologo
                  [csc] "/target:library"
                  [csc] "/out:C:\work\nant\examples\UserTask\bin\UserTasks.dll"
                  [csc] "/reference:C:\work\nant\bin\NAnt.Core.dll"
                  [csc] "C:\work\nant\examples\UserTask\UserTask.cs"
                  [csc]
                  [csc] Starting 'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\csc
.exe (@"C:\DOCUME~1\Shahmed\LOCALS~1\Temp\tmp3D.tmp")' in 'C:\work\nant\examples
\UserTask'

            BUILD SUCCEEDED

            Total time: 0.2 seconds.


BUILD SUCCEEDED

Total time: 3.9 seconds.


C:\work\nant\examples>

Reply via email to