Re: [NAnt-users] Thoughts on moving NAnt to git

2010-10-21 Thread Ron Grabowski
Definitely something other than CVS. SVN seems to be a good enough SCM that a lot of people are familiar with. I doubt people will be doing large branches/merges to warrant getting into git. I wrote a little patch for nant a while ago and would probably do a few more minor minor things if the co

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-18 Thread Ron Grabowski
Out of curiosity, why was this changed? Doesn't VS include System.dll by default? - Original Message From: Gert Driesen To: Ryan Boggs ; Simon H Cc: nant-users@lists.sourceforge.net Sent: Tue, May 18, 2010 5:36:03 AM Subject: Re: [NAnt-users] Nant 0.90 Problem with C# Script Hey Sim

Re: [NAnt-users] C# sharp scripting and NAnt + CCNet

2010-04-20 Thread Ron Grabowski
How will ccnet accept user input if its running as a service on an unattended build server? Can you store the username, password, an database in a database and have the nant script look at that if a console isn't available? From: Simon H To: nant-users@lists

Re: [NAnt-users] tokenizing a script tag and link

2009-10-22 Thread Ron Grabowski
Does nant support this syntax:? Not sure if that's any easier to read... From: Michael Pento To: Bob Archer ; Zachary B. Wheeler ; nant-users@lists.sourceforge.net; nant-users@lists.sourceforge.net Sent: Thu, October 22, 2009 2:13:29 PM Subject: Re: [NAnt-u

[NAnt-users] Difficult to run NAnt.Tests in VS2008

2009-06-16 Thread Ron Grabowski
To get Tests.NAnt.Core.Tasks.XmlPokeTest to run with ReSharper 4.5 and Visual Studio 2008 using the nightly sources I had to: 1) Copy the App.config file from the NAnt.Console project becausse the test expected some settings ??? 2) Remove all the nodes except for net-3.5...it was defaulting

Re: [NAnt-users] xmlpeek problem

2009-04-07 Thread Ron Grabowski
This is what we use to update the debug attribute of our web.config. Maybe the xmlpeek syntax is similar? http://schemas.microsoft.com/.NetConfiguration/v2.0"; /> - Original Message From: Andreas Holst To: nant-users@lists.sourceforge.net Sent: Monday, April 6, 2009 12:14:3

Re: [NAnt-users] FTP Task

2009-01-28 Thread Ron Grabowski
What FTP task are you referring to? This one from Google? http://www.google.com/search?q=nant+ftp+task http://www.spinthemoose.com/~ftptask/ If so, it looks like the date comparisons are hard-coded: // snip DateTime.Compare( _client.ModTime(Path.GetFileName(remoteFilePath)), (new FileInfo(fi

Re: [NAnt-users] can you nest functions? problems with data types

2008-09-13 Thread Ron Grabowski
It looks like you're doing some serious manipulation...can you just make your own custom task to do these operations? - Original Message From: Steve Kapinos <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Saturday, September 13, 2008 11:23:07 PM Subject: Re: [NAnt-users]

Re: [NAnt-users] Why NAnt over VS Studio builds?

2008-09-07 Thread Ron Grabowski
When building projects on a build server, nant doesn't require a full copy of Visual Studio installed on that machine. I don't have to install VS2003, VS2005, and VS2008 just to target different versions of the Framework. I found that getting msbuild support without Visual Studio installed on th

Re: [NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server 2008...nonet-3.0 ???

2008-02-26 Thread Ron Grabowski
e of log4net is still going into the 2.0 output directory. I'm was expecting it to be placed in a 3.5 folder. - Original Message From: Gert Driesen <[EMAIL PROTECTED]> To: Ron Grabowski <[EMAIL PROTECTED]>; nant-users@lists.sourceforge.net Sent: Tuesday, February 26, 2008 1:2

Re: [NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server 2008...nonet-3.0 ???

2008-02-26 Thread Ron Grabowski
;m still building against the 2.0 CLR? Thanks, Ron - Original Message From: Paul LeBlanc <[EMAIL PROTECTED]> To: Ron Grabowski <[EMAIL PROTECTED]>; nant-users@lists.sourceforge.net Sent: Tuesday, February 26, 2008 12:55:08 PM Subject: RE: [NAnt-users] NAnt 0.86.2898.0 on 64

[NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server 2008...no net-3.0 ???

2008-02-26 Thread Ron Grabowski
When I run the following command: nant -t:net-3.0 I get this output: NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007) Copyright (C) 2001-2007 Gerry Shaw http://nant.sourceforge.net Invalid framework 'net-3.0' specified. Possible values include: net-2.0 (Microsoft .NET Framework 2.0) net