Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 19544 invoked from network); 6 Sep 2004 20:21:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Sep 2004 20:21:33 -0000 Received: (qmail 84420 invoked by uid 500); 6 Sep 2004 20:21:32 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 84375 invoked by uid 500); 6 Sep 2004 20:21:31 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 31639 invoked by uid 99); 6 Sep 2004 19:27:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Message-ID: <000c01c49447$7dc18580$152ea8c0@jarekxp> From: "Jaroslaw Kowalski" To: , , "Stefan Bodewig" References: <001b01c49422$a95586d0$6d30170a@corponet.era.pl> Subject: Re: [nant-dev] Re: NAnt Date: Mon, 6 Sep 2004 21:27:04 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.181 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 X-AntiVirus: scanned for viruses by AMaViS X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N See this article "Avoid DevPath" for info on why you should avoid DEVPATH http://blogs.msdn.com/suzcook/archive/2003/08/15/57238.aspx I suggest that you do it the simple way - compile the all your apps/libraries to a single directory using it as both a target and a reference source and forget the GAC at all. I do it all the time using simple NAnt scripts and it works fine. Anyway, GAC isn't used during compilation, so you always know what you're compiling against. For the testing part, just make sure that the GAC isn't spoiled by any weird versions of the components you want to run. This can be done with a simple shell script that uses "gacutil" to remove unwanted assemblies. Jarek ----- Original Message ----- From: "Stefan Bodewig" To: ; Sent: Monday, September 06, 2004 5:22 PM Subject: Re: [nant-dev] Re: NAnt > On Mon, 6 Sep 2004, Jaroslaw Kowalski wrote: > > > I think that you cannot avoid GAC with .NET because of the order in > > which the assebmlies are located: > > > > http://www.awprofessional.com/articles/article.asp?p=30601&seqNum=6 > > Thank you for that URL. > > In Gump's case we probably can live with making sure that "our" version > is used instead of the one in the GAC and DEVPATH seems to be a way to > achieve that (I've only read the first paragraph of that article, > though 8-). > > Does anybody know whether Mono supports DEVPATH? > > Cheers > > Stefan > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > nant-developers mailing list > nant-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nant-developers > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org