RE: [Nant-users] Load tasks acting weird

2005-06-03 Thread Bill Arnette
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

Re: [Nant-users] Load tasks acting weird

2005-06-03 Thread Gert Driesen
> - 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

Re: [Nant-users] Load tasks acting weird

2005-06-03 Thread Marcin Hoppe
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

Re: [Nant-users] Load tasks acting weird

2005-06-03 Thread Troy Laurin
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

Re: [Nant-users] Load tasks acting weird

2005-06-02 Thread Malcolm Anderson
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

RE: [Nant-users] Load tasks acting weird

2005-06-02 Thread Gert Driesen
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

RE: [Nant-users] Load tasks acting weird - part 2

2005-06-02 Thread Bill Martin
: 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

Re: [Nant-users] Load tasks acting weird

2005-06-01 Thread Troy Laurin
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

RE: [Nant-users] Load tasks acting weird - part 2

2005-06-01 Thread Gert Driesen
> -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 &

Re: [Nant-users] Load tasks acting weird - part 2

2005-06-01 Thread Malcolm Anderson
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 ---

[Nant-users] Load tasks acting weird

2005-06-01 Thread Malcolm Anderson
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