vsvars32.bat.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Malcolm Anderson
> Sent: Thursday, June 02, 2005 11:38 PM
> To: Troy Laurin
> Cc: nant-users@lists.sourceforge.net
> Subject: Re: [Nant-users] Load tasks acting w
> - Original Message -
> From: "Troy Laurin" <[EMAIL PROTECTED]>
> To: "Malcolm Anderson" <[EMAIL PROTECTED]>
> Cc:
> Sent: Friday, June 03, 2005 9:39 AM
> Subject: Re: [Nant-users] Load tasks acting weird
>
> On 6/3/05, Malcolm A
On 6/3/05, Troy Laurin <[EMAIL PROTECTED]> wrote:
> There was some noise on the list
> earlier about a task to set environment variables, but I don't recall
> if anyone actually wrote the task...
I have written a very simple task for writing to the registry. If
anyone is interested, I sent it a fe
On 6/3/05, Malcolm Anderson <[EMAIL PROTECTED]> wrote:
> is there a way to set up environment variables programatically? I'm working
> with a bunch of people who are not used to using NAnt, and I'd like to be able
> to just hit them with an install script that will set their path and
> environment
That's perfect, I'll need to set up the environment variables.
is there a way to set up environment variables programatically? I'm working
with a bunch of people who are not used to using NAnt, and I'd like to be able
to just hit them with an install script that will set their path and
environmen
lps,
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Malcolm Anderson
> Sent: woensdag 1 juni 2005 22:30
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Load tasks acting weird
>
> I am trying to ge
: 01 June 2005 21:48
To: Malcolm Anderson; nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] Load tasks acting weird - part 2
ok, this is weird
gives me the same error, so I can't even hard code the path.
I can however hard code the assembly
That worked, so at least I can loa
Malcolm,
I don't have NAnt installed here so can't verify, but perhaps it is
having a problem with the '..' in the path? Try using
${path::combine(nant::get-base-directory(),
'..\..\nantcontrib-0.85-rc3\bin')}, this is the recommended (if more
verbose) method for creating a path relative to anoth
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Malcolm Anderson
> Sent: woensdag 1 juni 2005 22:48
> To: Malcolm Anderson; nant-users@lists.sourceforge.net
> Subject: Re: [Nant-users] Load tasks acting weird - part 2
&
ok, this is weird
gives me the same error, so I can't even hard code the path.
I can however hard code the assembly
That worked, so at least I can load the assemblies with out having to just dump
all of nantcontrib/bin into the nant/bin as some posters have suggested.
Thanks
Malcolm
---
I am trying to get my nant contrib task to load from a relative path.
here's my tools directory
C:\tools\
nantcontrib-0.85-rc3
nant-0.85-rc3
I have tried this,
and this
which should both work, but the error I'm getting for both is:
notice
11 matches
Mail list logo