Re: [Nant-users] Support for .NET Compact Framework

2003-02-04 Thread Gert . Driesen
Hi Scott, Right now, the CFResGen has the same functionality and the same commandline options. The only difference between the ResGen and CFResgen, is the name of the executable to use and the path to that executable. So I don't think it's a good idea to create a separate task, I think the

[Nant-users] how-to check if a directory or file exists ?

2003-02-18 Thread Gert . Driesen
Hi, Can anyone tell me how I can check if a certain file or directory exists using NAnt ? Thanks, Gert Driesen Ardatis - CADS Interleuvenlaan 27 - 3001 Leuven Tel.: +32-16-39 33 64 - Fax: +32-16-39 32 32 Mailto:[EMAIL PROTECTED] http://www.ardatis.com The Information contained

Re: [Nant-users] NDoc version in distribution

2003-02-18 Thread Gert Driesen
something that definitely needs attention. Thanks, Gert - Original Message - From: Scott Hernandez [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 1:27 AM Subject: Re: [Nant-users] NDoc version in distribution Gert, We

Re: [Nant-users] NDoc version in distribution

2003-02-18 Thread Gert Driesen
Hi Ian, I'm not saying we should actually always use the latest version, but when possible (and after enough testing) yes. Agreed. In my opinion, we should really try to use only binary releases of other projects and work with those other teams to get bugs fixed (or functional changes

[Nant-users] multiple runtime support

2003-02-24 Thread Gert Driesen
Hi, I'm sorry for crossposting to both the users and developers list, but I think this is something that needs everyone's attention. In my opinion we urgently need to come up with a strategy for implementing support for multiple runtimes, and for making tasks runtime-aware. The release of

[Nant-users] Re: [nant-dev] multiple runtime support

2003-02-24 Thread Gert Driesen
the right directories, compiler names, ) is definitely the way to go. Again, just my 2 cents Gert - Original Message - From: Ian MacLean To: 'Gert Driesen' ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 6:46 AM Subject: RE: [nant-dev

[Nant-users] Compiling for Mono

2003-02-28 Thread Gert Driesen
Hi, I'm trying to build a assemby using Mono 0.20 on Windows, but apparently the Mcs task calls the mcs.exe, this will cause Mono to compile an assembly using the .NET runtime instead of the Mono runtime. The task should instead call "mono mcs.exe [options]" where mcs.exe should be

Re: [Nant-users] file existence task?

2003-03-14 Thread Gert Driesen
Take a look at the available task, that should give you what you need ... Gert - Original Message - From: Bill Conroy [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Hearn, Bruce [EMAIL PROTECTED] Sent: Friday, March 14, 2003 11:52 PM Subject: Re: [Nant-users] file existence task? I just

Re: [Nant-users] CSC task doesn't support unsafe.

2003-06-09 Thread Gert Driesen
Title: Message the csc task in cvs does support both the unsafe and checked flags, but you'll have to wait until our cvs repository is fixed again Gert - Original Message - From: Anthony LoveFrancisco To: 'brian.nantz' ; [EMAIL PROTECTED] Sent: Monday, June 09,

Re: [nant-dev] Re: [Nant-users] Idea: task ... message=hello world /

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

[Nant-users] Re: [nant-dev] Daily build

2003-08-14 Thread Gert Driesen
Hi Jarek, Normally the daily builds are produced using an automated build server (using Draco.NET), however we've been having issues for some time now but we hope to have these resolved as soon as possible (Scott, please ???). Thanks, Gert - Original Message - From: Jaroslaw Kowalski

Re: [Nant-users] Bug with link attribute in Visual Studio.NET C# project files.

2003-08-19 Thread Gert Driesen
Martin, Can you transform this information into a bug report (http://sourceforge.net/projects/nant/) so we don't forget about this one. Thanks, Gert - Original Message - From: Martin Webrant TACMa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 3:24 PM Subject:

Re: [Nant-users] Issue w/ version 0.8.3-rc2 and version 0.8.4(from CVS)

2003-08-22 Thread Gert Driesen
I applied a patch supplied by Tom Cabanski yesterday evening that will fix at least one of your issues ... Gert - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 21, 2003 5:14 PM Subject: [Nant-users] Issue w/ version 0.8.3-rc2 and version

Re: [Nant-users] linux nant make failure

2003-08-22 Thread Gert Driesen
Hi Jess, You actually first have to do a make clean, so what you want is : make clean make all Hope this helps, Gert - Original Message - From: Jesse S. A. Bridgewater [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 10:58 PM Subject: [Nant-users] linux nant

Re: [Nant-users] Output of NUnit2 task and subtask test

2003-08-23 Thread Gert Driesen
Hi Daya, when you build NAnt from cvs, you can use the following build fragment : nunit2 formatter type=Plain usefile=false / formatter type=Xml usefile=true extension=.xml / test assemblyname=${build.dir}\ipmtests\ipmtests.dll / /nunit2 this will cause the test results to be : -

Re: [Nant-users] script Log.WriteLine()

2003-08-25 Thread Gert Driesen
use this instead : script language="C#" code![CDATA[ public static void ScriptMain(Project project) { project.Log(Level.Info, "Hello World from a script task using C#"); } ]]/code /script Hope this helps, Gert - Original Message - From: "Peter Lanoie" [EMAIL

Re: [Nant-users] Executing a target more than once

2003-08-26 Thread Gert Driesen
Just add a force=true attribute on the call task. Gert - Original Message - From: Brant Carter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 25, 2003 9:00 PM Subject: [Nant-users] Executing a target more than once It seems that a target will only get executed once in

Re: [Nant-users] CS0246

2003-08-27 Thread Gert Driesen
: Yoram Halberstam [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 5:41 PM Subject: RE: [Nant-users] CS0246 Cheers. Is there anyway to specify multiple folders? -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: 27 August 2003 16:41

Re: [Nant-users] CS0246

2003-08-27 Thread Gert Driesen
- Original Message - From: Daya Sharma [EMAIL PROTECTED] To: 'Yoram Halberstam' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 5:48 PM Subject: RE: [Nant-users] CS0246 Hi Yoram I would recommend you try asis attribute of includes element. So your includes

Re: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-29 Thread Gert Driesen
The solution task supports a nested webmap element (for more details ask Tom Cabanski ([EMAIL PROTECTED]), he actually implemented it) : solution solutionfile=test.sln configuration=release webmap map url=http://localhost/A/A.csproj; path=c:\inetpub\wwwroot\A\A.csproj / /webmap

[Nant-users] Re: branching in nant

2003-09-05 Thread Gert Driesen
] To: Gert Driesen [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, September 05, 2003 11:20 AM Subject: Fwd: branching in nant Hi all, I want to check whether directory exists and branch by the result. Is it possible in current NAnt? [snip] When I first come to NAnt I was really

Re: [Nant-users] how-to specify the framework version to use in order to build ?

2003-09-05 Thread Gert Driesen
Title: R: [Nant-users] how-to specify the framework version to use in order to build ? Alberto, this means that NAnt was not able to determine the location of the .NET Compact Framework, and therefor it does not consider it to be a valid framework, hence the error message. Are you sure

Re: [Nant-users] how-to specify the framework version to use in order to build ?

2003-09-05 Thread Gert Driesen
or higher installed on the machine you're building from. The Compact Framework is not part of the free .NET SDK, so you have to have Visual Studio installed to build against it. From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 6:27 AMTo: Alberto

Re: [nant-dev] Re: [Nant-users] 0.8.3 final

2003-09-07 Thread Gert Driesen
- Original Message - From: Ian MacLean [EMAIL PROTECTED] To: Jaroslaw Kowalski [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, September 07, 2003 9:04 AM Subject: [nant-dev] Re: [Nant-users] 0.8.3 final Jaroslaw Kowalski wrote: Is there any updated roadmap

Re: [Nant-users] NAnt 0.8.3 Version - Unable to Build UserTask Example

2003-09-11 Thread Gert Driesen
I think I can safely say that we've done a good job ignoring these examples lately :-) Thanks for bringing this to our attention, I'll put this on our to-do list. Gert - Original Message - From: CHOW, MARIE [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 11, 2003 6:18

[Nant-users] Nightly builds

2003-09-19 Thread Gert Driesen
Hi, As you may have noticed, we've finally got the nightly build process running again for both NAnt and NAntContrib. For NAnt, the nightly builds are available at http://nant.sourceforge.net/nightly/builds, while the task doc for the nightly build is available online at

Re: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-22 Thread Gert Driesen
- Original Message - From: Thomas Michael Koch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 22, 2003 10:29 AM Subject: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3 Hi - first of all, thank you for a very nice tool. I am using NAnt v. 0.8.3.50105

Re: [Nant-users] location of log file in nunit2 task

2003-09-25 Thread Gert Driesen
- Original Message - From: Daniel Granath [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 7:10 PM Subject: Re: [Nant-users] location of log file in nunit2 task Gert Driesen wrote: Thank's for the quick response. I'm

Re: [Nant-users] location of log file in nunit2 task

2003-09-25 Thread Gert Driesen
: Daniel Granath [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 8:22 PM Subject: Re: [Nant-users] location of log file in nunit2 task The test result files should normally end up in the directory where the test assembly itself

Re: [Nant-users] Fail Task

2003-09-26 Thread Gert Driesen
Jeff, I'm pretty sure this issue was fixed recently (by Scott). Can you try this with the latest nightly build ? Gert - Original Message - From: Sayah, Jeff (HHoldings, CALMS/IT) [EMAIL PROTECTED] To: 'Ian MacLean' [EMAIL PROTECTED]; Sayah, Jeff (HHoldings, CALMS/IT) [EMAIL PROTECTED]

Re: [Nant-users] Possible incomplete xml logging

2003-09-27 Thread Gert Driesen
Hi Daniel, You're correct that the actual build result does not yet show up in the XML log. This is because I'm still not sure which XML layout we should use for that... There's already a bug report on this issue (http://sourceforge.net/tracker/index.php?func=detailaid=788650group_id=31

Re: [Nant-users] Building NantContrib Issue

2003-09-28 Thread Gert Driesen
- Original Message - From: arif mohammed [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 28, 2003 1:38 PM Subject: [Nant-users] Building NantContrib Issue Hi, Iam trying to build the NantContrib nightly build (nantcontrib.Tasks-20030927.zip) project by running

Re: [Nant-users] Nant Plain Text Logging

2003-09-30 Thread Gert Driesen
- Original Message - From: Nick Varacalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 7:00 PM Subject: [Nant-users] Nant Plain Text Logging nAnt 0.83 final, .Net Framework 1.1. A few quick questions: * Is there a way to get nAnt to send output to

Re: [Nant-users] Nant Plain Text Logging

2003-10-01 Thread Gert Driesen
Not right now, I'll try to look into this later - Original Message - From: Nick Varacalli [EMAIL PROTECTED] To: 'Gert Driesen' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 4:38 PM Subject: RE: [Nant-users] Nant Plain Text Logging Thank you for the great

Re: [Nant-users] Nant Plain Text Logging

2003-10-01 Thread Gert Driesen
Nick, This issue is fixed in cvs. Thanks for the report ! Gert - Original Message - From: Nick Varacalli [EMAIL PROTECTED] To: 'Gert Driesen' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 4:39 PM Subject: RE: [Nant-users] Nant Plain Text Logging Thank you

Re: [Nant-users] Nant Plain Text Logging

2003-10-01 Thread Gert Driesen
I'm not able to reproduce this issue. I've been able to send a 388 KB mail with build results ... Gert - Original Message - From: Nick Varacalli [EMAIL PROTECTED] To: 'Gert Driesen' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 5:07 PM Subject: RE: [Nant-users

Re: [Nant-users] solution task problem

2003-10-05 Thread Gert Driesen
Can you try the same solution using the NAnt 0.8.4 nightly builds (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert PS. Please do not cross-post to both the NAnt users and NAnt developers list. We monitor both lists, so issues posted to the users list will not go unnoticed. -

[Nant-users] Re: Mail Task with Attachment Not Working

2003-10-05 Thread Gert Driesen
Arif, What version of NAnt are you using ? I recently updated the mail task with fileset support instead of using an attribute to specify attachements and files that should be included in the body. By the way, you could also use the NAnt.Core.MailLogger instead of the mail task to send the

Re: [Nant-users] Using Nant-Contrib tasks

2003-10-06 Thread Gert Driesen
Alex, You should copy all files in nantcontrib-0.8.4-debug/bin to your NAnt bin directory ... Let me know if you need more help, Gert - Original Message - From: Eckert, Alexander [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 06, 2003 2:50 PM Subject: [Nant-users] Using

[Nant-users] Re: [nant-dev] solution task problem

2003-10-08 Thread Gert Driesen
Kent, Can you try this with the latest NAnt 0.8.4 nightly build (http://nant.sourceforge.net/nightly/builds) and report back to us ? Thanks, Gert PS. Please do not crosspost to both the NAnt users and NAnt developers list. This is a user issue, so you should only report to the users list

Re: [Nant-users] Nunit2 Task with 'No TestFixtures' Error

2003-10-08 Thread Gert Driesen
Arif, What version of NAnt are you using ? Ian very recently checked in support for NUnit 2.1 into NAnt. Assemblies compiled with NUnit 2.0 framework will not work when using the NUnit 2.1 framework (which the cvs version of NAnt uses). Gert - Original Message - From: arif mohammed

Re: [Nant-users] slingshot task - problem

2003-10-09 Thread Gert Driesen
Well, the solution task still has some issues, but in general the 0.8.4 nightly builds are more stable than the 0.8.3 release :-) Gert - Original Message - From: Eckert, Alexander [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED]; [EMAIL PROTECTED] Sourceforge. Net (E-Mail) [EMAIL

Re: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld

2003-10-09 Thread Gert Driesen
- Original Message - From: Ian MacLean [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: Michael Hkansson [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 5:04 PM Subject: Re: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld I

Re: [Nant-users] Apply solution task to empty sln led to error

2003-10-10 Thread Gert Driesen
This one's now fixed in cvs. Thanks for the report, Gert - Original Message - From: Dmitriy Bezugliy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 10, 2003 11:21 PM Subject: [Nant-users] Apply solution task to empty sln led to error Apply solution task to empty sln

Re: [Nant-users] Build Log Files

2003-10-10 Thread Gert Driesen
Nick, This has been changed in cvs now. Thanks for the report, Gert - Original Message - From: Nick Varacalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 10, 2003 11:10 PM Subject: [Nant-users] Build Log Files When a build is running it locks the log file for

Re: [Nant-users] ResGenTask problem

2003-10-10 Thread Gert Driesen
I already had this issue fixed on my local system, but I'm testing some other changes before committing the fix ... Gert - Original Message - From: Dmitriy Bezugliy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, October 10, 2003 10:50 PM Subject:

Re: [Nant-users] Exec task with vsvars32.bat

2003-10-13 Thread Gert Driesen
Its working fine here, unless I use a non-existing working dir (which I assume is your problem) Can you try again without the workingdir attribute ? Gert - Original Message - From: Scott Ford [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 13, 2003 9:58 PM Subject:

Re: [Nant-users] Latest nightly build not smart about project dependencies anymore ?

2003-10-14 Thread Gert Driesen
- Original Message - From: Vincent Erickson [EMAIL PROTECTED] To: 'Gert Driesen' [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 8:19 PM Subject: RE: [Nant-users] Latest nightly build not smart about project dependencies anymore ? Are you suggesting the BuildAll target should look

Re: [Nant-users] Latest nightly build not smart about project dependencies anymore ?

2003-10-14 Thread Gert Driesen
- Original Message - From: Vincent Erickson [EMAIL PROTECTED] To: 'Gert Driesen' [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 8:26 PM Subject: RE: [Nant-users] Latest nightly build not smart about project dependencies anymore ? As long as I have your ear, you might be able

Re: [Nant-users] support for property files ?

2003-10-14 Thread Gert Driesen
- Original Message - From: Marion Nalepa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 8:39 PM Subject: [Nant-users] support for property files ? I'm wondering if there is an equivalent ability in NAnt to Ant's property file feature: Specifically, in Ant

Re: [Nant-users] Latest nightly build not smart about project dependencies anymore ?

2003-10-14 Thread Gert Driesen
- Original Message - From: Vincent Erickson [EMAIL PROTECTED] To: 'Gert Driesen' [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 8:56 PM Subject: RE: [Nant-users] Latest nightly build not smart about project dependencies anymore ? Very helpful. Thanks! Thanks also for the help

Re: [Nant-users] support for property files ?

2003-10-14 Thread Gert Driesen
- Original Message - From: Rodrigo B. de Oliveira [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED]; [EMAIL PROTECTED]; Marion Nalepa [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 9:38 PM Subject: Re: [Nant-users] support for property files ? Hmmm... But this is not exactly

Re: [Nant-users] Logging failures or successes

2003-10-15 Thread Gert Driesen
- Original Message - From: Nicklas Norling [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 4:43 PM Subject: [Nant-users] Logging failures or successes Hi all. I'm building a number of projects and would like to send out feedback from the build using email.

Re: [Nant-users] Logging failures or successes

2003-10-15 Thread Gert Driesen
- Original Message - From: Ben Lowery [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 5:27 PM Subject: Re: [Nant-users] Logging failures or successes I actually didn't think about this immediately, but adding zip support to the MailLogger would add a

Re: [Nant-users] Help with System.Collections...

2003-10-16 Thread Gert Driesen
- Original Message - From: Scott Arbiv [EMAIL PROTECTED] To: 'Gert Driesen' [EMAIL PROTECTED] Sent: Thursday, October 16, 2003 8:00 PM Subject: RE: [Nant-users] Help with System.Collections... Gert, I'm using version 0.8.3. I tried your recommendation, still same error. see below

Re: [Nant-users] trouble building Nant

2003-10-18 Thread Gert Driesen
see http://www.mail-archive.com/[EMAIL PROTECTED]/msg01335.html Gert - Original Message - From: Marion Nalepa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 17, 2003 3:52 PM Subject: [Nant-users] trouble building Nant I'm having trouble building Nant from the nitely

Re: [Nant-users] Logging failures or successes

2003-10-20 Thread Gert Driesen
Are you closing (not just stopping) the Release.log recorder in your failure target ? I attached an example of a working build file. Note, when you close the Recorder in the failure target, the final build result will not yet have been written to the log, so I don't think its useful for you

Re: [Nant-users] Properties problem with the schema task

2003-10-23 Thread Gert Driesen
I assume this has something to do with the fact that we also use the property task as an element in the nant task to allow a user to set specific properties in the newly create NAnt project (while still reusing the code in PropertyTask). Scott, can you verify this ? Gert - Original Message

Re: [Nant-users] Where is tlbimp task?

2003-10-29 Thread Gert Driesen
It was moved into NAnt post 0.8.3 release. Try one of the latest nightly builds (http://nant.sourceforge.net/nightly/builds) Gert - Original Message - From: rido Min [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 8:00 PM Subject: [Nant-users] Where is tlbimp

Re: [Nant-users] asminfo Task

2003-10-29 Thread Gert Driesen
Do you get any error message ? Can you execute NAnt using the -verbose option and send me the output ? What version of NAnt are you using, btw ? Gert - Original Message - From: Eric Fetzer [EMAIL PROTECTED] To: Nant Users [EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 9:31 PM

Re: [Nant-users] Error reported using solution task

2003-11-05 Thread Gert Driesen
David, Can you try this using a recent 0.8.4 nightly build (http://nant.sourceforge.net/nightly/builds) and report back ? Gert - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 11:51 AM Subject: [Nant-users]

Re: [Nant-users] asminfo und ComVisible Attribut

2003-11-14 Thread Gert Driesen
- Original Message - From: Sascha Andres [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 14, 2003 6:39 PM Subject: Re: [Nant-users] asminfo und ComVisible Attribut Hallo Gert, * Am 14.11.2003 (17:41) schriebst Du: I think I'm missing the problem here : why is

Re: [Nant-users] Problems building a web project

2003-11-18 Thread Gert Driesen
Curtis, My guess is that you'll also have to add a reference to the System.Web.dll assembly. Gert - Original Message - From: Curtis Zarger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 17, 2003 8:50 PM Subject: [Nant-users] Problems building a web project Hi,

Re: [Nant-users] Cannot use Nant 0.8.4 with NUnit

2003-11-18 Thread Gert Driesen
I've committed the correct version to cvs, so this issue should be fixed in the next nightly build ... Gert - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 2:37 PM Subject: [Nant-users] Cannot use Nant 0.8.4 with NUnit Hi, We have

Re: [Nant-users] Release Date of 0.8.4

2003-11-18 Thread Gert Driesen
Rido, The next nightly build will have support for NUnit 2.1.4 out of the box. We consider the 0.8.4 nightly builds to be more stable than the 0.8.3 release, but nonetheless, the official 0.8.4 beta-cycle will start shortly Gert - Original Message - From: rido Min [EMAIL PROTECTED] To:

Re: [Nant-users] Release Date of 0.8.4

2003-11-19 Thread Gert Driesen
We haven't decided on the packaging yet. I favor separate distribution packages for NAnt and NAntContrib to make it clear that there is quite a difference with regards to quality and backward compatibility for both projects. The release schedule of both projects will need to be synced

Re: [Nant-users] nant bug - embedded Crystal report files as resources

2003-11-19 Thread Gert Driesen
You could in fact use a combination of the dynamicprefix and prefix attributes of the resources element. The following should match the VS.NET behaviour in the latest 0.8.4 nightly build's (I fixed a bug concerning this today, so you should perhaps wait for the next nighlty build): csc ...

Re: [Nant-users] Incorrect dependency evaluation?

2003-11-20 Thread Gert Driesen
Patrick, This behaviour has indeed changed in the 0.8.4 release, and is documented as a breaking change in the 0.8.4 change log / release notes (http://nant.sourceforge.net/changelog.html). The call task has been changed to always execute the given target, and all its dependencie, regardless of

Re: [Nant-users] (no subject)

2003-11-20 Thread Gert Driesen
Evan, You need to run vsvar32.bat before starting the build or run the build in the Visual Studio .NET Command Prompt ... Gert - Original Message - From: Bonnett, Evan A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 7:33 PM Subject: [Nant-users] (no subject)

Re: [Nant-users] Incorrect dependency evaluation?

2003-11-20 Thread Gert Driesen
- Original Message - From: Jean Rajotte [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 6:30 PM Subject: RE: [Nant-users] Incorrect dependency evaluation? gert, thanks for sticking w/ me on this. your build example could be done using call+force just as

Re: [Nant-users] Conditional define

2003-11-21 Thread Gert Driesen
I was actually planning to add support for a nested definesdefine name=... / ... /defines element, but haven't yet got around to implementing it (although its quite simple) ... Gert - Original Message - From: William E Caputo [EMAIL PROTECTED] To: Sascha Andres sa [EMAIL PROTECTED] Cc:

Re: [Nant-users] Successful build of NAnt .8.3 final on RH 8.0

2003-11-24 Thread Gert Driesen
Jose, You should actually try one of the recent nightly builds (http://nant.sourceforge.net/nightly/builds), as the bootstrapping process and mono support has been vastly improved since the 0.8.3 release. You should be able to do a make all in the NAnt root directory to bootstrap NAnt and build

Re: [Nant-users] Solution task error - The SDK directory for the net-1.0 framewor k

2003-11-24 Thread Gert Driesen
Title: Solution task error - "The SDK directory for the net-1.0 framework" The solution task uses resgen.exe to compile resx files, and resgen.exe is only available as part of the .NET Framework SDK. Apparently VS.NET uses the System.Resources.ResourceWriter class to compile the resx files.

Re: [Nant-users] Zip task - Multiple filesets

2003-11-24 Thread Gert Driesen
Umesh, Currently, the zip task only supports a single filset. Please submit a feature request for this (http://sourceforge.net/projects/nant/) if you'd like to see support for multiple filesets added to a future release. Thanks, Gert - Original Message - From: Mahajan, Umesh [EMAIL

Re: [Nant-users] License Task Path Error help

2003-11-25 Thread Gert Driesen
Michael, What is the value of ${assembly.name} when you get this exception ? Can you try to reproduce this using a recent 0.8.4 nightly build (http://nant.sourceforge.net/nighlty/builds) and send me a zip file containing the mininum number of files necessary to reproduce this issue ? Thanks,

Re: [Nant-users] Solution task not copying referenced dlls to output dir

2003-11-27 Thread Gert Driesen
I suggest upgrading to one of the recent nightly builds (http://nant.sourceforge.net/nightly/builds) as these tend to be more stable than the 0.8.3 release ... Gert - Original Message - From: Harvey Green [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Nicklas Norling [EMAIL PROTECTED]

Re: [Nant-users] Solution Task Bug

2003-12-04 Thread Gert Driesen
Marc, This should be fixed in the 0.84 nightly builds (http://nant.sourceforge.net/nightly/builds). Can you try this with one of the recent nightly builds and report back ? Thanks, Gert - Original Message - From: Lehnert, Marc [LBRT/LNA] [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: [Nant-users] Specifying which .net framework to build against with .84 rc1

2003-12-07 Thread Gert Driesen
Jason, You are correct. The framework to target can be set from the commandline using the -defaultframework (or -k) switch. In build files the current framework can be changed by setting the value of the 'nant.settings.currentframework' property, although this may change in the future :

Re: [Nant-users] Unable to build 12/9 nightly build

2003-12-10 Thread Gert Driesen
These tests fail because NAnt is not able to locate some tools needed for Visual C++ support ... You can easily resolve this by executing C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvar32.bat in the command prompt before building NAnt. However, your copy of NAnt is

Re: [Nant-users] bug in Element.cs?

2003-12-10 Thread Gert Driesen
Ben, This issue has now been fixed in cvs. Thanks for reporting this and tracking it down !!! Gert - Original Message - From: Ben Lowery [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 9:37 PM Subject: [Nant-users] bug in Element.cs? hi there, I'm

Re: [Nant-users] Latest nightly build 20031209 doesn't build correctly

2003-12-11 Thread Gert Driesen
Karmous, These tests fail because NAnt is not able to locate some tools needed for Visual C++ support ... You can easily resolve this by executing C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvar32.bat in the command prompt before building NAnt. However, your copy of NAnt

Re: [Nant-users] Latest nightly build 20031209 doesn't build corr ectly

2003-12-11 Thread Gert Driesen
Saber, I have no idea where the solution task is getting the '983547E4-E07A-4234-8E54-6B909B743494' guid from Can you somehow put together a zip file containing the minimum files required to reproduce this issue ? Thanks, Gert - Original Message - From: Karmous S. (Saber) [EMAIL

Re: [Nant-users] Solution and Web Projects

2003-12-11 Thread Gert Driesen
Can you somehow package up a zip file containing the minimum set of files necessary to reproduce this issue ? Thanks, Gert - Original Message - From: Nick Robinson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 11, 2003 5:26 PM Subject: [Nant-users] Solution and Web

Re: [Nant-users] Solution and Web Projects

2003-12-13 Thread Gert Driesen
Nick, This issue is now fixed in CVS. Can you try today's nightly build (http://nant.sourceforge.net/nightly/builds) which should be available in a few minutes ? Thanks, Gert - Original Message - From: Nick Robinson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 11,

Re: [Nant-users] name space does not exist

2003-12-18 Thread Gert Driesen
eldo are you sure you're targeting the .NET Framework 1.1 ? By default, NAnt targets the .NET Framework 1.0, to have it target .NET 1.1, you can : - set the nant.settings.currentframework property to net-1.1 eg. property name=nant.settings.currentframework value=net-1.1 / - set the target

Re: [Nant-users] Solution task problem with tlbimp

2003-12-18 Thread Gert Driesen
Tim, Right now, the solution task expects tlbimp.exe to be on your PATH, we will change this in the future by using TlbImpTask instead of directly calling the executable, but for now you'll have to add the Framework SDK bin directory (eg. C:\Program Files\Microsoft Visual Studio .NET

[Nant-users] NAnt 0.84 Release Candidate 2 available

2003-12-21 Thread Gert Driesen
NAnt 0.84 Release Candidate 2 is now available for download at http://sourceforge.net/project/showfiles.php?group_id=31650 For a list of changes, see http://nant.sourceforge.net/releasenotes.html. The NAnt Team --- This SF.net email is

Re: [Nant-users] NAnt 0.84 Release Candidate 2 available

2003-12-21 Thread Gert Driesen
Gert - Original Message - From: Marco Canini [EMAIL PROTECTED] Cc: NAnt Mailing List (E-Mail) [EMAIL PROTECTED] Sent: Sunday, December 21, 2003 7:31 PM Subject: Re: [Nant-users] NAnt 0.84 Release Candidate 2 available Gert Driesen wrote: NAnt 0.84 Release Candidate 2 is now

Re: [Nant-users] NAnt 0.84 Release Candidate 2 available

2003-12-22 Thread Gert Driesen
- Original Message - From: Ian MacLean [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: Marco Canini [EMAIL PROTECTED]; NAnt Mailing List (E-Mail) [EMAIL PROTECTED] Sent: Monday, December 22, 2003 10:45 AM Subject: Re: [Nant-users] NAnt 0.84 Release Candidate 2 available

Re: [Nant-users] Embeding .resx with csc

2003-12-23 Thread Gert Driesen
- Original Message - From: Nicolas V. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 1:50 PM Subject: [Nant-users] Embeding .resx with csc Hi, I would like to know if it's possible to remove the Read in 0 resources from 'c:\local_build\blah\bluh.aspx.resx'

Re: [Nant-users] Problem installing nant v82

2003-12-25 Thread Gert Driesen
This issue could be due to a known issue in rc1, can you please try rc2 and get back to us asap ? Thanks, Gert - Original Message - From: Abhishek Kant [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, December 25, 2003 3:46 PM Subject: [Nant-users] Problem

Re: [nant-dev] Re: [Nant-users] Problem installing nant v82

2003-12-26 Thread Gert Driesen
... Good thing you noticed this now ... Sorry for this Gert - Original Message - From: Ian MacLean [EMAIL PROTECTED] To: David Reed [EMAIL PROTECTED] Cc: Gert Driesen [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, December 26, 2003 7:03 AM Subject: Re: [nant

[Nant-users] NAnt 0.84 available

2003-12-26 Thread Gert Driesen
The final release of NAnt 0.84 is now available for download at http://sourceforge.net/project/showfiles.php?group_id=31650 For a list of changes, see http://nant.sourceforge.net/releasenotes.html. The NAnt Team --- This SF.net email is

Re: [Nant-users] Nant 0.84 final release

2003-12-30 Thread Gert Driesen
Shiv, The 0.84 release should definitely have the following banner : NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26/12/2003) Can you try downloading from another sf mirror ? Gert - Original Message - From: Shiv Natarajan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: [Nant-users] Platforms and frameworks

2003-12-30 Thread Gert Driesen
- Original Message - From: Jason King [EMAIL PROTECTED] To: nant list [EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 4:30 PM Subject: [Nant-users] Platforms and frameworks Hello I am pleased to the concept of platforms and frameworks in the NAnt.exe.config file. I have figured

Re: [Nant-users] Trying to use NAnt with mono 0.28

2003-12-31 Thread Gert Driesen
You need to have ICU support enabled in Mono, as the NAnt compilers also deal with localization ... Gert - Original Message - From: Philip Van Hoof [EMAIL PROTECTED] To: Jaroslaw Kowalski [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 12:53 PM Subject: Re:

Re: [Nant-users] Trying to use NAnt with mono 0.28

2003-12-31 Thread Gert Driesen
- Original Message - From: Philip Van Hoof [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: Jaroslaw Kowalski [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 2:38 PM Subject: Re: [Nant-users] Trying to use NAnt with mono 0.28 On Wed, 2003-12-31 at 13:09

Re: [Nant-users] resourcefileset issue ?

2004-01-08 Thread Gert Driesen
- Original Message - From: Ian MacLean [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, January 08, 2004 3:49 PM Subject: Re: [Nant-users] resourcefileset issue ? Thats very odd. It certainly should add the file. Can you send a small sample demonstrating

Re: [Nant-users] 0.8.4 -projecthelp was (no subject)

2004-01-08 Thread Gert Driesen
can you provide us the build file with which you have this problem ? Gert - Original Message - From: Kevin Dickover [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, January 08, 2004 5:29 PM Subject:

Re: [Nant-users] CSC Task mscorlib with 0.84 issue??

2004-01-08 Thread gert . driesen
Michael, You should definitely not be getting references to both the .NET 1.0 and 1.1 corlib, can you post a verbose log to the list (NAnt.exe -verbose .) ? Gert PS. You no longer need to use prefix the system assembly references with

  1   2   3   4   5   6   7   8   9   10   >