RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Holmes, Jim (Space Technology)
om: Thibaut Barrère [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 7:30 PM > To: Holmes, Jim (Space Technology) > Cc: Gary Feldman; [EMAIL PROTECTED] > Subject: Re: [Nant-users] NantContrib [loadtasks] > > > <[EMAIL PROTECTED]> wrote: > > > I don

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Scott Hernandez
No idea when this would get worked on, but the implementation should be pretty simple. Most of the code is written to support creating a schema of arbitrary Type objects. But be careful as loading types means loading assemblies, and loading the assembly in the appdomain may cause the task, type

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Thibaut Barrère
<[EMAIL PROTECTED]> wrote: > I don't like replacing distribution folders with new versions. I keep tools in > separate >folders with version names.(Certainly you've never had an updated tool > with bugs >which required a rollback!!) The rollback support is provided by the SCM, which is qui

RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Eric Fetzer
l" > /> > > HTH, > Felice > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Behalf Of Michael > Joseph > Sent: Wednesday, September 29, 2004 10:13 AM > To: [EMAIL PROTECTED]; Eric Fetzer > Subject: RE: [Nant-users] NantContrib [lo

RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
eview and add to the distribution? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Hernandez Sent: Wednesday, September 29, 2004 11:31 AM To: [EMAIL PROTECTED] Subject: Re: [Nant-users] NantContrib [loadtasks] Actually, the task will output a schem

RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Holmes, Jim (Space Technology)
-Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Thibaut > BarrÃre > Sent: Wednesday, September 29, 2004 3:02 PM > To: Gary Feldman > Cc: [EMAIL PROTECTED] > Subject: Re: [Nant-users] NantContrib [loadtasks] > > > Most of the time f

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Scott Hernandez
In my opinion, this can lead to assumptions about the build environment. It is more descriptive, and easier to catch mistakes when build on different machines, if the (for non-core task) is put in the build file. You can define the path relative to the build dir, or to the nant assemblies. Can

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Scott Hernandez
Actually, the task will output a schema for any, and all, tasks that are loaded. This includes any custom tasks that are loaded with . It was on the todo list to allow creating schemas for only a given assembly, but that was not been coded yet. - Original Message - From: "Castro, Edw

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Thibaut Barrère
Most of the time for the tools I use (ie CCNet, Nant, NantContrib, fxcop and so on), I try not to modify the distribution folder, so I can upgrade more easily (just replace the folder, unzipped). That's why I prefer not to modify a config file somewhere. my 0.02â Thibaut On Wed, 29 Sep 2004 13:

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Gary Feldman
>From: "Gert Driesen" <[EMAIL PROTECTED]> >Sent: Wednesday, September 29, 2004 12:50 PM [re: using the config file to autoload the contrib and user extension directories] > While that will ofcourse work, its definitely not the recommended procedure. Why not? It seems to me that if you're using

RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Driesen Sent: Wednesday, September 29, 2004 9:50 AM To: Matt Hulse; 'Rick Casey'; [EMAIL PROTECTED] Subject: Re: [Nant-users] NantContrib [loadtasks] Matt, While that will ofcourse work, its definitely not the recommended procedure. Gert - Original Message - From: "Matt

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Gert Driesen
(the lazy type) because I don't have to use . Happy NAnting! Matt Hulse [EMAIL PROTECTED] _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Casey Sent: Wednesday, September 29, 2004 9:34 AM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] NantContrib [loadtas

RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Matt Hulse
]             From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Casey Sent: Wednesday, September 29, 2004 9:34 AM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] NantContrib [loadtasks]   Here's what I did... Just had to define the path to nantcontrib. I really try to

RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Felice Vittoria
Fetzer Subject: RE: [Nant-users] NantContrib [loadtasks] Hi Eric, I had this problem today, and solved it by copying the contents of NAntContrib/bin into NAnt/bin (as suggested in the FAQ: http://nant.sourceforge.net/wiki/index.php/FAQ) Hth michael > -Original Message- > From:

RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Rick Casey
Here's what I did... Just had to define the path to nantcontrib. I really try to avoid copying the 'bin' folders these days.  God know what could happen.       user="${project.vss.readonly.username}"     password="${project.vss.readonly.password}"     loca

RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Michael Joseph
Behalf Of > Eric Fetzer > Sent: Wednesday, September 29, 2004 4:44 PM > To: Nant Users > Subject: Re: [Nant-users] NantContrib [loadtasks] > > Oooppps, forgot the rest of you... > > > Note: forwarded message attached. This email is sent subject to a disclaimer available at

Re: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Eric Fetzer
> > Are you sure you also used the 9/28 build of > NAntContrib ? > > Gert > - Original Message - > From: "Eric Fetzer" <[EMAIL PROTECTED]> > To: "Nant Users" <[EMAIL PROTECTED]> > Sent: Tuesday, September 28, 2004 8:35 PM > Sub

Re: [Nant-users] NantContrib [loadtasks]

2004-09-28 Thread Gert Driesen
Eric, Are you sure you also used the 9/28 build of NAntContrib ? Gert - Original Message - From: "Eric Fetzer" <[EMAIL PROTECTED]> To: "Nant Users" <[EMAIL PROTECTED]> Sent: Tuesday, September 28, 2004 8:35 PM Subject: [Nant-users] NantContrib [loadtas

[Nant-users] NantContrib [loadtasks]

2004-09-28 Thread Eric Fetzer
I am getting the following error trying to use NAnt and NAnt Contrib from the 9/28 build: D:\Build>nant -f:Build.build NAnt 0.85 (Build 0.85.1732.0; net-1.0.win32; nightly; 9/28/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net [loadtasks] Failure scanning "D:\Nant\bin\NAnt.Con