[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Speed optimizing the build process?

From: Brass Tilde <brasstilde_at_insightbb.com>
Date: 2005-08-11 18:28:28 CEST

> Well, as soon as I have VS.NET2005 (I intend to buy it as soon as it's
> released - no more MSDN subscription in our company :( ) we can switch
> to MSBuild (the MS rip off of Nant).

You should be able to use the compilers without having Visual Studio itself. Microsoft has the compilers available for download in
the platform SDK. Note that I don't know where they are, since I too have Visual Studio, but they are available there.

> I still have a TSVN working copy on my harddrive where I tried once to
> create a Nant build for TSVN. I just can't get Openssl to compile! The
> reason is that Nant doesn't use the PATH env variable (well, it uses the
> one set when Nant is started, but it doesn't re-read them between each
> step). And so even though I called the VS71COMNTOOLS\vsvars32.bat
> script, the changes to the env variables aren't used.

You should be able to load any environment variables you want to into properties using the
'environment::get-variable()' function.

<property name="env.path" value="${environment::get-variable('path')}" />

Are you saying that you can't do this? If so, that sounds like a bug in NAnt, or maybe not using the 'inheritall' property on a
'nant' task that calls another build file. I regularly use environment variables to account for differences between various
machines on which the build is done.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Aug 11 18:28:51 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.