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

Reply via email to