Re: [Nant-users] Expressions With Variables?

2004-08-17 Thread Gert Driesen
Troy, Implicit conversion has not yet been removed from NAnt, we still need to come to an agreement on some stuff (this is also what's holding back the 0.85 release). Gert - Original Message - From: "Troy Laurin" <[EMAIL PROTECTED]> To: "Merrill Cornish" <[EMAIL PROTECTED]> Cc: <[EMAIL

Re: [Nant-users] how to run the same nant script for targeting mono-1.0 and for .Net-1.1

2004-08-17 Thread Gert Driesen
Tom, You can change the target framework on the fly by changing the value of the nant.settings.currentframework property : http://nant.sourceforge.net/faq.html#change-targetframework Hope this helps, Gert - Original Message - From: "Tom Leung" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

[Nant-users] how to run the same nant script for targeting mono-1.0 and for .Net-1.1

2004-08-17 Thread Tom Leung
I installed mono-1.0 and Ms.Net 1.1 under Ms-Windows platform. Sometimes I want to compile the C# project for .Net 1.1. Can I use the same script for mono-1.0? How can I instruct NAnt to run the script for mono-1.0? --- SF.Net email is sponsor

[Nant-users] how to run the same nant script for targeting mono-1.0 and for .Net-1.1

2004-08-17 Thread Tom Leung
I installed mono-1.0 and Ms.Net 1.1 in a computer. Sometimes I want to compile the C# project for .Net 1.1. Can I use the same script for mono-1.0? How can I instruct NAnt to run the script for mono-1.0? --- SF.Net email is sponsored by Shop4t

Re: [Nant-users] Expressions With Variables?

2004-08-17 Thread Troy Laurin
Merrill Cornish wrote: It all started out innocently enough with me trying to conditionalize an message depending on whether the size of a certain file was greater or less than a certain limit. Things when down hill from there. Below is a simplified NAnt script and the output it produced. To

Re: [Nant-users] Detecting Mono or "Mono-SDK" on Win

2004-08-17 Thread Ian MacLean
Jacek Blaszczynski wrote: Hello! Trying to use framework::sdk-exists for Mono-1.0 I have noticed that it is not detected by NAnt on Win platform (nightly build of 2004-08-04). My understanding is that Mono-1.0 and 1.0.1 installation does not set any standard registry entries, I'm fairly sure that

Re: [Nant-users] dotfusticator task in nant?

2004-08-17 Thread Ian MacLean
Dave Thielen wrote: Hi; Is there a dotfusicator task in nant? It seems a natural to be there but I don't see it. nope - but feel free to write one :) Ian --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic D

Re: [Nant-users] ILMerge task in nant?

2004-08-17 Thread Ian MacLean
Dave Thielen wrote: Is there an ILMerge task in nant? not built in there isn't but a quick google found me this: http://blogs.labo-dotnet.com/colophon/archive/2004/07/20/3403.aspx I haven't tried it but it was posted on the 20th of July so I imagine it would work fune with current nant versions

[Nant-users] versioning

2004-08-17 Thread Severin.B.McCorney
Hello,   I am new to nant and I am trying to add versioning to my build. I am working on a very large web based project.  I tried using the version task from Nant.Contrib. It increments the value in the build.number file just fine. What I want to do is to be able to read that file and get

[Nant-users] Detecting Mono or "Mono-SDK" on Win

2004-08-17 Thread Jacek Blaszczynski
Title: Detecting Mono or "Mono-SDK" on Win Hello! Trying to use framework::sdk-exists for Mono-1.0 I have noticed that it is not detected by NAnt on Win platform (nightly build of 2004-08-04). My understanding is that Mono-1.0 and 1.0.1 installation does not set any standard registry entri

[Nant-users] ILMerge task in nant?

2004-08-17 Thread Dave Thielen
Hi;   Is there an ILMerge task in nant?   Thanks - dave

[Nant-users] dotfusticator task in nant?

2004-08-17 Thread Dave Thielen
Hi;   Is there a dotfusicator task in nant? It seems a natural to be there but I don’t see it.   Thanks - dave

[Nant-users] mcs on SuSE 9.1 fails!

2004-08-17 Thread Jacek Blaszczynski
Title: mcs on SuSE 9.1 fails! Hello! Running build project on SuSE 9.1 which should compile library with the following command line fails as shown below. When mcs called directly with the very same command line everything works fine. My exec node is:                

[Nant-users] Never Mind: won't run tests

2004-08-17 Thread Dave Thielen
The answer is nunit2.   Thanks – dave     From: Dave Thielen Sent: Tuesday, August 17, 2004 9:44 AM To: '[EMAIL PROTECTED]' Subject: won't run tests   Hi;   I can run my tests fine using the nunit gui test runner.   However, when I try to use nant I get:       [nuni

[Nant-users] Creating VS.NET docs using - doesn't work

2004-08-17 Thread Dave Thielen
Hi;   I am able to create MSDN docs using .   I am able to create both MSDN and VS.NET docs using the ndoc program.   But when I try to use the command to create VS.NET docs, I get:   Error loading documenter 'VS.NET' from available documenters (MSDN, NAntTask). I s the NDoc docum

RE: [Nant-users] references to interop dll's

2004-08-17 Thread Bert Jan Lappenschaar
Thanks. I created new wrapper DLL's using the AXIMP tool. These do have the names that Nant expects. I don't know how the old wrapper DLLs were created. The developers who programmed the app have left the company so I can't ask. Let's forget about it. Bert-Jan -Oorspronkelijk bericht-

[Nant-users] won't run tests

2004-08-17 Thread Dave Thielen
Hi;   I can run my tests fine using the nunit gui test runner.   However, when I try to use nant I get:       [nunit] Running Newmerix.AC.Common.options.TestOptionRepository.     [nunit] FAILURE: WarningFail.warning Type 'TestOptionRepository' must be a public, not abstract class th

Re: [Nant-users] Nantpad 1.0 has been released!

2004-08-17 Thread Ian MacLean
Daniel Nguyen wrote: This is the 3rd time I received this email. I got the point and happy for you with your new product. Since I'd only speak for myself and let NAnt's community handle this issue however they see fit, but pleeease stop spamming my mailbox for the same subject. +1 - especially

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Merrill Cornish
Madhan, If you are running on Windows, just use the executables in the nigthly build without trying to rebuild them. Good luck, Merrill --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $

Re: [Nant-users] Expressions With Variables?

2004-08-17 Thread Merrill Cornish
Troy, >>> convert::to-int(count) Thanks. However, NAnt needs a bit more graceful "type mismatch" syntax message than triggering a stack tract starting in the temporary directory of Gert's workstation. :-) Merrill --- SF.Net email is sponsored

RE: [Nant-users] Nantpad 1.0 has been released!

2004-08-17 Thread Daniel Nguyen
This is the 3rd time I received this email. I got the point and happy for you with your new product. Since I'd only speak for myself and let NAnt's community handle this issue however they see fit, but pleeease stop spamming my mailbox for the same subject. Thanks. -Original Message- F

Re: [Nant-users] Problem with solution task

2004-08-17 Thread steve_hager
Hi Gert I tested that fix against my code it worked a treat. Thanks, Steve |-+> | | "Gert Driesen" | | | <[EMAIL PROTECTED]| | | dora.be> | | || |

[Nant-users] solution task and "used by another process"

2004-08-17 Thread Steve Burkett
Hello, I'm getting several of these as I'm building using NANT (NAnt 0.85 (Build 0.85.1665.0) and the task (the solution builds fine in Visual Studio. Then, I close VS, and run nant on the same solution) ... [solution] Building 'XXX..X' [debug]... The process cannot access t

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Madhan Retnaswamy
>> message > >> >> 'unsubscribe from all central email marketing lists' in the subject > >> >> box > >> > to > >> >> [EMAIL PROTECTED] > >> >> > >> >> The information contained in this e-mail com

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Madhan Retnaswamy
;> >> 'unsubscribe' in the subject box to [EMAIL PROTECTED]; or > > >> >> > > >> >> (b)you wish to unsubscribe from all central email marketing lists used > > >> >> by > > >> >> our business,please forwa

[Nant-users] zip task fails with out of memory exception...

2004-08-17 Thread John Cole
I'm trying to use the zip task to compress a bunch of database backups (16 files, totaling 1.25GB). I'm getting the following error: -- [echo] Start zipping up backup files [zip] Zipping 16 files to 'C:\LCEC20\LCEC20_2.3.8

[Nant-users] Expressions With Variables?

2004-08-17 Thread Merrill Cornish
It all started out innocently enough with me trying to conditionalize an message depending on whether the size of a certain file was greater or less than a certain limit. Things when down hill from there. Below is a simplified NAnt script and the output it produced. To my understanding the t

[Nant-users] references for and

2004-08-17 Thread David Thielen
Hi; I think these questions are related. 1) I created a task to compile a project. I then call it with the project name as a property. This lets me build everything fine with directory and dll naming. But I have a couple of problems: 1a) I still have to have a separate task for the .exe projec

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Madhan Retnaswamy
Hi Gert/Steve, Thanks Steve for sending that repro for Gert and thanks Gert for taking up the effort to fix this issue. Really appreciate this. I am wondering what do you mean by "This issue is fixed in cvs" . From where should i download this latest fix. Are nightly builds the cvs versions of NAn

Re: [Nant-users] nant-contrib msi task fails in cvs head...

2004-08-17 Thread James Geurts
It has been a little while since I updated that target... it should really be re-written to use Noel's addition to the msi task so that it just recursively adds directories. > Hello everyone, > I've been able to get the latests CVS head to compile! Yea. > Nant-Contrib > compiles as well, but

FW: [Nant-users] .csdproj in task?

2004-08-17 Thread Thomas Lundström
For information: (some editing done in the forwarded message) Regards, Thomas Lundström > -Original Message- > From: Felice Vittoria > Sent: den 17 augusti 2004 16:31 > To: Thomas Lundström > Subject: RE: [Nant-users] .csdproj in task? > > Oh .. ok. Send this to the list. I'm not us

[Nant-users] Nantpad 1.0 has been released!

2004-08-17 Thread Anthony Brown
Hi everyone, Nantpad 1.0 has been released! Nantpad is a comprehensive and straightforward interface for NAnt. Through an explorer-type graphical user interface, the developer is able to author, browse and execute NAnt build scripts. Context sensitive help is provided for all tasks (with exam

[Nant-users] Did You See It?

2004-08-17 Thread Merrill Cornish
I posted a message this morning with a traceback of what I think is a bug. However, I never saw my message appear. I don't know if I accidently sent it to Never Never Land or if some mail server ate it. Anyway, I'm reposting. To my understanding of NAnt the second and third messages should p

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Gert Driesen
Hi Madhan, The issue Steve reported is fixed in the latest nightly build (which I uploaded half an hour ago). Let me know if that also fixed your problem. Gert - Original Message - From: "Madhan Retnaswamy" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]

