[nant-dev] NDoc 1.2 !!

2003-07-02 Thread Gert Driesen
Hi,

I just installed the new NDoc 1.2 beta, and wow am I impressed .. I think
the speed increase for the MSDN documenter is at least x5.

You can now choose whether you want links to .NET SDK 1.0, 1.1 and MSDN
Online, and the MSDN documenter now allows you to generate online (web) docs
...

We should really consider upgrading to this (beta) release after the 0.8.3
release is finalised, if only for the enormous speed increase ...

Gert






---
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


Re: [nant-dev] NDoc 1.2 !!

2003-07-02 Thread Ian MacLean
I was thinking the same thing. There is another reason too. The 
ndoc.core.dll that we ship writes to a file c:\test.xml during 
processing which breaks for people without c:\ - fortunately not most 
windows users but still.

I noticed the speed difference when I ran it against the whole of nant 
and nantcontrib combined.
The project format seems to be the same so upgrading should be 
fairlypainless.

Ian

Hi,

I just installed the new NDoc 1.2 beta, and wow am I impressed .. I think
the speed increase for the MSDN documenter is at least x5.
You can now choose whether you want links to .NET SDK 1.0, 1.1 and MSDN
Online, and the MSDN documenter now allows you to generate online 
(web) docs
...

We should really consider upgrading to this (beta) release after the 
0.8.3
release is finalised, if only for the enormous speed increase ...

Gert





---
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
 





---
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


[nant-dev] Branch for 0.8.3.xxx release

2003-07-02 Thread John Barstow
Now that we have a cleanly building code base, can someone with CVS write
access create a branch for the 0.8.3 release?

The command to run in the working directory is:
cvs tag -b branch-0-8-3

After running the command, you will still be on the main branch and should
increment the default build number to 0.8.4.  Release notes, bug fixes, et
al will go on the branch, and be merged back into the main trunk after the
release ships. I'll also request a branch of NAntContrib after the tests
build cleanly.

John C Barstow



---
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


RE: [nant-dev] NAntContrib tests do not build

2003-07-02 Thread John Barstow
Ian MacLean writes:
 they are building now but not yet passing for me. Missing dependency 
 issues. I'll look into it.

Attached is a patch that partially fixes the build issue.  
Note that /NAntContrib/Tests/Tasks/TlbImpTaskTest.cs still does not compile
due to an actual dependency on Tests.Nant.Core (derives from the test base
class).

John C Barstow
--
Index: Tests/Alltests.cs
===
RCS file: /cvsroot/nantcontrib/NAntContrib/Tests/Alltests.cs,v
retrieving revision 1.4
diff -u -r1.4 Alltests.cs
--- Tests/Alltests.cs   2 Jul 2003 01:06:02 -   1.4
+++ Tests/Alltests.cs   3 Jul 2003 02:02:55 -
@@ -27,7 +27,7 @@
 using NUnit.Framework;
 using NAnt.Core.Attributes;
 using NAnt.Core;
-using Tests.NAnt.Core;
+//using Tests.NAnt.Core;

 namespace NAnt.Contrib.Tests {

Index: Tests/Tasks/TlbImpTaskTest.cs
===
RCS file: /cvsroot/nantcontrib/NAntContrib/Tests/Tasks/TlbImpTaskTest.cs,v
retrieving revision 1.4
diff -u -r1.4 TlbImpTaskTest.cs
--- Tests/Tasks/TlbImpTaskTest.cs   2 Jul 2003 01:06:02 -   1.4
+++ Tests/Tasks/TlbImpTaskTest.cs   3 Jul 2003 02:02:56 -
@@ -24,7 +24,7 @@
 using System.Xml;

 using NUnit.Framework;
-using Tests.NAnt.Core;
+//using Tests.NAnt.Core;

 namespace NAnt.Contrib.Tests {

Index: Tests/Util/SqlStatementListTests.cs
===
RCS file:
/cvsroot/nantcontrib/NAntContrib/Tests/Util/SqlStatementListTests.cs,v
retrieving revision 1.8
diff -u -r1.8 SqlStatementListTests.cs
--- Tests/Util/SqlStatementListTests.cs 2 Jul 2003 01:06:02 -   1.8
+++ Tests/Util/SqlStatementListTests.cs 3 Jul 2003 02:02:56 -
@@ -29,7 +29,7 @@
 using NAnt.Core;

 using NAnt.Contrib.Util;
-using Tests.NAnt.Core;
+//using Tests.NAnt.Core;

 namespace NAnt.Contrib.Tests.Util {
/// summary


---
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