Re: [Nant-users] newbie question

2003-08-01 Thread Giuseppe Greco
Give look at http://developer.agamura.com/technotes Gius_. On Fri, 2003-08-01 at 16:58, [EMAIL PROTECTED] wrote: > I am new to NAnt and have been given the task of making this tool work > within our enterprise. Are there perhaps larger examples of build files > that contain multiple tasks and sol

Re: [Nant-users] NUnit2Report error in NAnt

2003-08-01 Thread Ian MacLean
Jeff, the NUnit2Report task doesn't ship with the nant distribution. Its been implemented by a third party. You can get the latest release at http://sourceforge.net/projects/nunit2report/ Unfortunately its compatible with 0.83 rc2. I've contacted the author with an offer to submit patches So I'l

Re: [Nant-users] solution task

2003-08-01 Thread Ian MacLean
The nant-0.8.3-rc2 release contains the solution task. If you run nant from nant-0.8.3-rc2\bin it should find the solution task fine. It resides in the NAnt.VSNetTasks.dll assembly. You shouldn't need to run a build of nant itself. Ian What versions of nant support the solution task? When I me

Re: [Nant-users] nant-0.8.3-rc2 does not build?

2003-08-01 Thread Ian MacLean
Hmm - the problem is that the test folder is not included in the rc2 distribution thus explaining why it can't find tests\NAnt.Core\NAnt.Core.build. However it has already built everything its only the tests that don't build. If you look in the newly created \build\nant-0.8.3.50100-debug\bin fo

Re: [Nant-users] FileSets as elements of Project

2003-08-01 Thread Ian MacLean
David, somthing like: use an id to define a fileset reference at the project or target level and then reference it with the refid attribute. Ian The documentation for File Sets (http://nant.sourceforge.net/help/fundamentals/fog26.html) says: “File Sets can appear inside ta

Re: [Nant-users] XSL file must not be read-only

2003-08-01 Thread Ian MacLean
Peter , I'm pretty sure that its not a requirement of the .net xslt classes that the source file be readonly. Sounds lik a bug in the style task. I'll take a look. Ian Just curious about something: Why must an XSL file (or whatever your "style" source file is for the

[Nant-users] NUnit2Report error in NAnt

2003-08-01 Thread Jeff Kararo
I am getting an error when I include NUnit2Report in my NAnt build "invalid element . Unknown task or datatype" Any idea why this is occuring? --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-co

[Nant-users] FileSets as elements of Project

2003-08-01 Thread David Peckham
The documentation for File Sets (http://nant.sourceforge.net/help/fundamentals/fog26.html) says:   “File Sets can appear inside tasks that support this feature or at the project level, i.e., as children of project.”   Can someone point to an example of this usage?    

[Nant-users] Issue using solution task with nant-0.8.3-rc2 version

2003-08-01 Thread Gangadat, Ravindra K
I keep on obtaining the following error when using the solution task - Sorry for the cross-post but I have a build deadline for this Friday. NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net settings warning: frameworkinfo netcf-1.0 is invalid and has not been l

[Nant-users] newbie question

2003-08-01 Thread michaelrudge
I am new to NAnt and have been given the task of making this tool work within our enterprise. Are there perhaps larger examples of build files that contain multiple tasks and solutions that are available to view to get a better handle on the syntax and the power of this tool? Thanks Mike --

RE: [Nant-users] nant-0.8.3-rc2 does not build?

2003-08-01 Thread Daniel Nguyen
Noah,   I ran into the same problem when I tried to run Nant 0.8.3 since I also need task.  To fix this problem, I modified the NAnt.build file using search-and-replace option to replace all tests with src instances.  I was then able to compile the NAnt (using VS .NET)  though I did run in

[Nant-users]

2003-08-01 Thread Peter Lanoie
This used to work inside a script tag... Log.WriteLine("message"); How do I make it work with the recent changes? I have been looking thru the source code for 45 minutes trying to figure out how to write out messages from within a script and can't seem to get anything to work. Peter

[Nant-users] solution task

2003-08-01 Thread Cohen, Noah (CA - Ottawa)
What versions of nant support the solution task?  When I mean versions, I’m speaking of the most current but stable (build).   Thanks, - Noah This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by

[Nant-users] nant-0.8.3-rc2 does not build?

2003-08-01 Thread Cohen, Noah (CA - Ottawa)
When I try and run nant-0.8.3-rc2/bin/nant, I get the following error:     [nant] tests/NAnt.Core/NAnt.Core.build build   Total time: 34 seconds.   BUILD FAILED   C:\nant-0.8.3-rc2\tests\NAnt.Core\NAnt.Core.build:  Error loading buildfile Could not find a part of the path "C

[Nant-users] XSL file must not be read-only

2003-08-01 Thread Peter Lanoie
Just curious about something: Why must an XSL file (or whatever your "style" source file is for the

[Nant-users] RE: VSS tasks] vssget - version=

2003-08-01 Thread Peter Lanoie
Ian - I only have about 3 VSS installations, so maybe I can take a stab at least at determining the proper VSS API calls (and test that it all works). Then perhaps I'll be able to come up with a patch (no promises tho, still have much C# to learn). Peter -Original Message- From: Ian Mac

[Nant-users] VSS tasks] vssget - version=

2003-08-01 Thread Michael Dang
Upgrade to either VSS v6.0c or better. That worked for me. = Michael Dang __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --- This SF.Net email

Re: [Nant-users] Idea:

2003-08-01 Thread Eric Fetzer
I think it's a great idea.Ian MacLean <[EMAIL PROTECTED]> wrote: Peter,I like the idea. See what others say and then we can look at adding it. Your approach looks pretty much correct. Don't know why you can't build though.Ian>-- Part 1 -->Hi NAnters,>>I was just editing some build files and testing

Re: [nant-dev] Re: [Nant-users] Idea:

2003-08-01 Thread Gert Driesen
Hi, I don't think I really like adding a message attribute to the Task class, and having two ways of outputting messages to the build log. The echo task is more powerful as it allows messages to be output only when a condition is met (separate from the task conditions), and it allows you to set a

[Nant-users] Solution task problem

2003-08-01 Thread Dmitriy Bezugliy
Hi I novice to Nant and Ant.   I try to using task And got those answer :   build: [solution] Starting solution build. [solution] Included projects: [solution] - C:\aCRM\src\Core\Bkc.Oblik.aCRM.Common\Bkc.Oblik.aCRM.Common.csproj [solution] Reference projects: Total time: 0 secon

RE: [Nant-users] Slingshot and VS sln files

2003-08-01 Thread Bernard Vander Beken
Ian wrote: > [...] > as for supporting 2003 files it should be trivial to update it as there > are very few differences in the project formats beyond the version > numbers. Adding a version argument to slinshot or just letting it handle > either shouldn't be too difficult. > [...] I'll have a