Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008

2010-06-15 Thread Chris Taylor
Does the user executing have prilidges to read/write? Sent from my iPhone On Jun 15, 2010, at 5:25 PM, "Scott Jeslis" wrote: On two separate machines were trying simply to run nant.exe and were getting the following TypeInitializationException. The .90 build works fine but we are trying

Re: [NAnt-users] What are the plans for nant

2010-03-24 Thread Chris Taylor
The beauty of open source is any of us can start this back up again. What do we want to see? What needs to be fixed. Who is in? when do we want to release? Sent from my iPhone On Mar 24, 2010, at 2:07 PM, Christopher Brandt > wrote: Diddo here. We have a fairly complex build system implemente

Re: [NAnt-users] Active ?

2010-01-18 Thread Chris Taylor
Incredibly. On Mon, Jan 18, 2010 at 10:05 AM, Chris Howell wrote: > Is this mailing list active ? > > > -- > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the fi

Re: [NAnt-users] psExec

2009-02-10 Thread Chris Taylor
I've used it. I love it. nothing better than doing remote service installs or whatever you can imagine. Just have to make sure your permissions are right for the user you impersonate as. otherwise, it's the bees knees. On Tue, Feb 10, 2009 at 3:14 PM, Zachary B. Wheeler wrote: > Hi All > > >

Re: [NAnt-users] BizTalk Multiple Version Deployment.

2006-01-19 Thread Chris Taylor
Hey Mark,   I'm a bit of a rookie BT developer but thought I would throw in regardless.   If you change the version # that should allow you to run them side by side.  your existing LRT's will continue to be mapped to the previous version and all new LRT's will map to the new version.  I know that's

Re: [Nant-users] WebMap Solution Build Error

2005-12-09 Thread Chris Taylor
csproj " path="c:\inetpub\wwwroot\CampaignManagement\CampaignManagement.csproj" />    HTH Martin - Original Message - From: Chris Taylor To: nant-users@lists.sourceforge.net Sent: Friday, December 02, 2005 1:58 PM Subject: [Nant-users] WebMap Solution Build Error  

[Nant-users] WebMap Solution Build Error

2005-12-02 Thread Chris Taylor
Hey Everyone,   We keep getting an odd error when trying to build our solution using the web map property.    Given, a few days ago, something got hosed in the project and we had to readd it to the solution.  Now whever it builds it says.   Cannot build web project 'http://localhost:/CampaignManag

Re: [Nant-users] task?

2005-03-10 Thread Chris Taylor
There is an FTP task available. I don't know how stable it is, but its available by googling for nant ftp task. I know I read on the roadmap that FTP capability is going to be built into the core in the future. but don't have a timeline. I look forward to it. =) On Thu, 10 Mar 2005 10:27:56

Re: [Nant-users] Nant and Nunit 2.2 problem

2005-02-23 Thread Chris Taylor
developers reading this. Could this issue be looked into? I'll be reporting it to the bug tracker tommorow. Thanks again, CJ On Thu, 24 Feb 2005 16:21:13 +1300, Mike Roberts <[EMAIL PROTECTED]> wrote: > On Wed, 23 Feb 2005 16:14:51 -0600, Chris Taylor <[EMAIL PROTECTED]> w

[Nant-users] Nant and Nunit 2.2 problem

2005-02-23 Thread Chris Taylor
Alright, so I figured out my problem form yesterday. It helped that I pointed it to which directory the test was in and boom, were done.. So unit tests are running and I'm happy. but I want the XML output from Nunit so I can merge that with CC.NET 0.8. I'm using nant 0.85rc2 (0.85.1869.0) and

[Nant-users] Can't get NUnit to work with Nant

2005-02-22 Thread Chris Taylor
Hey everyone, Been struggling with a problem at work. Compiled with 2.2.2.0 but nant keeps saying Internal Error: System.IO.FileLoadException The located assembly's manifest definition with name 'nunit.core' does not match the assembly reference. So I even changed the libraries out in the lib/

Re: [Nant-users] newbie first post

2005-02-21 Thread Chris Taylor
Hey Clive, >I was making the destinction between VB6 outside of .NET but I think you >answered this point by saying that NANT support any language using devenv. >We don't develop Java but there is a mixture of .NET and good-old vb6. We did a lot of that at my old company (but never had a slick

Re: [Nant-users] newbie first post

2005-02-21 Thread Chris Taylor
Hi Clive, I'm still kinda new to NANT but I'll try to answer some of your questions as best as I know them (perhaps I'll learn a thing or two while I'm at it). > Right now, I'm unsure of the scope of NANT in terms of how appropriate it is > to a mixed environment with some .NET apps and older le

Re: [Nant-users] is there an add-in to run nant from within vs.net?

2005-01-31 Thread Chris Taylor
There is a vs.net addin called nantrunner that accomplishes this I believe. It's a little tricky to set up, but supposed to run your scripts from inside vs.net HTH On Tue, 1 Feb 2005 10:27:46 +1100, Paul Jackson <[EMAIL PROTECTED]> wrote: > > > Hi there, > > > > I've come from a java/ e

Re: [Nant-users] Transactionality in NAnt

2005-01-25 Thread Chris Taylor
>Which gets me asking, if not NAnt for deploying, then what? CruiseControl, Draco, Hippo. My previous email covered what your possible options were. you can have a basic CI environment with just CC and NAnt. IF the build fails, then you can respond. On Tue, 25 Jan 2005 12:47:27 -0600, Butl

Re: [Nant-users] Transactionality in NAnt

2005-01-25 Thread Chris Taylor
I have to agree with Brad on this one. NAnt should be used for the build only. Given, it is incredibly flexible, but you can't look at a single tool to do all the work for you. Look at CruiseControl.NET or Draco.NET for more transactional support and doing deployment. I think the're are a few o

Re: [Nant-users] KeyCodeV2.dll

2005-01-21 Thread Chris Taylor
There are many issues with crystal, and not related to Nant. The version that comes with .NET 2003 is garbage and requires a couple merge module upgrades that are only availible from crystal's site. on top of this, the documenation on it is confusing. Sometimes you need to use a 10 digit code, s

[Nant-users] Pulling out hair!

2005-01-13 Thread Chris Taylor
Hey everyone, I've been trying to get a CI environment up and running for a few days but keep running into a show stopper with NAnt. I've got it all set up with a transform by Gordon Weakliem, which I've tweaked to work with the latest verison of nant and a few other things to generate my build f

[Nant-users] Problem Solved

2005-01-13 Thread Chris Taylor
Alright, so my whole big issue from earlier. Solved. but not without hours of torment. The problem was within Gordon's XSLT which did not account for the . So I modded the file and added templates for Imports and Import to work the with the vbc task. Still wouldn't compile! But, I'm getting d