[nant-dev] Re: [NAntC-Dev] NAnt.Optional.zip

2003-07-03 Thread Ian MacLean
sorry for the confusion but :

we decided to keep the tasks in NAntcontrib for now and
move a bunch of them into nant - post 0.83 release - see the 'Namespaces 
and NAnt.Cnntrib tasks' post for details on what tasks will go where.

but don't worry the bullet remains bitten. I've rolled the changes that 
are in NAnt.optional.zip back into nantcontrib which is now building 
against current NAnt cvs. We will ship a nant contrib task assembly with 
nant for the upcoming release.

Nick:

But the record task doesn't work, it simply create an empty 
file and doesn't 
loag anything into it. Since I have an updated version, which 
works with the 
new logging system, i could sent it to you, after making some 
minors changes 
to reflect the namespace changes.

that would be awesome. All I did was comment stuff until it compiled. If 
you have a version that works with the new logging system just send it 
to me and I'll commit.

Another thing, I had to move the dll's from the bin\optional 
directly into 
bin to have NAnt recognize the tasks.

It should find them there. Are you running nant from 
\build\nant-0.8.3-debug\bin and does the nant.exe.config in that 
directory contain :
nantsettings
   defaultframework=net-1.0
   taskpath=.\optional

taskpath allows you specify a ';' seperated list of directories that 
contain task assemblies. You may need to cvs update nant as well to get 
the taskpath related changes.

Ian

further 2 cents:

1) thanks for biting the bullet, very much!
2) does it make sense that nantcontrib ends up in a single dll as
opposed to several dlls, smaller, per task set?  seems to me it might
complicate the configuration a little bit more, but would yield easier
to handle subproject (eg: if one task is broken, the whole thing isn't
broken...)
/jean

 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of N. V.
Sent: Wednesday, July 02, 2003 17:37
To: [EMAIL PROTECTED]; 
[EMAIL PROTECTED]; 
[EMAIL PROTECTED]
Subject: Re: [NAntC-Dev] NAnt.Optional.zip

Hi Ian,

I just tested this, with my build files which uses vssget, 
sql and record 
task and the vssget and sql task works fines (i prefered when 
the sql task 
wasn't writting every params to the the Console, but that's 
not really a 
problem).



Another thing, I had to move the dll's from the bin\optional 
directly into 
bin to have NAnt recognize the tasks.



Nick

   

From: Ian MacLean [EMAIL PROTECTED]
To: [EMAIL PROTECTED],   
[EMAIL PROTECTED]
Subject: [NAntC-Dev] NAnt.Optional.zip
Date: Sun, 29 Jun 2003 20:08:22 +0900

grab it from http://www26.brinkster.com/ianm74/NAnt.Optional.zip

unzip it under nant\src and add the  following line to 
TaskAssemblies.txt : NAnt.Optional

then just run the main nant build.
this creates a new folder optional under build\nant-0.8.3-debug\bin 
with
the optional tasks dll and its dependencies. If you run the 
 

newly built 
   

NAnt it will load the optional tasks as well as the core 
 

ones. I just got 
   

it compiling and tested a few of the tasks. Please try it 
 

out and let me 
   

know if anything is broken.

Ian



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites 
 

including 
   

Data Reports, E-commerce, Portals, and Forums are available now. 
Download today and enter to win an XBOX or Visual Studio .NET. 
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_0
 

61203_01/0
   

1
___
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer
 

_
MSN Messenger : discutez en direct avec vos amis !  
http://messenger.fr.msn.ca/



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites 
including Data Reports, E-commerce, Portals, and Forums are 
available now. Download today and enter to win an XBOX or 
Visual Studio .NET. 
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_06
   

1203_01/01
___
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer
 





---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, 

[nant-dev] Re: [NAntC-Dev] NAnt.Optional.zip

2003-07-03 Thread N. V.
Hi Ian,

I send you both files for the record task. Just tested them with latest 
version of NAnt and NAntContrib from cvs and they compile and works.

It should find them there. Are you running nant from 
\build\nant-0.8.3-debug\bin and does the nant.exe.config in that directory 
contain :
nantsettings
   defaultframework=net-1.0
   taskpath=.\optional

taskpath allows you specify a ';' seperated list of directories that 
contain task assemblies. You may need to cvs update nant as well to get the 
taskpath related changes.
That was it... I was running with the latest nightly build, since i can get 
code from cvs at work, where i tested it.

Just a question, why if the task path a ';' separated list and not simply 
child nodes of nantsettings, with a node for each directory ?

Nick


