[Nant-users] Question about using reference tag...

2005-08-24 Thread Nam Seungho
Dear list, I'd like to know if there's any difference between specifying the exact .dll file that some project uses and specifying just the folder where the .dlls are located... My projects are using some .dlls from the same folder where all reference dlls are located. So, if there's no signif

[Nant-users] A mistake in my config or a bug in nant?

2005-08-24 Thread Jake Appelbaum
Hi all, I'm attempting to automatically set a variable depending on a conditional test. I'm using and for this. The documentation here is out of date (I guess that's a known issue?): http://nant.sourceforge.net/release/latest/help/tasks/ifnot.html http://nant.sourceforge.net/nightly/latest/help

[Nant-users] David Espley/LON/INTL/BNY is out of the office.

2005-08-24 Thread despley
I will be out of the office starting 24/08/2005 and will not return until 30/08/2005. In case of emergency please contact Nick Madley (5068) For development queries please contact either Shirsha Gattu (5235) or Kevin Hunt (5080)

Re: [Nant-users] style task

2005-08-24 Thread Gary Feldman
Pedro Santos wrote: Hello. I use the

[Nant-users] Distributed Compilation

2005-08-24 Thread Tim Posey
Does anyone know of any projects/ideas/code that exists to produce distributed compilation with NAnt?  This would be excellent for very large solutions with a few hundred sub-projects.   Timmothy C. Posey Software Engineer CTS, Inc.  www.askcts.com

[Nant-users] Fileset failonempty for individual include

2005-08-24 Thread Tony_Bjerstedt
Title: Fileset failonempty for individual include The "failonempty" attribute only causes the task to fail if the ENTIRE fileset is empty. I want to fail the task if ANY single is empty. Can this be done? If not, would this be an acceptable enhancement request for a future version? I have so

[Nant-users] Fileset confusion

2005-08-24 Thread Rory Becker
Can someone tell me (because the documentation is a little hard to follow) How can I declare 3 Groups of Files (filesets I believe they are called) SystemDlls, 3rdPartyDlls and CustomDlls and reference all 3 from my vbc/references tag while referencing all except SystemDlls from a Copy task in

Re: [Nant-users] Target1 calling target2 overwriting a property

2005-08-24 Thread Ashley Moran
Rory Becker wrote: Can someone tell me why when the Target dev1 calls the target Build, Build the executes with it's original CIBase of "c:\Integration\" rather than the passed property of "D:\My Documents\Visual Studio Projects\CurrentProjects\" Thanks Rory Rory I think it's because you ne

[Nant-users] Target1 calling target2 overwriting a property

2005-08-24 Thread Rory Becker
Can someone tell me why when the Target dev1 calls the target Build, Build the executes with it's original CIBase of "c:\Integration\" rather than the passed property of "D:\My Documents\Visual Studio Projects\CurrentProjects\" Thanks Rory http://nant.sf.net/schemas/nant.xsd";> Building

[Nant-users] style task

2005-08-24 Thread Pedro Santos
Hello. I use the task to transform some xml file. However, the task rarely executes, I only get: rulestojs: BUILD SUCCEEDED The XSLT is not performed. Only sometimes the task actually performs the transformation. I use it like this: