[Nant-users] Cant build Nant in 2004 (from Getting started instructions)

2004-01-16 Thread Jean-Philippe Bret-Gaubaste
Hi, I've just downloaded Nant and I encounter many many difficulties to make it work. In fact, it still doesnt work at all. First problem I faced was that I did not installed .net framework 1.0 (only 1.1) so I had to make xml comments and modifications on NAnt.exe.config Second problem was that

[Nant-users] Nant and PVCS

2004-01-16 Thread michaelrudge
Is anyone using NAnt with PVCS? I am writing a task to get a version label. The command works fine from the command line or a bat file but when I put or call it through Nant it does not perform correctly. Thanks Michael Rudge Associate Analyst/Programmer Desk- (304) 357-2965 Mobile- (304) 546-1063

Re: [Nant-users] resgen & mono

2004-01-16 Thread Ian MacLean
Marco, Are you running the latest buils of nant and mono ? A slightly modified version of your build file works fine for me. do you have a monoresgen.exe on your system ? what does: which monoresgen.exe return ? Ian On Sat, 2004-01-17 at 00:29, Ian MacLean wrote: It should work. What does you

RE: [Nant-users] Newbie question on using nant to push to production

2004-01-16 Thread Morris, Jason
If I understand your position... See my comments inline... Warning long post... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Landes Eric (RBNA/CIT4.2) > Sent: Friday, January 09, 2004 6:26 AM > To: [EMAIL PROTECTED] > Subject: RE: [Nant-user

Re: [Nant-users] resgen & mono

2004-01-16 Thread Marco Canini
On Sat, 2004-01-17 at 00:29, Ian MacLean wrote: > It should work. What does your build file look like ? I'm attaching it. Thanks > Ian > Marco Canini wrote: > > >is the resgen task supposed to work with mono? > >i'm getting this: > > > >NAnt 0.84 (Build 0.84.1450.0; net-1.0.win32; rc 2; 12/21/200

Re: [Nant-users] resgen & mono

2004-01-16 Thread Ian MacLean
It should work. What does your build file look like ? Ian Marco Canini wrote: is the resgen task supposed to work with mono? i'm getting this: NAnt 0.84 (Build 0.84.1450.0; net-1.0.win32; rc 2; 12/21/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: file://home/marco/s

[Nant-users] resgen & mono

2004-01-16 Thread Marco Canini
is the resgen task supposed to work with mono? i'm getting this: NAnt 0.84 (Build 0.84.1450.0; net-1.0.win32; rc 2; 12/21/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: file://home/marco/src/cvs/marco/Schema4ADO.Net/Schema4ADO.Net.build Target(s) specified: build

MORE INFO --> Re: [Nant-users] Resource lookup failed - infinite recursion detected

2004-01-16 Thread Billy Bacon
I ran Nant with -verbose mode and got the following logs. Are the logs where it says it 'not exist' or 'invalid' bad? Why can't it find those things? Thanks in advance for any help. Z:\development\net\RENTVALUE>nant -verbose NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) Copy

Re: [Nant-users] Resource lookup failed - infinite recursion detected

2004-01-16 Thread Billy Bacon
Things don't seem to be consistent... Now it's failing again. cp: [copy] Copying 31 files to c:\Inetpub\wwwroot\rentvalue. [copy] Copying 3 files to c:\Inetpub\wwwroot\rentvalue\controls. [copy] Copying 3 files to c:\Inetpub\wwwroot\rentvalue\library. [copy] Copying 125 files

[Nant-users] build error loading 3rd party .dll

2004-01-16 Thread Scott Delson
I'm getting a build error that seems to come from a 3rd party tool that is referenced in the project (ActiveReports.dll). The project builds from Visual Studio.NET but not with nant. I don't know whether this is a configuration issue with the dll, my script, or a problem with nant. Any ideas? t

[Nant-users] Resource lookup failed - infinite recursion detected

2004-01-16 Thread Billy Bacon
Could someone take a peek at this small build script and tell me why I'm receiving the following error (it fails on the 'cp' target): [copy] Copying 2 files to c:\Inetpub\wwwroot\rentvalue\controls. BUILD FAILED INTERNAL ERROR INTERNAL ERROR [Resource lookup failed - infinite recursion de

RE: [Nant-users] NAnt Task Documentation

2004-01-16 Thread Cromwell, Ryan
Stable release(0.84): http://nant.sourceforge.net/help/index.html Latest Nightly (01.04.2004): http://nant.sourceforge.net/nightly/help/index.html Click on Task References for the core tasks. for your specific concern, use -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

RE: [Nant-users] NAnt Task Documentation

2004-01-16 Thread Landes Eric (RBNA/CIT4.2)
try http://nant.sourceforge.net/help/tasks/index.html . I think you the nant task. Eric L. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Billy Bacon Sent: Friday, January 16, 2004 3:28 PM To: [EMAIL PROTECTED] Subject: [Nant-users] NAnt Task Documentation

Re: [Nant-users] NAnt Task Documentation

2004-01-16 Thread Ian MacLean
in NAnt its just see http://nant.sourceforge.net/help/tasks/call.html Ian For instance, I'm trying to using the task and that's not working. I've also tried using and it didn't recognize that either. Thanks in advance. --- The SF.Net ema

Re: [Nant-users] NAnt Task Documentation

2004-01-16 Thread Ian MacLean
http://nant.sourceforge.net/help/tasks/index.html this is linked off the nant home page. It also comes as part of the nant installation. Ian Billy Bacon wrote: Could someone point me to the NAnt docs which provide the Core Tasks that are available. I know that NAnt is very similar to Ant but t

[Nant-users] NAnt Task Documentation

2004-01-16 Thread Billy Bacon
Could someone point me to the NAnt docs which provide the Core Tasks that are available. I know that NAnt is very similar to Ant but there are missing tasks that work in Ant and not Nant. For instance, I'm trying to using the task and that's not working. I've also tried using and it didn't recog

RE: [Nant-users] NDoc issue ...

2004-01-16 Thread Chris Hogan
Pierre No this has nothing to do with your method names. What this has to do with is when nant and the os finish changing your path to a fully qualified path with file name it exceeds the OS limit on Path length. What you will need to do is look at your script and see if you can find out were

[Nant-users] NDoc issue ...

2004-01-16 Thread pierre . thorey
Hi, has anyone experienced this problem when launching a ndoc task ? "The path is too long after being fully qualified. Make sure path is less than 260 characters." Does this mean I have to reduce the length of some methods names ? Thanks, Pierre

Re: [Nant-users] Building Nant 0.84 not working (Unit tests failing for build)

2004-01-16 Thread Jaroslaw Kowalski
Ignore it. You have a fully functional NAnt version in "build/...". This problem is related to the fact that we now have year 2004 while the release includes Copyright (C) 2001-2003. Jarek - Original Message - From: "Billy Bacon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,