Hi,
The latest NAnt nightlies have kissed and made up with Mono on
Linux (yay!), but under one particular circumstance, namely when
a NAnt build is being invoked without any environment variables
set (triggered in a Subversion hook), I'm having problems with
pkg-config being unable to find mono. T
Xuhui,
You might want to
create a ‘clean’ task to run before performing your
task. This task should delete the bin/obj folders (if it’s
a Visual Studio project) containing all of the .exe’s, .dll’s, .obj’s,
and other compiled assets that you may have. This will then force a
comp
Hi,
Is there any way to set the task to rebuild
the whole solution regardless the files
timestamps.
Because we need this function. Thanks.
___
HumanArc is the new name of Unicare
Corporation as of November 15, 2004.
We have changed our n
I did look at keywords, but they only replace the
version of that file. I'd like to have the build
include the last revision of the project. [...long
story short...] I'd like to avoid having to "touch"
the "Version.cs" file each time to force a commit.
Actually, our brilliant QA manager came up wi
rob young wrote:
Let me broaden my earlier question. My goal is to
embed subversion versioning information into, say, an
HTML file at build time. Right now I am using a call
to the command-line client, xmlpeek, and replacetokens
to do that, but is there an easier way to embed
version information