RE: [Nant-users] .csdproj in task?

2004-08-17 Thread Felice Vittoria
Thomas, I *believe* it does. I haven't tried it. You'll need to make sure your targetframework is set to: "netcf-1.0". Also .. I would suggest you use the latest build, which is set at: NAnt 0.85 (Build 0.85.1687.0; net-1.0.win32; nightly; 8/14/2004) HTH, Felice -Original Message-

[Nant-users] .csdproj in task?

2004-08-17 Thread Thomas Lundström
Is there any way to have nant using the solution task to compile projects targeting the .Net Compact Framework (i.e. .csdproj project files)? My company has made a decision to use the solution task instead of calling the csc compiler, which means it is crucial for us to get this to work in order

[Nant-users] nant-contrib msi task fails in cvs head...

2004-08-17 Thread John Cole
Hello everyone, I've been able to get the latests CVS head to compile! Yea. Nant-Contrib compiles as well, but the msi task fails. -- nant.bin.msm: [msm] Building MSI Database 'nant.bin.msm'. [msm] Adding Properties: [m

RE: [Nant-users] Function expansion problem

2004-08-17 Thread Richard Poole
Title: RE: [Nant-users] Function expansion problem Haha, I think that answers my question! ;) Thanks for the help, Richard. -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED]] Sent: 17 August 2004 13:40 To: Richard Poole Cc: 'NAnt Users Mailing List' Subject: Re: [Nant-

Re: [Nant-users] Function expansion problem

2004-08-17 Thread Ian MacLean
Richard Poole wrote: Hi, I'm trying to use the path::combine function from within a fileset like this: - ... But I keep being told that: - Property 'path::combine(sourceDir, '*.asm')' has not been set. Am I doing something stupid? Are you sure you're running a recent build of

[Nant-users] Function expansion problem

2004-08-17 Thread Richard Poole
Hi, I'm trying to use the path::combine function from within a fileset like this: - ... But I keep being told that: - Property 'path::combine(sourceDir, '*.asm')' has not been set. Am I doing something stupid? Thanks, Richard. DISCLAIMER: The information contained in this

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Gert Driesen
Hi Steve, This issue is now fixed in cvs. I'll upload a new "nightly" build later today. Thanks for the repro/sample code ! Gert PS. Madhan, can you check whether the new nightly build (when available) also fixes your problem ? - Original Message - From: <[EMAIL PROTECTED]> To: "Gert

Re: [Nant-users] references to interop dll's

2004-08-17 Thread Ian MacLean
- Original Message - From: "Bert Jan Lappenschaar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 16, 2004 3:26 PM Subject: [Nant-users] references to interop dll's I am running into the following problem: I use a nant script that has produces an exe. It has a referenc