Re: [nant-dev] Nant svn export

2005-06-10 Thread Marcin Hoppe
On 6/10/05, Vincent Chu <[EMAIL PROTECTED]> wrote: > If you didn't have svn.exe in your path, it would > definitely cause a NullReference error right after your last path is > searched. No, it's already fixed in CVS. If svn.exe is not on the PATH, there should be a fancy error message instead of u

Re: [nant-dev] Nant svn export

2005-06-10 Thread Marcin Hoppe
On 6/10/05, Vincent Chu <[EMAIL PROTECTED]> wrote: > Maybe if you run nant again with debug on (-debug+) and send us the > output, it'd help us pinpoint the problem ? A few weeks ago a similar problem appeared (it thrown a NullReferenceException when svn.exe was not available) on the user/dev list

Re: [nant-dev] Nant svn export

2005-06-10 Thread Marcin Hoppe
On 6/10/05, Marcin Hoppe <[EMAIL PROTECTED]> wrote: > What version of NAnt are you using? This issue should be fixed in CVS > for quite some time. One more comment: this error most probably means that you don't have svn.exe in your PATH. NAnt's task requires svn.exe client

Re: [nant-dev] Nant svn export

2005-06-10 Thread Marcin Hoppe
On 6/8/05, Jennifer Brandon <[EMAIL PROTECTED]> wrote: > I am attempting to perform a svn export using the nant task but I get > the following error: > > > > INTERNAL ERROR > > > > System.NullReferenceException: Object reference not set to an instance of an > object. > >at NAnt.Contri

[Nant-dev] Writing to the registry

2005-05-27 Thread Marcin Hoppe
Hi! I have just noticed that there is a task in NAnt, but there is no task that would enable to user to write something to the registry. Since I will probably have to write such a task myself, I am asking you: is there something like this out there? Best regards! Marcin --

Re: [nant-dev] Calling sn.exe for creating a assembly key file from NAnt Target using

2005-04-29 Thread Marcin Hoppe
On 4/29/05, Shelly Midha <[EMAIL PROTECTED]> wrote: > I'm getting the following error while I try to execute the following target > from the build script: > > Target: > - > > > > > > >

Re: [nant-dev] SVN Check Out Problem

2005-04-23 Thread Marcin Hoppe
On 4/23/05, liyu <[EMAIL PROTECTED]> wrote: > Dear All, > > I have nant build file for svn check out for my build. > > However it gave some errors and the message displayed > > "Please send bug report to > nant-developers@lists.sourceforge.net" > > The output log file and NANT build script file

Re: [nant-dev] Cannot build NAnt from CVS with NAnt RC2 and RC3

2005-04-18 Thread Marcin Hoppe
On 4/18/05, Gert Driesen <[EMAIL PROTECTED]> wrote: > The anon cvs is always lagging. This should be working fine. And yesterday in the evening really was. Thanks for the info about the lag. -- Marcin Hoppe http://hopson.blo

[nant-dev] Cannot build NAnt from CVS with NAnt RC2 and RC3

2005-04-16 Thread Marcin Hoppe
Hi! I have some problems with building CVS version of NAnt with NAnt RC2 and RC3 release versions. It results with INTERNAL ERROR. I attach the full build log. -- Marcin Hoppe http://hopson.blogspot.com NAnt 0.85 (Build 0.85.1932.0; rc3; 2005-04-16) Copyright (C) 2001-2005 Gerry Shaw http

[Nant-dev] Good example of task unit tests

2005-03-20 Thread Marcin Hoppe
Hi! I am preparing to rewrite Subversion tasks in NAntContrib. As I have no big experience with unit tests I would like to read some good examples of how NAnt tasks can be unit-tested. Could you please show me tasks that have, in your opinion, a good set of unit tests? It would be nice if those t

[Nant-dev] Build fails when done on drive (virtual) Z:

2005-03-17 Thread Marcin Hoppe
Hi! What is the purpose of the test in Tests.NAnt.Core.Util.FileUtilsTest class: public void Test_GetFullPath() { if (PlatformHelper.IsWin32) { Assert.AreEqual(@"Z:\", FileUtils.GetFullPath("Z:"), "#1"); // ... } } This test will probably f