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

2006-01-19 Thread Gert Driesen
Mark, Have you tried using the BizTalk tasks that are part of the NAntContrib nightly build ? http://nantcontrib.sourceforge.net/nightly/latest/help http://nantcontrib.sourceforge.net/nightly/latest/nantcontrib-bin.zip Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMA

RE: [NAnt-users] Extending nant

2006-01-19 Thread Gert Driesen
Hi Jeremiah. Are you allowed to share the source with us ? Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Peschka, Jeremiah > Sent: donderdag 19 januari 2006 17:32 > To: 'nant-users@lists.sourceforge.net' > Subject: [NAnt-users] Extending

RE: [NAnt-users] /keyfile in CSC.exe only .NET 2.0

2006-01-19 Thread Gert Driesen
Jean-Philippe, The recent nightly build of NAnt support this (using a keyfile attribute on ). Gert PS. We're not responsible for creating NUnit ;-) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > GOUIGOUX Jean-Philippe > Sent: donderdag 19 ja

Re: [NAnt-users] NUnit 2.2.5 rejected by task

2006-01-19 Thread Ray Tayek
At 04:10 AM 1/19/2006, you wrote: Hello, again I have a second question on the way to run NUnit 2.2.5 tests with nunit2 tasks. I switched from 2.2.0 to 2.2.5 to be able to compile nunit tests with .NET 2.0, but am now unable to execute them with NAnt. I saw the bindingredirect element in the

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

2006-01-19 Thread Mark Atkinson
Hi Chris, Sorry, I should have mentioned initially. That framework is what Im already using and what the origional question relates to. Thanks Mark From: Chris Taylor <[EMAIL PROTECTED]> To: Mark Atkinson <[EMAIL PROTECTED]> Subject: Re: [NAnt-users] BizTalk Multiple Version Deployment. Da

[NAnt-users] Extending nant

2006-01-19 Thread Peschka, Jeremiah
Title: Extending nant I'm attempting to create a custom NAnt task and I'm running into some issues.  My class compiles fine in VS.NET 2005 (I'm running the latest nightly build of NAnt, built for VS.NET 2005/.NET 2.0), but when I try to run the .build file I get the following exception: BUILD

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

[NAnt-users] BizTalk Multiple Version Deployment.

2006-01-19 Thread Mark Atkinson
Hi all, I have a query regarding deploying multiply assembly versions of a BizTalk 2004 solution using NANT. I need to maintain at least two assembly version of a BizTalk solution due to the nature of long running processes and have successfully used NANT to deploy the initial version. My

[NAnt-users] NUnit 2.2.5 rejected by task

2006-01-19 Thread GOUIGOUX Jean-Philippe
Title: NUnit 2.2.5 rejected by task Hello, again I have a second question on the way to run NUnit 2.2.5 tests with nunit2 tasks. I switched from 2.2.0 to 2.2.5 to be able to compile nunit tests with .NET 2.0, but am now unable to execute them with NAnt. I saw the bindingredirect element in

[NAnt-users] /keyfile in CSC.exe only .NET 2.0

2006-01-19 Thread GOUIGOUX Jean-Philippe
Title: /keyfile in CSC.exe only .NET 2.0 Hello, I am using NUnit 0.85 RC3, and have a problem with CSC task, on my .NET 2.0 projects. How can I specify the /keyfile option ? In .NET 1.1, one used the AssemblyKeyFileAttribute in the AssemblyInfo.cs to specify a strong name key. In .NET 2.0, t