Here are the results from my dry run using the latest nightly build.

Docs:

index.html
Still refers to the .net framework as a 'release candidate'

links.html
Could to with a link to Draco.NET ;)

changelog.html
Might be easier in the long run to ditch this, and switch to auto generated
change logs from CVS?

todo.html
Remove the 0.8 section

Examples:

Cannot cleanly run examples.build file in examples root dir.

Get the following output:
----------------------------------
C:\Working\nant-20030201\examples>nant
Buildfile: file:///C:/Working/nant-20030201/examples/examples.build

build:
     [echo] Building NAnt examples...
     [nant] HelloWorld\default.build
            Buildfile:
file:///C:/Working/nant-20030201/examples/HelloWorld/default.build

            build:
                  [csc] Compiling 0 files to
C:\Working\nant-20030201\examples\HelloWorld-cs.exe

BUILD FAILED
C:\Working\nant-20030201\examples\HelloWorld\default.build(16,4):
 External Program Failed:
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\csc.exe return 1
Output:
fatal error CS2008: No inputs specified


BUILD FAILED
----------------------------------

I tried removing the basedir="." and but then the HelloWorld example failed
when trying to run the generated exes.  I think that the exec task must not
be honouring the project base dir?

I'm also getting errors running the HelloWindowsForms and UserTask samples,
but will have run out of time tonight to investigate.  I'll spend some time
on them tomorrow.

-MG



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to