[Nant-users] Using NAnt 0.8.3's NAntContrib with CVS version of NAnt?

2003-09-15 Thread Mike Roberts
Hi there, I'd like to use and in my build. So I have a recentish build of NAnt head. And I copied the NAnt.Contrib.Tasks.dll from NAnt 0.8.3 final into my compiled NAnt bin folder. But If I try to use I get 'Unknown task ' Am I being dumb? Thanks, Mike -- Mike Roberts http://mikeroberts.t

[Nant-users] Error Building nant .8.3.50015 with Framework 1.1

2003-09-15 Thread Renee Petris
Hi, I'm trying to build Nant using only .NET 1.1. I've changed Nant.exe.config so that defaultframework="net-1.1" and commented out the supportedRuntime referring to version 1.0xxx. I'm using my Visual Studio .NET 2003 command prompt. When I execute bin\nant from my nant installation directory

Re: [Nant-users] How to list available targets?

2003-09-15 Thread Ian MacLean
Should the -projecthelp option do the same thing by default ? Rightnow it uses xslt to process the build file - ie it doesn't actually load/Initialize the project. Ian i'm looking in NAnt.core source code to figure this out. Project has TargetCollection called Targets TargetCollection contains

RE: [Nant-users] How to list available targets?

2003-09-15 Thread Jean Rajotte
i'm looking in NAnt.core source code to figure this out. Project has TargetCollection called Targets TargetCollection contains Target Target has properties .Name, .Desc,

[Nant-users] RE:

Title: Message eric, the way i read the error, it's not NDoc that's pushing back, it's the solution task that's expecting the xml output and doesn't find it. i don't know why csc doesn't put out the XML in spite of the warnings... i know i tone the warnings down by changing the project's wa

RE: [Nant-users] How to list available targets?

Fabulous. That's what I've been looking for. How could I get the descriptions along with that? Thanks, Sundar -Original Message- From: Jean Rajotte [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 3:23 PM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] How to list available tar

RE: [Nant-users] How to list available targets?

good point about includes. here's a target that lists all loaded targets so, to invoke it you'd say: >nant showTargets

[Nant-users] and NDoc

My developers just started incorporating NDoc into their projects.  My first build has resulted in some errors in the compile.  It looks like NAnt is looking for the *.xml file that should result before the compile is done and erroring out because it's not there.  Any help would be very appreciated

RE: [Nant-users] How to list available targets?

It will return all of the targets in the main/default build file, but if that build file includes files with additional targets, those included targets are not listed. I'll leave it to others to decide if this is a feature or a bug. :-) Randy -Original Message- From: [EMAIL PROTECTED] [m

Re: [Nant-users] NAnt 0.8.3 final: External Program failed

Hi, * Sascha Andres wrote on 15.09.2003 (14:42): > I get also problems whith this tests. The did not stoped > nant from working correctly here. After you typed nant, > change build\nant-0.8.x-debug\NAnt.exe.config default to > net1-1. After that run nant test. That makes the test > successfully on

RE: [Nant-users] How to list available targets?

If you type "nant -projecthelp" you will get exactly what you want. -Original Message- From: Narayanasamy, Sundar [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 1:58 PM To: Jaroslaw Kowalski; [EMAIL PROTECTED] Subject: RE: [Nant-users] How to list available targets? Let me r

Re: [Nant-users] How to list available targets?

Sorry, but except "targets" != "-projecthelp" I see no difference... Jarek - Original Message - From: "Narayanasamy, Sundar" <[EMAIL PROTECTED]> To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 15, 2003 8:57 PM Subject: RE: [Nant-users] How to list

RE: [Nant-users] How to list available targets?

Let me re-phrase the question. I need to let the user know of my targets. When user enters "nant targets" in my project directory, I want to list all the available targets in my build file. Sundar -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Monday, Septemb

Re: [Nant-users] How to list available targets?

nant -projecthelp Also, when your targets have "description" attribute it will be printed as well. There's also NAntMenu shell extension which provides this information when you right-click on *.nant file. Jarek - Original Message - From: "Narayanasamy, Sundar" <[EMAIL PROTECTED]> To:

[Nant-users] How to list available targets?

Hello, I have a build file that has several targets? How do I let the user know of the targets, when he tries it. Help is appreciated. Sundar --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[Nant-users] invalid element

Title: invalid element hi, i have a build file as follows:                                                                                                        

Re: [Nant-users] NAnt 0.8.3 final: External Program failed

Hallo Javed, * Am 15.09.2003 (12:33) schriebst Du: > yes i have installed only .netframework 1.1 but i have edited this file already > setting defaultframework to .net1.1. I get also problems whith this tests. The did not stoped nant from working correctly here. After you typed nant, change build\

Re: [Nant-users] csc Task: How to use resources

Hi, * Ian MacLean wrote on 14.09.2003 (21:37): > What you're seeing is a recently introduced bug in compilerbase.cs. I've > committed a fix that should appear in the next nightly build. I can confirm that the resources are running now again. After I got the license task running, I'm comfortable w

[Nant-users] Call task (dependency resolution)

Hi, I've committed the following (possible breaking) change to cvs (which should also be available in today's nightly build) : The task will now always execute both the specified target, and all its dependencies. In previous versions of NAnt, you could force the execution of a target by setting