[Nant-users] NAnt don't delete temporary files

2005-06-14 Thread Klaus Lüdenscheidt
Hello, i have noticed that NAnt creates temporary files in the temp folder. These files are the dll's created by the task. These temporary files aren't deleted. Is this a bug of NAnt ? Regards Andreas -- Geschenkt: 3 Monate GMX ProMail gratis + 3 Ausgaben stern gratis ++ Jetzt anmelden & teste

RE: [Nant-users] Using Nant Functions

2005-06-14 Thread Gert Driesen
Balaji, You need NAnt 0.85 for expression/function support. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Meruva, Balaji > Sent: vrijdag 10 juni 2005 18:10 > To: 'nant-users@lists.sourceforge.net' > Subject: [Nant-users] Using Nant Func

RE: [Nant-users] problems using the solution task

2005-06-14 Thread Gert Driesen
Joe, You could either run the following batch file first: c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat Or start the "Visual Studio .NET 2003 Command Prompt" (which will do that for you). Hope this helps, Gert > -Original Message- > From: [EMAIL PROTECT

[Nant-users] problems using the solution task

2005-06-14 Thread Joe Devilla
Hi   I am new to nant, and I had trouble running the solution task.  I am using the following snippet:     When I try to run the command, I get the following error:   ‘midl.exe’ failed to start.      The system cannot find the path specified.   I have already installed

[Nant-users] with output= still logs program output

2005-06-14 Thread John Hardin
Hey, all. I'm using to process a source code file through a filter. Even though I have set output="filename" the output from the exec is still being logged. Is there something else I need to set to suppress logging of the output? The task: -- John Hardin Development and Technology

[Nant-users] Help needed

2005-06-14 Thread Senthil Kumar Karaiyan
Hello, I want to know how to use the SkipNamespacesWithoutsummaries properity in Nant Build Scripts. I can use this properity in GUI without problem. But using Nant build scripts, It does not generated. ~Senthil --- SF.Net email is sponso

[Nant-users] Using Nant Functions

2005-06-14 Thread Meruva, Balaji
Hi, I am trying to Use NANT Functions. Mainly i want to get the current date so that i can dynamically create logfiles with using date timestamp do I need to configure nant or Environment variables to use NANT functions Here is my Nant.build file http://nant.sf.net/schemas/nant-0.84.win32.ne

[Nant-users] Missing midl when running solution task

2005-06-14 Thread Joe Devilla
  Hi   I am new to nant, and I had trouble running the solution task.  I am using the following snippet:     When I try to run the command, I get the following error:   ‘midl.exe’ failed to start.      The system cannot find the path specified.   I have already install

RE: [Nant-users] targetting specific frameworks

2005-06-14 Thread Bill Martin
Simon, If you want to be absolutly certain, then once you have compiled the assembly, open in ILDASM and inspect the manifest. Look for the reference to System.dll and check the version. The version 1.0 reference will look something like: .assembly extern System { .publickeytoken = (B7 7A 5C

RE: [Nant-users] How do I remove myself from this list?

2005-06-14 Thread Foster, Richard - PAL
Hi Clive, Try the link at the bottom of every message: https://lists.sourceforge.net/lists/listinfo/nant-users That should take you to the list manager where you can change your options (including unsubscribing). Hope this helps, Regards, Richard -Original Message- From: [EMAIL PROTECTE

RE: [Nant-users] How do I remove myself from this list?

2005-06-14 Thread Felice Vittoria
You can go here: http://nant.sourceforge.net/mailinglists.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Clive Richardson Sent: Tuesday, June 14, 2005 10:00 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] How do I remove myself from this

[Nant-users] How do I remove myself from this list?

2005-06-14 Thread Clive Richardson
Sorry, I joined this list a while back when evaluating NANT but now I can't seem to find any info that tells me how to unsubscribe? Clive Richardson The information transmitted is intended only for the use of the intended recipient(s) and may contain confidential and/or privileged material. The

RE: [Nant-users] targetting specific frameworks

2005-06-14 Thread Ryan Davis
I think that is saying that your version of NAnt was compiled for version 1.0. Thanks, Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 10:32 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users]

[Nant-users] targetting specific frameworks

2005-06-14 Thread Simon.Burgess
I know I can use the -t option to target a particular framework, but how can I be sure that is actually what is happening? In fact when I target 'net1.1' and run my build, the first bit of the text at the top of my command window says: 'NAnt (Build 0.85.1642.0; net1.0 win32; nightly 30/6/2004' wh

[Nant-users] Feature request: ${nant.verbose} property

2005-06-14 Thread John Ludlow
Hi I had an idea for a relatively simple (but useful!) feature. Could we have a property (you could do it as a function, but that would seem like overkill, to me) which tells you whether the -v parameter was passed on the command line? The reason I ask this is that, while certain NAnt targets wi