From: Ian MacLean [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: 'N. V.' [EMAIL PROTECTED], [EMAIL PROTECTED], 
  [EMAIL PROTECTED]
Subject: Re: [NAntC-Dev] NAnt.Optional.zip
Date: Thu, 03 Jul 2003 17:14:15 +0900
MIME-Version: 1.0

sorry for the confusion but :

we decided to keep the tasks in NAntcontrib for now and
move a bunch of them into nant - post 0.83 release - see the 'Namespaces 
and NAnt.Cnntrib tasks' post for details on what tasks will go where.

but don't worry the bullet remains bitten. I've rolled the changes that are 
in NAnt.optional.zip back into nantcontrib which is now building against 
current NAnt cvs. We will ship a nant contrib task assembly with nant for 
the upcoming release.

Nick:

But the record task doesn't work, it simply create an empty file and 
doesn't loag anything into it. Since I have an updated version, which 
works with the new logging system, i could sent it to you, after making 
some minors changes to reflect the namespace changes.

that would be awesome. All I did was comment stuff until it compiled. If 
you have a version that works with the new logging system just send it to 
me and I'll commit.

Another thing, I had to move the dll's from the bin\optional directly into 
bin to have NAnt recognize the tasks.

It should find them there. Are you running nant from 
\build\nant-0.8.3-debug\bin and does the nant.exe.config in that directory 
contain :
nantsettings
   defaultframework=net-1.0
   taskpath=.\optional

taskpath allows you specify a ';' seperated list of directories that 
contain task assemblies. You may need to cvs update nant as well to get the 
taskpath related changes.

Ian

further 2 cents:

1) thanks for biting the bullet, very much!
2) does it make sense that nantcontrib ends up in a single dll as
opposed to several dlls, smaller, per task set?  seems to me it might
complicate the configuration a little bit more, but would yield easier
to handle subproject (eg: if one task is broken, the whole thing isn't
broken...)
/jean



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
N. V.
Sent: Wednesday, July 02, 2003 17:37
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
[EMAIL PROTECTED]
Subject: Re: [NAntC-Dev] NAnt.Optional.zip

Hi Ian,

I just tested this, with my build files which uses vssget, sql and record 
task and the vssget and sql task works fines (i prefered when the sql 
task wasn't writting every params to the the Console, but that's not 
really a problem).



Another thing, I had to move the dll's from the bin\optional directly 
into bin to have NAnt recognize the tasks.



Nick




From: Ian MacLean [EMAIL PROTECTED]
To: [EMAIL PROTECTED],   
[EMAIL PROTECTED]
Subject: [NAntC-Dev] NAnt.Optional.zip
Date: Sun, 29 Jun 2003 20:08:22 +0900

grab it from http://www26.brinkster.com/ianm74/NAnt.Optional.zip

unzip it under nant\src and add the  following line to 
TaskAssemblies.txt : NAnt.Optional

then just run the main nant build.
this creates a new folder optional under build\nant-0.8.3-debug\bin with
the optional tasks dll and its dependencies. If you run the
newly built

NAnt it will load the optional tasks as well as the core

ones. I just got

it compiling and tested a few of the tasks. Please try it

out and let me

know if anything is broken.

Ian

_
MSN Messenger : discutez en direct avec vos amis !  
http://messenger.fr.msn.ca/
//
// NAntContrib
// Copyright (C) 2002 Tomas Restrepo ([EMAIL PROTECTED])
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free 

[nant-dev] Re: [NAntC-Dev] NAnt.Optional.zip

2003-07-03 Thread Ian MacLean
Nick



I send you both files for the record task. Just tested them with 
latest version of NAnt and NAntContrib from cvs and they compile and 
works.
committed. Please be aware of the whitespace and formatting standards 
for nant - 
http://sourceforge.net/docman/display_doc.php?docid=6080group_id=31650
otherwise its good. Thanks.



Just a question, why if the task path a ';' separated list and not 
simply child nodes of nantsettings, with a node for each directory ?
technically a ; seperated string is simpler than a set of child nodes. 
I'm not too bothered either way.  There is a strong precedent for ; 
seperated paths - but a node for each directory is more explicit.

Ian



Nick


From: Ian MacLean [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: 'N. V.' [EMAIL PROTECTED], 
[EMAIL PROTECTED],   
[EMAIL PROTECTED]
Subject: Re: [NAntC-Dev] NAnt.Optional.zip
Date: Thu, 03 Jul 2003 17:14:15 +0900
MIME-Version: 1.0

sorry for the confusion but :

we decided to keep the tasks in NAntcontrib for now and
move a bunch of them into nant - post 0.83 release - see the 
'Namespaces and NAnt.Cnntrib tasks' post for details on what tasks 
will go where.

but don't worry the bullet remains bitten. I've rolled the changes 
that are in NAnt.optional.zip back into nantcontrib which is now 
building against current NAnt cvs. We will ship a nant contrib task 
assembly with nant for the upcoming release.

Nick:

But the record task doesn't work, it simply create an empty file and 
doesn't loag anything into it. Since I have an updated version, 
which works with the new logging system, i could sent it to you, 
after making some minors changes to reflect the namespace changes.

that would be awesome. All I did was comment stuff until it compiled. 
If you have a version that works with the new logging system just 
send it to me and I'll commit.

Another thing, I had to move the dll's from the bin\optional 
directly into bin to have NAnt recognize the tasks.

It should find them there. Are you running nant from 
\build\nant-0.8.3-debug\bin and does the nant.exe.config in that 
directory contain :
nantsettings
   defaultframework=net-1.0
   taskpath=.\optional

taskpath allows you specify a ';' seperated list of directories that 
contain task assemblies. You may need to cvs update nant as well to 
get the taskpath related changes.

Ian

further 2 cents:

1) thanks for biting the bullet, very much!
2) does it make sense that nantcontrib ends up in a single dll as
opposed to several dlls, smaller, per task set?  seems to me it might
complicate the configuration a little bit more, but would yield easier
to handle subproject (eg: if one task is broken, the whole thing isn't
broken...)
/jean







