Hi Gary,

B gets deployed, C doesn't. 

We use Component Load Balancing.  This basically means that Assembly B
is actually installed on both machines, but any instantiation requests
for objects in Assembly B are forwarded onto the other machine.

The deployment check knows that Assembly B is marked for component load
balancing on the first machine, so it doesn't check for it's
dependencies on the first machine.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary
Feldman
Sent: Monday, 21 November 2005 11:53
To: nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] Building by solution task - complete solution
fileverses building by exec program - devenv task


Read, Kevin wrote:

>Hi Gert,
>
>In our case, it does harm us.
>
>We have a custom deployment process which validates that all the
>dependencies of an assembly can be found on a target machine before
>deployment begins.
>
>
>In the case I described previously (A --> B --> C), Assembly A and
>Assembly B are deployed to different machines, and so Assembly C is not

>required to be deployed to the first machine.  The deployment check
>fails because in the Assembly A meta-data it finds a reference to
>Assembly C, but can't actually find Assembly C on the target machine.
> 
>
But if A and B are on different machines, wouldn't the deployment check
fail anyway, since it won't be able to find B on the target machine
either?

Gary




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam for All
Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

**********************************************************************
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager of QR.

This message has been scanned for the presence of computer viruses. No warranty 
is given that this message upon its receipt is
virus free and no liability is accepted by the sender in this respect.

This email is a message only; does not constitute advice and should not be 
relied upon as such.
**********************************************************************


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to