Re: [NAnt-users] Running NAnt

2007-08-30 Thread Jay Flowers
Hi Bob, The answer is no and maybe. It depends on which NAnt dlls that you are going to need. Only some of the dlls have dependencies on dlls in the lib tree. For example NAnt.CompressionTasks.dll depends on lib\ICSharpCode.SharpZipLib.dll. -- Jay Flowers --

[NAnt-users] Running NAnt

2007-08-30 Thread Bob Archer
I am moving to a model where I check the tools needed to run/build an app into source with the app. With nant I am putting everything in the nant/bin folder into my tools/nant folder of my app. Also, I am copying in from nantcontrib/bin there too. My question... in the Nant/bin folder there is

[NAnt-users] Running Nant on 64bit Systems

2006-02-23 Thread Jim B
Are there any limitations or problems with running Nant on 64bit systems? I will have to perform builds on 64bit systems in the very near future. Is anybody already doing this? Thanks, Jim _ Express yourself instantly with MSN Me

Re: [NAnt-users] Running Nant on mapped drive

2006-02-10 Thread Thibaut Barrère
Hi depending on your company security policy you may not be able to run a .net program which sits on a network drive (that's the case for my current customer)... also C++ compilation can be quite slow so if you can compile on a local drive then copy the binaries on the network share (what I do h

[NAnt-users] Running Nant on mapped drive

2006-02-10 Thread Arnette, Bill
I want to put in-house C++ libraries that are built with Nant on a network share. I thought I could just check the project out from Subversion to a mapped drive and build it there. The project includes the Nant binaries and the environment is set up to use those Nant binaries. So anybody who wan

Re: [Nant-users] Running NAnt inside Visual Studio

2005-06-09 Thread Klaus Lüdenscheidt
Ryan Davis wrote: I get this error all the time. To the best of my knowledge, Visual Studio is opening the DLLs to read meta-data for autocomplete, and not cleaning up after itself. My coworkers have researched this problem extensively and found a dubious fix: http://blogs.acceleration.net/rus

RE: [Nant-users] Running NAnt inside Visual Studio

2005-06-09 Thread Ryan Davis
09, 2005 6:42 AM To: nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Running NAnt inside Visual Studio I can't tell you how to solve that, but afaik visual studio loads them into An appdomain and so they get locked. That should be the reason why you can't Overwrite the

RE: [Nant-users] Running NAnt inside Visual Studio

2005-06-09 Thread Christian Leh
ECTED] On Behalf Of > "Klaus Lüdenscheidt" > Sent: Donnerstag, 9. Juni 2005 07:59 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Running NAnt inside Visual Studio > > Hi, > > i'm working with a solution which can't be compiled in Visual >

[Nant-users] Running NAnt inside Visual Studio

2005-06-08 Thread Klaus Lüdenscheidt
Hi, i'm working with a solution which can't be compiled in Visual Studio (i always get an error CS0013: could not write to ...pdb. Not enough memory). To work around this problem i want to compile the solution via NAnt's task. Outside Visual Studio it works fine. But when i integrate NAnt in the

Re: [Nant-users] Running NAnt remotely by passing some parameters

2005-05-24 Thread Gary Feldman
Ian MacLean wrote: I assume you also want the script to execute on that remote server ? One easy option ( if that server is a windows box ) could be to use PsExec [1] which allows you to execute commands on remote machines. From what I can tell about PsExec, it requires running from an admin

Re: [Nant-users] Running NAnt remotely by passing some parameters

2005-05-20 Thread Ian MacLean
Sandeep wrote: I want to run a common NAnt script stored on a server remotely by passing some parameters (like system name, source control folder, mailing list etc.) dynamically. I am looking for feasible (not requiring much effort :)) options to satisfy the above requirement. I assume yo

Re: [Nant-users] Running NAnt remotely by passing some parameters

2005-05-20 Thread Merrill Cornish
Sandeep, When you launch NAnt, you can provide property values on the command line with the NAnt -buildfile:nantFilename -D:propertyName=propertyValue targetName You can include as many -DpropertyName=propertyValue declarations as you want on the command line that launches NAnt. Or...

[Nant-users] Running NAnt remotely by passing some parameters

2005-05-20 Thread Sandeep
Hi, I want to run a common NAnt script stored on a server remotely by passing some parameters (like system name, source control folder, mailing list etc.) dynamically. I am looking for feasible (not requiring much effort :)) options to satisfy the above requirement. I though of Cruise control .

Re: [Nant-users] Running NANT - Error - Path Too Long

2003-09-18 Thread Scott Hernandez
2003 9:53 AM Subject: [Nant-users] Running NANT - Error - Path Too Long I am wondering if someone found a work-around (other than making the path name shorter) for the "path too long" error when running Nant.  Our directory structure may be two to three levels and we like

[Nant-users] Running NANT - Error - Path Too Long

2003-09-18 Thread CHOW, MARIE
Title: Running NANT - Error - Path Too Long I am wondering if someone found a work-around (other than making the path name shorter) for the "path too long" error when running Nant.  Our directory structure may be two to three levels and we like to use descriptive names. Here is the output I

RE: [Nant-users] Running NAnt from ASP.NET

2003-09-03 Thread Erick Thompson
and PowerUsers). Regardless, at least it's working now. Thanks, Erick > -Original Message- > From: Brett Michael [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 03, 2003 5:08 PM > To: [EMAIL PROTECTED] > Subject: RE: [Nant-users] Running NAnt from ASP.NET > > &

RE: [Nant-users] Running NAnt from ASP.NET

2003-09-03 Thread Brett Michael
nly looks like an i/o error to me. Regards, Brett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erick Thompson Sent: Thursday, 4 September 2003 7:45 AM To: Clayton Harbour; [EMAIL PROTECTED] Subject: RE: [Nant-users] Running NAnt from ASP.NET Clayton, T

RE: [Nant-users] Running NAnt from ASP.NET

2003-09-03 Thread Erick Thompson
nks, Erick > -Original Message- > From: Clayton Harbour [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 03, 2003 3:06 PM > To: Erick Thompson; [EMAIL PROTECTED] > Subject: RE: [Nant-users] Running NAnt from ASP.NET > > > Okay, this is a wild guess but the fi

RE: [Nant-users] Running NAnt from ASP.NET

2003-09-03 Thread Clayton Harbour
\data\loggedin\). -Original Message- From: Erick Thompson Sent: Wed 9/3/2003 2:14 PM To: [EMAIL PROTECTED] Cc: Subject:[Nant-users] Running NAnt from ASP.NET I'm attempting to get NAnt to run from an ASP.NET application. I have a build file that works correctly

[Nant-users] Running NAnt from ASP.NET

2003-09-03 Thread Erick Thompson
I'm attempting to get NAnt to run from an ASP.NET application. I have a build file that works correctly from the command line, but when I execute it, I get an error in the VSSGET task (visual source safe). I've turned impersonation on, and have tried running ASP.NET as the local admin. Neither one