Re: [NAnt-users] Help with buildfile compiling a C#-library containing references to libraries in a sub-directory

2011-06-21 Thread Dominik Guder
Hi Aleksander, this is basically off topic since Assembly resolving is generally part of .Net itself and not specific to nant. Nevertheless, you could do following: add a entry to your app.config eg. or try following in your code (untested): AppDomain.CurrentDomain.SetupInformation.PrivateBi

Re: [NAnt-users] Calling a dependency twice?

2011-06-21 Thread Wilson, Brian
As they say, more than one way to skin a cat. ;) Brian Wilson Department of Human Resources Email: brian.wil...@dhr.alabama.gov From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Tuesday, June 21, 2011 2:27 PM To: nant-users@lists.sourceforge.net Sub

Re: [NAnt-users] Calling a dependency twice?

2011-06-21 Thread Chris Fouts
I created a foreach loop to call all my targets, and this worked too. -chris From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Tuesday, June 21, 2011 12:47 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Calling a dependency twice? You're welcome. You may just wa

Re: [NAnt-users] Connecting to TFS using Nant

2011-06-21 Thread Wilson, Brian
If you have access to the TFS server, you can use the directory::exists (http://nant.sourceforge.net/release/latest/help/functions/directory.exists(System.String).html) to see if a directory on the server exists. {DO WHAT YOU WANT} Brian Wilson Department of Human Resources E

Re: [NAnt-users] Calling a dependency twice?

2011-06-21 Thread Wilson, Brian
You're welcome. You may just want to use the call task. Brian Wilson Department of Human Resources Email: brian.wil...@dhr.alabama.gov From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Tuesday, June 21, 2011 11:13 AM To: nant-users@lists.so

Re: [NAnt-users] NAnt-users Digest, Vol 59, Issue 3

2011-06-21 Thread John Schroeder
Auto-reply: I'm on my scooter from 6/13-6/26 and will not be checking e-mail or phone. If you are working on any of these projects with me, here are your contacts: Common Use Certification - Dia Cooper CommonUse VDI - Stephanie McGriff Common Use Legacy - Terry Kraabel BGR Scanner Project/ASDevice

Re: [NAnt-users] Calling a dependency twice?

2011-06-21 Thread Chris Fouts
Thanks. From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Tuesday, June 21, 2011 11:04 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Calling a dependency twice? Per documentation: (http://nant.sourceforge.net/release/latest/help/fundamentals/targets.html) A targ

[NAnt-users] Connecting to TFS using Nant

2011-06-21 Thread Macdiarmid, James D.
Anyone have any suggestions for trapping when there is no network connection to TFS in a custom Nant task? -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of

Re: [NAnt-users] Calling a dependency twice?

2011-06-21 Thread Wilson, Brian
Per documentation: (http://nant.sourceforge.net/release/latest/help/fundamentals/targets.html) A target gets executed only once, even when more than one target depends on it Brian Wilson Department of Human Resources Email: brian.wil...@dhr.alabama.gov From

[NAnt-users] Calling a dependency twice?

2011-06-21 Thread Chris Fouts
Nant version 0.91, Build 0.91.3081.0 For some reason, I'm not able to call a "depends" target twice. Here's what I mean. Say I have http://p.sf.net/sfu/ephox-dev2dev___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.