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

2006-01-19 Thread Gert Driesen
; [mailto:[EMAIL PROTECTED] On Behalf Of > Mark Atkinson > Sent: donderdag 19 januari 2006 16:47 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] BizTalk Multiple Version Deployment. > > Hi all, > > I have a query regarding deploying multiply assembly versions

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 Versio

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