[nant-dev] 1st run through the nightly build

2003-02-05 Thread Mark Griffiths
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\examplesnant
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



Re: [nant-dev] 1st run through the nightly build

2003-02-05 Thread Scott Hernandez
Doc changes updated.

As for the examples, we have a problem with the VB.Net HelloWindowsForms
example. We should remove that one till we get it working. We should also
include some more, non-trivial, examples. Maybe something with multiple
build files. Anyone have any samples they would be willing to see ship with
NAnt?

I will update the UserTask example to not use the TaskDef task. Instead the
user will need to copy the task to the nant.core.dll path.

- Original Message -
From: Mark Griffiths [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 2:07 PM
Subject: [nant-dev] 1st run through the nightly build


 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\examplesnant
 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





---
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