Re: [NAnt-users] Help with exception

2011-05-03 Thread Daniel Nauck
Try to "unblock" that zip file after download and then unpack it, or unblock every unpacked .dll and .exe file. Daniel Am 03.05.2011 um 17:59 schrieb Chris Fouts: > I just installed NAnt on my XP-based company laptop. When I run it I get the > following. Any help? I have v0.9

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Daniel Nauck
Hello, Win7 x64(en). Regards, Daniel Am 19.04.2011 um 00:13 schrieb Ryan Boggs: > That is interesting. I've heard someone else report something similar > but couldn't verify that solution. > > What OS are you on? > > Thanks, > Ryan > > On Mon, Apr 18,

[NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-18 Thread Daniel Nauck
ingle file -> properties -> unblock When all files are unblocked, everything works fine. So it looks like that the zip file is not correctly created. Regards, Daniel -- Benefiting from Server Virtualization: Beyond

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Daniel Nauck
Hello, i'm using NAnt for all my projects. I don't have any issues with it. But its sad that the development/activity of this project is nearly zero. Daniel Am 14.03.2011 um 16:54 schrieb Bob Archer: > Hi Folks... we rely heavily on NAnt for our builds. But, it seems that >

Re: [NAnt-users] Help with NAnt and NUnit 2.5.0.9122

2009-07-21 Thread Daniel Nauck
Hello, you can try out my NUnit task, available here: [1] [2] This one works with NUnit 2.4 and 2.5 The latest build is available here: [3] Daniel [1] http://dev.nauck-it.de/utilities/wiki/NAnt [2]http://dev.nauck-it.de/utilities/browser/NauckIT.NAnt/trunk/src/Tasks/NUnitTask.cs [3] http

Re: [NAnt-users] fileset exclude / include priorities

2007-02-26 Thread Daniel Blendea
On 2/26/07, Alan Guedeney <[EMAIL PROTECTED]> wrote: > > > Try (Notice the placement order of include and exclude): > > > > > > > > Nop, it didn't worked. I tried to set the first, then and th

[NAnt-users] fileset exclude / include priorities

2007-02-26 Thread Daniel Blendea
ipped. Right now, those files aren't skipped. Is there a way to tell which one should go first? Thank you, Daniel - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'

[NAnt-users] Simpler solution [was: bug in path::get-directory-name()?]

2007-02-15 Thread Daniel Blendea
t;name")] public static string GetDirectoryName(string path) { return new DirectoryInfo( path ).Name; } ]]> </code> and use it thi

Re: [NAnt-users] bug in path::get-directory-name()?

2007-02-15 Thread Daniel Blendea
length of the substring, I think I'll make a path function that would provide the directory info i need. Cheers, Daniel On 2/14/07, Rod Ayers <[EMAIL PROTECTED]> wrote: > Have you tried: > path::get-directory-name("c:\my-folder\") > > or > > path::get-d

Re: [NAnt-users] bug in path::get-directory-name()?

2007-02-14 Thread Daniel Blendea
alent .NET method. so i take it that the only 2 options i have are: 1 - use string related functions 2 - extend nant.... Daniel On 2/14/07, Bob Archer <[EMAIL PROTECTED]> wrote: > You may want to get the code and look at the tests for this function. > But, I assume it returns everythin

[NAnt-users] bug in path::get-directory-name()?

2007-02-14 Thread Daniel Blendea
ied path string. " What directory information? size? subfolders? Thank you for your reply. Daniel - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chanc

[NAnt-users] any pop3 task for nant?

2007-02-07 Thread Daniel B
thanks, Daniel - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on

Re: [NAnt-users] Nested foreach

2007-01-05 Thread Nguyen, Daniel
Yes, it is. Here's one of the examples that we used. (Sorry for all the spaces. Cut-and-paste got it all screwed up) :-(

[NAnt-users] Getting missing directive or assembly reference error.

2006-12-28 Thread Nguyen, Daniel
Hi all, In one of my nant builds, I need to use some functionality from the ThoughtWorks.CruiseControl.Remote (it's a long story). So, include the ThoughtWorks.CruiseControl.Remote.dll and then import the namespace (please see the code snippet below). However, I'm getting the following error a

Re: [NAnt-users] foreach task: Looping over file lines, property does not extend

2006-11-28 Thread Nguyen, Daniel
Michael, Interesting I'm using the same method in couple of targets here and it works fine. Not sure if there's any *possible* typo. Daniel -Original Message- From: Michael Jervis [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 10:42 AM To:

Re: [NAnt-users] Does NAnt have a "while" capability?

2006-11-16 Thread Nguyen, Daniel
rvice to make sure if it exists. Of course, it goes into much more detailed than this, but you got the idea. Folks, that's the reason why I called it an ugly *hack* at the beginning, but it seems to be working for what I'm trying to do so I decided to leave it as it. Thanks, Daniel

Re: [NAnt-users] NAnt & VS 2005 Intellisense

2006-11-15 Thread Nguyen, Daniel
Just so anyone else might need to do the same thing. Here's the link that I thought you all might be interested. http://dotnetjunkies.com/WebLog/appeng/archive/2005/03/15/60381.aspx Granted, the blog was originated since beta1, but I found it's still work (at least for me

Re: [NAnt-users] Does NAnt have a "while" capability?

2006-11-15 Thread Nguyen, Daniel
Well, that was a *thousand-foot-view* of the process. We use the same technique (with lots more details) to accomplish the scenarios you described. So far, it's been working for us (knock on wood). Daniel -Original Message- From: Gary Feldman [mailto:[EMAIL PROTECTED]

Re: [NAnt-users] Does NAnt have a "while" capability?

2006-11-15 Thread Nguyen, Daniel
mples -- Hope this help. Daniel From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 12:44 PM To: Nguyen, Daniel Subject: Re: [NAnt-users] Does NAnt have a "while" capability? Does that work? It is elegant

Re: [NAnt-users] Does NAnt have a "while" capability?

2006-11-15 Thread Nguyen, Daniel
f.net/schemas/nant-0.85.win32.net-1.0.xsd";> /target> Daniel From: Michael Frederick [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 11:51 AM To: nant-users@lists.sourceforge.net Subject: [

Re: [NAnt-users] Trying to escape double quotes when using exec task ...

2006-11-09 Thread Nguyen, Daniel
Alan, Try this and let me know if it works. (Notice, I replaced the double quote with this --> " ) Good luck! Daniel -Original Message- From: Alan Guedeney [mailto:[EMAIL PROTECTED] Sent: Thursday, November 09, 2006 2:17 PM To: nant-users@lists.sourceforge.net

Re: [NAnt-users] Manipulate property?

2006-11-08 Thread Nguyen, Daniel
Roland, Are you looking for existing function to convert a string to lower-case? If yes, try the string::to-lower(name-of-string) function. Example: Hope this help. Daniel -Original Message- From: Roland Müller [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006

[NAnt-users] load app.config in nant

2006-04-21 Thread Daniel Napierski
newbie question: How can I specify an app.config file to load when using the

[NAnt-users] set app.config location in NAnt

2006-04-20 Thread Daniel Napierski
Hi, How can I specify an app.config location when using the

[NAnt-users] Using NANT to build ASP.NET Web Site and Web Service projects

2005-12-06 Thread Daniel
) Do I use these virtual directory mappings when asked to provide the URL for the project "the add New Project" wizard? 3) Do I need add    mappings to the tag in my build script  to accommodate these mappings?     Help!     Daniel

[Nant-users] Good words about NAnt from TheServerSide.NET

2005-10-25 Thread Daniel Nguyen
Hi all,   Below is the link to TheServerSide.NET web site that praises about NAnt tool.  It’s a very nice article and long over due.  I would hoping Microsoft would say something nice about NAnt instead of boasting about the MSBuild (at the end of the article), which I think probably a *r

RE: [Nant-users] Wiki hacked again

2005-09-30 Thread Daniel Nguyen
It ought to be a law preventing spammers from do this sort of thing. If there is a law prohibiting sale people from solicitation by phone (anytime of day or night), then there ought to be a same law for spammers. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

RE: [Nant-users] (no subject)

2005-08-14 Thread Daniel Czarnecki
Hi Gert, I've attached an example project that is having the issue. Let me know if you need additional info. -- Kind Regards, Dan Quoting Gert Driesen <[EMAIL PROTECTED]>: > Daniel, > > Can you send me a small repro for this issue ? > > Thanks ! > > Ge

[Nant-users] (no subject)

2005-08-11 Thread Daniel Czarnecki
Hi everyone, I have a project that uses Excel as a reference from COM. The solution generates a file "Interop.Excel.dll" using the tlbimp command. The project builds fine in VC 2003 however when I try and build the solution using nant it fails. When it gets to the cpp files referencing Interop

RE: [Nant-users] VSS task

2004-11-16 Thread Daniel Nguyen
Thanks for your help, Felice.  It works.   Daniel   From: Felice Vittoria [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 12:51 PM To: Daniel Nguyen; [EMAIL PROTECTED] Subject: RE: [Nant-users] VSS task   Daniel,   I'm not sure if NantContrib

RE: [Nant-users] VSS task

2004-11-16 Thread Daniel Nguyen
Thanks Felice.  One more question, does NantContrib 0.84 version work with NAnt 0.85?  If not, when can download the latest version of NantContrib that would work with Nant 0.85?   Daniel   From: Felice Vittoria [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 11:45

[Nant-users] VSS task

2004-11-16 Thread Daniel Nguyen
mplain the same thing.  Is the VSSGET task obsolete?  Any help on this is greatly appreciated.     Daniel

RE: [Nant-users] stable release for version 0.85

2004-09-24 Thread Daniel Nguyen
+2! :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thibaut Barrère Sent: Friday, September 24, 2004 10:11 AM To: Merrill Cornish Cc: Gert Driesen; [EMAIL PROTECTED] Subject: Re: [Nant-users] stable release for version 0.85 +1! this release deserve *at

RE: [Nant-users] What is Nantpad worth?

2004-08-24 Thread Daniel Nguyen
Yeah, same here.  Spread the wealth, my brother! J   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Cromwell Sent: Tuesday, August 24, 2004 7:46 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] What is Nantpad worth?   Holy crap

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

[Nant-users] unsubscribe

2004-05-26 Thread Daniel Prévost
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 2:58 AM To: [EMAIL PROTECTED] Subject: Nant-users digest, Vol 1 #836 - 8 msgs Send Nant-users mailing list submissions to [EMAIL PROTECTED] To subscr

[Nant-users] task with visual basic projects should generate resources names differently

2004-04-02 Thread Daniel Prévost
Title: Message Hi, I would just like to point out that a Visual Basic project compiled in Visual Studio does not add folder hierarchy in the resource names like is done for C# projects.   For example, given a resource file say 'Project\Resources\test.xml' and a set root namespace of 'CoolP

[Nant-users] string testing

2004-02-11 Thread Daniel Harrison
es the target for error handling for onerror.   Is it possible to override the on-error property per build script.   Eg if i define a different on-error target in that particular file does it override the global on-error handler and in fact should it.   From my testing i d

[Nant-users] Where does the build output go ?

2004-01-02 Thread Eldo Daniel
While building with Visual Studio, the build outputs go to Debug directories under each project.   While building with NAat, where is the preferred location for outputs ?   Can VisualStudio locate these build outputs and run the solution, if I put them in a specific place ?   Thanks,   Eldo Do you

[Nant-users] no output fo build

2003-12-22 Thread Eldo Daniel
I am building using NAnt and this is the log.   The build output directory is empty, even though the message from log says, BUILD SUCCESSFUL.   Can any one throw some light into this ?   Thanks a bunch !   Eldo Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing Build Log    ---

RE: [Nant-users] Problem with

2003-12-18 Thread Daniel Bron
I get the same error even if I specify a configuration (I tried both debug and release). -Dan -Original Message- From: Daniel Bron [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 3:48 PM To: 'Nant (E-mail)' Subject: RE: [Nant-users] Problem with What is this con

RE: [Nant-users] Problem with

2003-12-18 Thread Daniel Bron
What is this configuration? I don't have to specify any configuration when I build with Visual Studio. What are my options? -Dan -Original Message- From: Jean Rajotte [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 3:24 PM To: 'Daniel Bron'; 'Nant (

[Nant-users] multiple projects

2003-12-18 Thread Eldo Daniel
I am using NAnt to build a solution with multiple projects for an ASP.NET solution.   How to configure the default.build with the details of multiple projects ?   Here is my current default.build: (I need to add another project and the out put should go to a seperate dll file, similar to DAIDSES.De

[Nant-users] Problem with

2003-12-18 Thread Daniel Bron
Hello, When I try to execute the following target: I get the following error: build_sln: [echo] Building solution... [solution] Starting solution build. Configuration does not exist,

[Nant-users] name space does not exist

2003-12-18 Thread Eldo Daniel
I am trying to build an ASP.NET project using NAnd and keep getting this error message:   C:\danielel\WORK\DAIDS-ES\ARCHDEMO\DAIDSES.DataAccess\OraHelper.cs(15,20): error CS0234: The type or namespace name 'OracleClient' does not exist in the class or namespace 'System.Data' (are you missing an as

[Nant-users] does not have an entry point defined

2003-12-18 Thread Eldo Daniel
I am new to NAnt and am using to build an ASP.NET project.   When I am building a project the error message is:   build: [csc] Compiling 3 files to C:\danielel\WORK\DAIDS-ES\ARCHDEMO\build\DAIDSES.DataAccess.dll. error CS5001: Program 'C:\danielel\WORK\DAIDS-ES\ARCHDEMO\build\DAIDSES.DataAccess.dl

[Nant-users] Initialize & Cleanup

2003-12-16 Thread Daniel Bron
Hello, I'd like to see targets in Nant enhanced so that I can specify initialization and cleanup operations. I often find myself following the model: ... ...

[Nant-users] Call a target like a function?

2003-12-15 Thread Daniel Bron
Hello, I have a type of target I call a lot. Every time I write this type of target, the only difference from the last time is in some "parameters". I'm wondering if there's any way to write a "template target" and call it like a function (i.e. parameterize it). I figure I could do this like:

[Nant-users] Conditional execution

2003-12-12 Thread Daniel Bron
Hello, Is it possible to setup a task such that it won't run unless another task has executed successfully? The depends clause won't work because if TaskA depends on TaskB and TaskB hasn't been run, then TaskA will run TaskB. What I want is for TaskA to run if and only if TaskB has already run a

RE: [Nant-users] Including external properties files

2003-12-12 Thread Daniel Bron
Thank you for your help, -D. Bron -Original Message- From: Jean Rajotte [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 10:47 AM To: 'Daniel Bron'; 'Nant (E-mail)' Subject: RE: [Nant-users] Including external properties files it's not a property f

[Nant-users] Including external properties files

2003-12-12 Thread Daniel Bron
Hello, I'm new to Nant. Is there any way to include external properties files from a build file? That is, I would like to seperate (global) properties and actions, so different users can have different configurations. -D. Bron --- This SF.ne

RE: [Nant-users] MSBuilds bashing the foundation of Nant?

2003-12-03 Thread Daniel Nguyen
elped open the door for the MSBuild. Just my $.02 Thanks, Daniel "Give credits to those who really deserved it" Nguyen -Original Message- From: Harvey Green [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 11:19 PM To: [EMAIL PROTECTED] Subject: Re: [Nant-users] M

Re: [Nant-users] NUnit2 and the latest nant (cvs and nightlies)

2003-10-10 Thread Daniel Granath
on the console. If I use the latest nant nunit 2.1.4) from cvs I get the following result: the name of the results file in this case is: test.dll-results.xml I also don' get the expected output, bar on stdout... -- Daniel Ian MacLean wrote: Daniel, Would it be possible to pu

Re: [Nant-users] NUnit2 and the latest nant (cvs and nightlies)

2003-10-09 Thread Daniel Granath
ases themself, like using System.Console.WriteLine("..."). But more importantly like I said, tests which in prevous builds took a couple of seconds to run now takes forever (I haven't actually waited that long, but long enough to detect that something's wrong...) -- Daniel Gert Driesen

[Nant-users] NUnit2 and the latest nant (cvs and nightlies)

2003-10-09 Thread Daniel Granath
tried it with the latest nightly, same result. Is the ability to specify which test to run in an assembly broken? Also, what's with the missing output? Any clues? -- Daniel smime.p7s Description: S/MIME Cryptographic Signature

[Nant-users] Possible incomplete xml logging

2003-09-26 Thread Daniel Fichter
Title: Message Hi all,   We've been using Nant quite successfully for a while now, but I'm having trouble today with the xml logging.  We have a build error that reports out when logging to a text file, but not when we are using XML logging.  I have attached snippets from both the text outp

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

2003-09-26 Thread Daniel Granath
It worksl, thanks a lot. -- Daniel Gert Driesen wrote: Daniel, The nightly build is available at http://nant.sourceforge.net/nightly/builds. I've also updated one of the examples in the nunit2 task docs (http://nant.sourceforge.net/nightly/help/tasks/nunit2task.html). Let me know if you hav

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

2003-09-26 Thread Daniel Granath
7;t seem to do anything either. What am I doing wrong? -- Daniel --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Nant-users mailing list [EMAIL PR

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

2003-09-25 Thread Daniel Granath
It works, thanks a lot. -- Daniel Gert Driesen wrote: Daniel, The nightly build is available at http://nant.sourceforge.net/nightly/builds. I've also updated one of the examples in the nunit2 task docs (http://nant.sourceforge.net/nightly/help/tasks/nunit2task.html). Let me know if you hav

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

2003-09-25 Thread Daniel Granath
lp me enormously, thanks! I'll commit this change after I've done some further testing, so it should be available in the next nighlty build (which I'll probable build in an hour or so). Thanks again.. Gert -- Daniel --- This sf.ne

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

2003-09-25 Thread Daniel Granath
oject directory. Is there no way to control this I'll perhaps look into adding a file attribute to the formatter task later .. Yes please... -- Daniel Gert -- Daniel Gert Driesen wrote: What version of NAnt are you using .? In the NAnt 0.8.4 some changes have been made to NAnt on this subje

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

2003-09-25 Thread Daniel Granath
7;t seem to do anything either. What am I doing wrong? -- Daniel -- Daniel --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Nant-users mailing list [EMAIL PR

RE: [Nant-users] How do one update the AssemblyVersion build numb er?

2003-09-16 Thread Daniel Nguyen
Jaroslaw,   Cool!  Thanks so much for your help.  This is exactly what I was looking for. :-)   Daniel -Original Message-From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 16, 2003 12:33 PMTo: Daniel Nguyen; [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject

[Nant-users] How do one update the AssemblyVersion build number?

2003-09-16 Thread Daniel Nguyen
e number I want to increase is the 3rd digit in the AssemblyVersion.  Any help would be greatly appreciated. Daniel Nguyen Lanmark Graphics Corporation [EMAIL PROTECTED]  

RE: [Nant-users] VSSGet and subprojects question or bug?

2003-08-15 Thread Daniel Nguyen
Mike, I'm also using Nant v0.8.3 rc2, VSS v6.0d, but didn't have the same problem you ran into with/without *version* attribute. Just a shot in the dark -- have you try without the version attribute and let it get the latest version to see if it would work? daniel -Origin

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

2003-08-01 Thread Daniel Nguyen
o use NAnt to do my builds without any problem (so far ;)   HTH.   Daniel -Original Message-From: Cohen, Noah (CA - Ottawa) [mailto:[EMAIL PROTECTED]Sent: Friday, August 01, 2003 2:26 PMTo: [EMAIL PROTECTED]Subject: [Nant-users] nant-0.8.3-rc2 does not build? When I t

RE: [Nant-users] Idea:

2003-07-31 Thread Daniel Nguyen
Oh, I got you. Daniel -Original Message- From: Brett Michael [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 12:59 AM To: 'Nant-Users' Subject: RE: [Nant-users] Idea: The task is only one example (which has obviously been fixed). But it would still be useful and

RE: [Nant-users] Task to build C++ projects or workspace

2003-07-31 Thread Daniel Nguyen
Ian, Thanks for the pointers. Just being newbie and still trying to make sense of everything :-( By the way, do you have an example of the Nested Elements? Thnx, Daniel -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:20 PM To: Daniel

RE: [Nant-users] Idea:

2003-07-31 Thread Daniel Nguyen
May be I'm misunderstood you guys, but I'm using version 0.8.3 and the task seems clear to me. Take the following snippet for example: And here's the result -- clean: [delete]

[Nant-users] Task to build C++ projects or workspace

2003-07-31 Thread Daniel Nguyen
ime.  Does anyone has any idea how to get around this?  Thanks in advance for your help. Daniel "newbie to NAnt" Nguyen Lanmark Graphics Corporation [EMAIL PROTECTED]  

[Nant-users] Sendmail problem

2003-07-22 Thread Daniel Nguyen
ceForge.NAnt.Target.Execute()   at SourceForge.NAnt.Project.Execute(String targetName)   at SourceForge.NAnt.Project.Execute()   at SourceForge.NAnt.Project.Run()   More information was logged via log4net at level debug   Try 'nant -help' for more information         Daniel Nguyen Lanmark Graphics Corporation [EMAIL PROTECTED]  

RE: [Nant-users] Sendmail problem

2003-07-22 Thread Daniel Nguyen
Title: Message Jean,   Thanks for your help.  I replaced the file line with the message="something" and it works!    Why both file= and attachments=?  It's being newbie and also from the example comes with NAnt --> doc\help\tasks\mailtask.html  :-(   thanks, Daniel  

RE: [Nant-users] Using multiple versions of framework

2003-07-21 Thread Daniel Nguyen
Mark, -k (or actually /k) flag in Nant version 0.8.3 means -defaultframework. If you type "nant -help" in the command line, you will see it. Hope this help. Daniel -Original Message- From: Mark Priest [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 3:24 PM To: [EMAIL

RE: [Nant-users] A new NAnt scripting tool - NAntpad

2003-06-06 Thread Daniel Nguyen
Jean, Maybe I misread you, but I think you can uninstall NAntPad using Add/Remove program. At least I was able to uninstall it on my XP box. Cheers, dn -Original Message- From: Jean Rajotte [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 8:32 AM To: 'Anthony Brown'; [EMAIL PROTEC

RE: [Nant-users] Error with User Controls

2003-06-04 Thread Daniel Nguyen
Since I'm new to NAnt, I won't pretend to be a Mr. *Know-It-All*. But, I'm wondering if this has anything to do with compiling in Debug -vs- Release or vice versa. I had similar problem (though only occurs in VS) when one of the projects I was working on would compiled in Debug mode, but failed i

RE: [Nant-users] Nant newbie

2003-05-29 Thread Daniel Nguyen
Thanks Ian! This is what I was looking for. Daniel -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 1:19 AM To: Daniel Nguyen Cc: '[EMAIL PROTECTED]' Subject: Re: [Nant-users] Nant newbie Daniel, there is no book dedicted to Nant

[Nant-users] Nant newbie

2003-05-29 Thread Daniel Nguyen
comes with Nant download.  Thank you in advance for your info.     Thanks, Daniel Nguyen [EMAIL PROTECTED]