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
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
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)
Pedro Santos wrote:
Hello.
I use the
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
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
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
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
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
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: