Is there more documentation on NAnt lurking somewhere?
Seems like many detail things are missing.
For instance, what is the tag for in
? Is it for GAC assemblies?
On a somewhat related question: I have a DLL that
uses Vsa, I have all the proper references to the
Microsoft.* assemblies but wh
Title: New NAnt tasks
I would like to let the NAnt community know that I have ported several ant tasks: AnakiaTask, DvslTask and TexenTask. These are all ports of ant tasks that are based on Velocity (which has also been ported). Many (if not all) Jakarta projects use Anakia to create their
Dave,
> Here's another question: I cannot find (maybe I
> haven't looked hard enough) how to access the build
> log file. Do I have to enable something to turn on
> that log? Should it be on by default? What is the
> file name and where is it written to?
The Build Log is just what's printed
Thanks for quick response.
I actually got it working by changing the TMP
environment variable under My Computer to C:\temp and
it started working. I don't know why it didn't "take"
when I did a SET TMP="C:\temp" at the command line but
oh well.
Here's another question: I cannot find (maybe I
h
Hi Dave,
If I remember correctly this was a bug with 0.7.9.0 (and before). A more
updated version, like the upcoming 0.8.0.0, fixes this problem. If you
can, the current version from cvs is your best bet. For the moment (with
the 0.7.9), you can either quote long file/folder names with space in
y
I've installed NAnt 0.7.9.0 and it built ok. But now
I'm writing my own build file and am having troubles.
I'm getting an error when I try to build my C# app.
NAnt says "Error CS2011: Unable to open response file
'C:\Documents'
It appears that the spaces in the TMP directory name
is messing it