---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] RE: [NAntC-Dev] NAnt.Optional.zip

2003-07-03 Thread Jean Rajotte
further 2 cents:

1) thanks for biting the bullet, very much!
2) does it make sense that nantcontrib ends up in a single dll as
opposed to several dlls, smaller, per task set?  seems to me it might
complicate the configuration a little bit more, but would yield easier
to handle subproject (eg: if one task is broken, the whole thing isn't
broken...)

/jean

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of N. V.
 Sent: Wednesday, July 02, 2003 17:37
 To: [EMAIL PROTECTED]; 
 [EMAIL PROTECTED]; 
 [EMAIL PROTECTED]
 Subject: Re: [NAntC-Dev] NAnt.Optional.zip
 
 
 Hi Ian,
 
 I just tested this, with my build files which uses vssget, 
 sql and record 
 task and the vssget and sql task works fines (i prefered when 
 the sql task 
 wasn't writting every params to the the Console, but that's 
 not really a 
 problem).
 
 But the record task doesn't work, it simply create an empty 
 file and doesn't 
 loag anything into it. Since I have an updated version, which 
 works with the 
 new logging system, i could sent it to you, after making some 
 minors changes 
 to reflect the namespace changes.
 
 
 Another thing, I had to move the dll's from the bin\optional 
 directly into 
 bin to have NAnt recognize the tasks.
 
 
 
 Nick
 
 
 From: Ian MacLean [EMAIL PROTECTED]
 To: [EMAIL PROTECTED],   
 [EMAIL PROTECTED]
 Subject: [NAntC-Dev] NAnt.Optional.zip
 Date: Sun, 29 Jun 2003 20:08:22 +0900
 
 grab it from http://www26.brinkster.com/ianm74/NAnt.Optional.zip
 
 unzip it under nant\src and add the  following line to 
 TaskAssemblies.txt : NAnt.Optional
 
 then just run the main nant build.
 this creates a new folder optional under build\nant-0.8.3-debug\bin 
 with
 the optional tasks dll and its dependencies. If you run the 
 newly built 
 NAnt it will load the optional tasks as well as the core 
 ones. I just got 
 it compiling and tested a few of the tasks. Please try it 
 out and let me 
 know if anything is broken.
 
 
 Ian
 
 
 
 ---
 This SF.Net email sponsored by: Free pre-built ASP.NET sites 
 including 
 Data Reports, E-commerce, Portals, and Forums are available now. 
 Download today and enter to win an XBOX or Visual Studio .NET. 
 http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_0
 61203_01/0
 1
 ___
 NAntContrib-Developer mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer
 
 _
 MSN Messenger : discutez en direct avec vos amis !  
 http://messenger.fr.msn.ca/
 
 
 
 ---
 This SF.Net email sponsored by: Free pre-built ASP.NET sites 
 including Data Reports, E-commerce, Portals, and Forums are 
 available now. Download today and enter to win an XBOX or 
 Visual Studio .NET. 
 http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_06
1203_01/01
___
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Re: [NAntC-Dev] NAnt.Optional.zip

2003-07-02 Thread N. V.
Hi Ian,

I just tested this, with my build files which uses vssget, sql and record 
task and the vssget and sql task works fines (i prefered when the sql task 
wasn't writting every params to the the Console, but that's not really a 
problem).

But the record task doesn't work, it simply create an empty file and doesn't 
loag anything into it. Since I have an updated version, which works with the 
new logging system, i could sent it to you, after making some minors changes 
to reflect the namespace changes.

Another thing, I had to move the dll's from the bin\optional directly into 
bin to have NAnt recognize the tasks.



Nick


From: Ian MacLean [EMAIL PROTECTED]
To: [EMAIL PROTECTED],   
[EMAIL PROTECTED]
Subject: [NAntC-Dev] NAnt.Optional.zip
Date: Sun, 29 Jun 2003 20:08:22 +0900

grab it from
http://www26.brinkster.com/ianm74/NAnt.Optional.zip
unzip it under nant\src and add the  following line to TaskAssemblies.txt :
NAnt.Optional
then just run the main nant build.
this creates a new folder optional under build\nant-0.8.3-debug\bin with 
the optional tasks dll and its dependencies. If you run the newly built 
NAnt it will load the optional tasks as well as the core ones. I just got 
it compiling and tested a few of the tasks. Please try it out and let me 
know if anything is broken.

Ian



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer
_
MSN Messenger : discutez en direct avec vos amis !  
http://messenger.fr.msn.ca/



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers