Re: [nant-dev] userdoc changes

2003-10-25 Thread N. V.
I like the inlining of the nested elements, especially because it allows to have all the information usefull to call a task in the same place. Nick From: "Scott Hernandez" <[EMAIL PROTECTED]> To: "Nant-Dev" <[EMAIL PROTECTED]> Subject: Re: [nant-dev] userdoc changes Date: Fri, 24 Oct 2003 08:38

Re: [nant-dev] userdoc changes

2003-10-25 Thread Scott Hernandez
The real advantage to the 1st level inlining of nested elements is that you can see the attributes right there. It is esp. useful when using arrays/collections of elements, like or , so that you can see the attributes that are required and available.     Can I get a show of hands from peopl

RE: [nant-dev] Path dependencies for VisualCpp/some Win32 tasks

2003-10-25 Thread Tharen D. Debold
Thanks, I missed the part about TLBImp/TLBExp. I've thought about this a while longer, and I don't see a one-step solution that solves the problem for everyone concerned unless... One of my concerns is putting stuff in the config file that would be modified by the end-user. Yes, sure you can cus

Re: [nant-dev] tag and references revisited

2003-10-25 Thread Nicklas Norling
Hmm, the plot thickens... Seems the reason the build using and no solution file stopp is because of string projectExt = Path.GetExtension(path).ToLower(CultureInfo.InvariantCulture); In the ProjectFactory class method LoadProject(), the path variable is null for some strange reason. /Nicke ---

RE: [nant-dev] Path dependencies for VisualCpp/some Win32 tasks

2003-10-25 Thread Tharen D. Debold
Thanks, I missed the part about TLBImp/TLBExp. I've thought about this a while longer, and I don't see a one-step solution that solves the problem for everyone concerned unless... One of my concerns is putting stuff in the config file that would be modified by the end-user. Yes, sure you can cus

[nant-dev] tag and references revisited

2003-10-25 Thread Nicklas Norling
Hi all. I'm trying to get the tag to work for me. I have a tag with ~30 .csproj files included and it won't compile, nor will the sln file with the same amount of projects. Nothing fancy, things just some dependencies. This is what I get: BUILD FAILED INTERNAL ERROR System.NullReferenceExceptio

[nant-dev] nant.build output directories

2003-10-25 Thread Scott Hernandez
I'm planning on changing the output directory to include the framework and platform before the version. The current style is "build\nant-0.8.4-debug" and the new style would be "build\net-1.0.win32\nant-0.8.4-debug"; with the bin directory moving one level deeper.   Does anyone have any pro

Re: [nant-dev] Data Types

2003-10-25 Thread Ian MacLean
Scott Hernandez wrote: I've been looking over the implementation and use of DataTypeBase; while I've been making changes to the documentation and metedata utils. It seems like the following is how things work now. -- Anything derived from DataTypeBase (with an ElementNameAttribute) can be gi

[nant-dev] Solution task, support for .csdproj

2003-10-25 Thread Thibaut Barrère
Hi, is there anyone currently working on adding support for .csdproj (PocketPc application) project in the Solution task ? Regards, Thibaut Barrère --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.525 / Virus Database: 322 - Rele

[nant-dev] useful plugin for those using vs.net and NUnit

2003-10-25 Thread Ian MacLean
http://www.mailframe.net/Products/TestRunner.htm Ian --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new feature