RE: [Nant-users] using nant with different versions of Visual Studio

2005-07-05 Thread Beth Hechanova
Never mind. I found that setting the property "nant.settings.currentframework" will allow me to change the framework from 2003 to 2002.  This seems to be working for me.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Beth Hechanova Sent: Tuesday, July 05, 2005 1

[Nant-users] CVS problem: used cvs-pass, cvs-checkout and .cvspass, but "Logging in" never ends

2005-07-05 Thread Pat Lawrence
It's me again. I've read the posts on CVS and they helped me get this far, but now I'm genuinely stuck. I'm trying to pull a module out of our CVS repository.  Here's my build file:     password="" passfile=".cvspass" />   destination="C:..\nant buildfiles\checkouts"   cvsroot="

[Nant-users] CVS problem: used cvs-pass, cvs-checkout and .cvspass, but "Logging in" never ends

2005-07-05 Thread Pat Lawrence
It's me again. I've read the posts on CVS and they helped me get this far, but now I'm genuinely stuck. I'm trying to pull a module out of our CVS repository.  Here's my build file:     password="" passfile=".cvspass" />   destination="C:..\nant buildfiles\checkouts"   cvsroot=":

RE: [Nant-users] Mono Problems

2005-07-05 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Pedro Santos > Sent: dinsdag 5 juli 2005 11:02 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Mono Problems > > > Hello, some time ago I talked about not being able to run > NAn

[Nant-users] using nant with different versions of Visual Studio

2005-07-05 Thread Beth Hechanova
Hi,   I have a product that has different components that are built with different versions of Visual Studio products – i.e. VC++ 6.0, Visual Studio .NET 2002, and Visual Studio .NET 2003.  I would like to create one NAnt script that will build all the various components.   I’ve been us

RE: [Nant-users] Easy way to hide output of a command

2005-07-05 Thread Selke, Anthony
Redirect the output of the process to a null device. See this website for examples and details. http://www.robvanderwoude.com/index.html Tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ashley Moran Sent: Tuesday, July 05, 2005 9:57 AM To: nant-u

[Nant-users] Easy way to hide output of a command

2005-07-05 Thread Ashley Moran
Hi Simple question and I bet the answer is no, but... is there a way to hide the output of an task? I'm working on Windoze and I've googled for a way to do it on the command prompt, but I can't find an equivalent of /dev/null or nil: but no joy. I'm calling SQL Server's dtsrun.exe and it f

[Nant-users] RE: Obfuscation and NAnt (John Ludlow)

2005-07-05 Thread Stephen Lewis
I've been working with NineRays Spice.NET. It has a suite of stuff related to looking at, analyzing, and obfuscating assemblies. The documentation is not as good as it should be, especially for the command line version of the obfuscator. The obfuscation parameters are controlled by an XML file,

Re: [Nant-users] "unresolved externals" during link process

2005-07-05 Thread Gert Driesen
- Original Message - From: "Pat Lawrence" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 05, 2005 2:15 PM Subject: [Nant-users] "unresolved externals" during link process > Hello everyone, > I am having yet another difficulty. I'm trying to build this very large solution file in VS C++ 6

[Nant-users] "unresolved externals" during link process

2005-07-05 Thread Pat Lawrence
Hello everyone, I am having yet another difficulty.  I'm trying to build this very large solution file in VS C++ 6.0 and thanks to all your input I have the first two libraries building fine.  However, the third library I'm trying to build cleans fine, compiles fine (I think), and links all right f

Re: [Nant-users] Mono Problems

2005-07-05 Thread Gert Driesen
- Original Message - From: "Pedro Santos" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 05, 2005 11:01 AM Subject: [Nant-users] Mono Problems > > Hello, some time ago I talked about not being able to run NAnt on Mono: > http://sourceforge.net/mailarchive/message.php?msg_id=12102257 > > T

[Nant-users] Mono Problems

2005-07-05 Thread Pedro Santos
Hello, some time ago I talked about not being able to run NAnt on Mono: http://sourceforge.net/mailarchive/message.php?msg_id=12102257 The bug was related to Mono: http://bugzilla.ximian.com/show_bug.cgi?id=75284 They reported that they had fixed it. However today I did a svn update on Mono, co

RE: [Nant-users] Error in copy task - fubars my directory structure.

2005-07-05 Thread Angus Grant
Which means your email will bounce to you again from the same servers by not changing the subject. You will note that I changed the subject so as not to bounce you again. he he, Angus. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Ian MacLean >

Re: [Nant-users] Error in copy task - messes up directory structure.

2005-07-05 Thread Ian MacLean
I'm an idiot - now my reply will cause even more bounces. -- never mind. Ian Ian MacLean wrote: Just a request to avoid coarse language when posting to the list. Its not that I'm a prude or anything just that as one of the list admins I get the bounce messages from all those mail servers that

Re: [Nant-users] Error in copy task - fucks up directory structure.

2005-07-05 Thread Ian MacLean
Just a request to avoid coarse language when posting to the list. Its not that I'm a prude or anything just that as one of the list admins I get the bounce messages from all those mail servers that have filters installed . 4 in the last two minutes like: The content of the following email has

[Nant-users] Error in copy task - fucks up directory structure.

2005-07-05 Thread Thomas Tomiczek
Title: Error in copy task - fucks up directory structure. Given the following entry: